mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Switch to new USE_GETOPT_LONG ports option
This commit is contained in:
parent
8177536f11
commit
db90ac6c58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79175
9 changed files with 15 additions and 15 deletions
|
@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ffmpeg
|
|||
MAINTAINER= lioux@FreeBSD.org
|
||||
COMMENT= Hyper fast realtime audio/video encoder/converter, streaming server
|
||||
|
||||
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
|
|
@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ffmpeg
|
|||
MAINTAINER= lioux@FreeBSD.org
|
||||
COMMENT= Hyper fast realtime audio/video encoder/converter, streaming server
|
||||
|
||||
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
|
|
@ -17,11 +17,11 @@ MAINTAINER= lioux@FreeBSD.org
|
|||
COMMENT= Hyper fast realtime audio/video encoder/converter, streaming server
|
||||
|
||||
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
USE_GETOPT_LONG= yes
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
|
|
@ -14,9 +14,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION:C/.p(.)$/pre\1/}
|
|||
MAINTAINER= lioux@FreeBSD.org
|
||||
COMMENT= A small GNOME program for editing and converting subtitles
|
||||
|
||||
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomeprefix gnomelibs
|
||||
USE_REINPLACE= yes
|
||||
|
|
|
@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --with-dv=${LOCALBASE}
|
|||
.endif
|
||||
#
|
||||
.ifdef(WITH_LIBGNUGETOPT)
|
||||
LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
USE_GETOPT_LONG= yes
|
||||
.endif
|
||||
#
|
||||
.ifdef(WITH_LIBMOVTAR)
|
||||
|
@ -172,6 +172,9 @@ post-patch:
|
|||
@${REINPLACE_CMD} -E -e 's|(AVIPLAY_LIBS \=.*)|\1 -lgnugetopt|' \
|
||||
${WRKSRC}/lavtools/Makefile.in
|
||||
.endif
|
||||
# link to pthreads
|
||||
@${REINPLACE_CMD} -E -e 's|(AVIPLAY_LIBS \=.*)|\1 ${PTHREAD_LIBS}|' \
|
||||
${WRKSRC}/lavtools/Makefile.in
|
||||
|
||||
post-configure:
|
||||
@${CP} -f ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}
|
||||
|
|
|
@ -19,9 +19,9 @@ BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \
|
|||
pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
|
||||
glib-2.0.200:${PORTSDIR}/devel/glib20 \
|
||||
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
|
||||
gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_REINPLACE= yes
|
||||
|
|
|
@ -16,9 +16,9 @@ MAINTAINER= lioux@FreeBSD.org
|
|||
COMMENT= A DirectConnect (www.neo-modus.com) text client for file sharing
|
||||
|
||||
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
|
||||
LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \
|
||||
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= glib12
|
||||
USE_PERL5_RUN= yes
|
||||
|
|
|
@ -16,9 +16,9 @@ MAINTAINER= lioux@FreeBSD.org
|
|||
COMMENT= A DirectConnect (www.neo-modus.com) text client for file sharing
|
||||
|
||||
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
|
||||
LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \
|
||||
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= glib12
|
||||
USE_PERL5_RUN= yes
|
||||
|
|
|
@ -13,10 +13,10 @@ MASTER_SITES= http://lpn.rnbhq.org/download/
|
|||
MAINTAINER= lioux@FreeBSD.org
|
||||
COMMENT= Decrypts and copies DVD .vob files
|
||||
|
||||
LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread \
|
||||
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||||
LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= configure.sh
|
||||
USE_REINPLACE= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue