Bug 124165 - [PATCH] audio/gnuitar : make OPTIONS work
Summary: [PATCH] audio/gnuitar : make OPTIONS work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-31 15:50 UTC by Olivier
Modified: 2008-06-14 23:30 UTC (History)
0 users

See Also:


Attachments
patch (351 bytes, patch)
2008-05-31 15:50 UTC, Olivier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier 2008-05-31 15:50:01 UTC
OPTIONS are not taken into account when installing audio/gnuitar.

Fix: # cd /usr/ports/audio/gnuitar
# patch -p2 < /tmp/patch
# make config
WITH_SUID=true
# make install
% ll /usr/local/bin/gnuitar
546784 -r-sr-xr-x  1 root  wheel  - 86232 31 mai 16:01 /usr/local/bin/gnuitar*
How-To-Repeat: # cd /usr/ports/audio/gnuitar
# make config
WITH_SUID=true
# make install
% ll /usr/local/bin/gnuitar
546784 -r-xr-xr-x  1 root  wheel  - 86232 31 mai 16:01 /usr/local/bin/gnuitar*
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-31 15:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-14 23:25:40 UTC
gabor       2008-06-14 22:25:30 UTC

  FreeBSD ports repository

  Modified files:
    audio/gnuitar        Makefile 
  Log:
  - Make OPTIONS work
  
  PR:             ports/124165
  Submitted by:   Olivier Smedts <olivier@gid0.org>
  
  Revision  Changes    Path
  1.8       +3 -1      ports/audio/gnuitar/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2008-06-14 23:26:55 UTC
State Changed
From-To: open->closed

Committed, thanks!