aboutsummaryrefslogtreecommitdiff
path: root/audio/rioutil
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:53:03 +0000
commitb185046be2ec03555daaf4f26d38542c403a9955 (patch)
tree0274ce607614533de66837fc1f70d4c35770d9e1 /audio/rioutil
parent88d002074007544d532f2495aeb93729291e6275 (diff)
downloadports-b185046be2ec03555daaf4f26d38542c403a9955.tar.gz
ports-b185046be2ec03555daaf4f26d38542c403a9955.zip
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Notes
Notes: svn path=/head/; revision=84842
Diffstat (limited to 'audio/rioutil')
-rw-r--r--audio/rioutil/Makefile10
-rw-r--r--audio/rioutil/files/patch-aa20
2 files changed, 5 insertions, 25 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile
index edd19a28416a..89bee16da7de 100644
--- a/audio/rioutil/Makefile
+++ b/audio/rioutil/Makefile
@@ -5,17 +5,17 @@
# $FreeBSD$
#
-PORTNAME= rioutil
+PORTNAME= rioutil
PORTVERSION= 1.0.6
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+PORTREVISION= 1
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A program to inferface with the Rio600, Rio800 and psa[play devices
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-
+USE_GETOPT_LONG=yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
diff --git a/audio/rioutil/files/patch-aa b/audio/rioutil/files/patch-aa
deleted file mode 100644
index d4eb5985b4dc..000000000000
--- a/audio/rioutil/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Fri Dec 14 08:34:33 2001
-+++ configure Sat Dec 15 01:42:47 2001
-@@ -1672,7 +1672,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lgnugetopt $LIBS"
-+LIBS="-L${prefix}/lib -lgnugetopt $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 1678 "configure"
- #include "confdefs.h"
-@@ -1706,7 +1706,7 @@
- #define $ac_tr_lib 1
- EOF
-
-- LIBS="-lgnugetopt $LIBS"
-+ LIBS="-L${prefix}/lib -lgnugetopt $LIBS"
-
- else
- echo "$ac_t""no" 1>&6