mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Remove USE_GETOPT_LONG which is a no-op since March 2007
This commit is contained in:
parent
a1807bcfe5
commit
6f8a3dbfb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209422
79 changed files with 1 additions and 91 deletions
|
@ -37,7 +37,6 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= pkgconfig
|
||||
USE_GETOPT_LONG= yes
|
||||
|
||||
CONFIGURE_ARGS+= --disable-mpi
|
||||
|
||||
|
|
|
@ -14,8 +14,6 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= huntting@glarp.com
|
||||
COMMENT= A quantum computer simulator
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
|
||||
do-configure:
|
||||
echo 'PREFIX=${PREFIX}' >>${WRKSRC}/Makefile
|
||||
cd ${WRKSRC} && make dep
|
||||
|
|
|
@ -17,7 +17,6 @@ COMMENT= HTTP authentication brute forcer
|
|||
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
|
|
@ -16,7 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A command-line utility for encrypting and decrypting files and streams
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= ccrypt.1
|
||||
|
|
|
@ -24,7 +24,6 @@ LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \
|
|||
|
||||
USE_BZIP2= yes
|
||||
USE_OPENLDAP= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
INFO= dirmngr
|
||||
|
|
|
@ -15,7 +15,6 @@ COMMENT= Portable, fast and featureful ZIP password cracker
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_PERL5_BUILD=yes
|
||||
|
||||
PLIST_FILES= bin/fcrackzip bin/fcrackzipinfo
|
||||
|
|
|
@ -24,7 +24,6 @@ USE_QT_VER= 3
|
|||
QTDIR?= ${QT_PREFIX}
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
|
|
@ -24,7 +24,6 @@ USE_QT_VER= 3
|
|||
QTDIR?= ${QT_PREFIX}
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
|
|
@ -24,7 +24,6 @@ USE_QT_VER= 3
|
|||
QTDIR?= ${QT_PREFIX}
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
|
|
@ -25,6 +25,5 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --datadir=${PREFIX}/share
|
||||
USE_GETOPT_LONG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -22,7 +22,6 @@ LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \
|
|||
ntlm.0:${PORTSDIR}/security/libntlm
|
||||
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
|
|
@ -22,7 +22,6 @@ CONFLICTS= heimdal-*
|
|||
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --disable-kerberos5
|
||||
|
|
|
@ -15,7 +15,6 @@ MAINTAINER= chinsan@FreeBSD.org
|
|||
COMMENT= An RFC1413 identification server which also supports random replies
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAN8= ident2.8
|
||||
PLIST_FILES= sbin/ident2
|
||||
|
|
|
@ -15,7 +15,6 @@ COMMENT= A flexible port-knocking server and client
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
OPTIONS= SERVER "Install knockd server" on \
|
||||
|
|
|
@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Library and frontend for running commands as root
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack gnomeprefix libgnomeui
|
||||
|
|
|
@ -18,7 +18,6 @@ COMMENT= ASN.1 structure parser library
|
|||
USE_LDCONFIG= yes
|
||||
USE_GNOME= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
DOCS= AUTHORS NEWS README THANKS doc/TODO \
|
||||
|
|
|
@ -26,7 +26,6 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|||
CONFIGURE_ARGS= --enable-shared
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
|
||||
DOCS= NEWS README TODO nettle.html
|
||||
EXAMPLES= examples/*.c examples/*.h
|
||||
|
|
|
@ -26,7 +26,6 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|||
CONFIGURE_ARGS= --enable-shared
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
|
||||
DOCS= NEWS README TODO nettle.html
|
||||
EXAMPLES= examples/*.c examples/*.h
|
||||
|
|
|
@ -15,7 +15,6 @@ MAINTAINER= oliver@FreeBSD.org
|
|||
COMMENT= Ident server that supports user-defined ident strings
|
||||
|
||||
USE_RC_SUBR= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \
|
|||
|
||||
CONFLICTS?= pinentry-[a-z]*-[0.9]*
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_ICONV= yes
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -18,7 +18,6 @@ COMMENT= Program for managing passwords on smartcards
|
|||
LIB_DEPENDS= towitoko.2:${PORTSDIR}/devel/towitoko
|
||||
|
||||
PLIST_FILES= bin/poc
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
|
|
@ -16,7 +16,6 @@ MAINTAINER= vs@FreeBSD.org
|
|||
COMMENT= Quintuple Agent is a program that stores secrets for you
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_GNOME= glib12
|
||||
.ifndef(WITHOUT_X11)
|
||||
USE_GNOME+= gtk12
|
||||
|
|
|
@ -23,7 +23,6 @@ USE_AUTOTOOLS= libtool:15
|
|||
USE_PERL5_BUILD= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_ICONV= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
MAKEINFO="makeinfo --no-split"
|
||||
|
|
|
@ -15,7 +15,6 @@ MAINTAINER= hubert@frbsd.org
|
|||
COMMENT= An SMTP software identifier
|
||||
|
||||
MAKE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GCC= 2.95
|
||||
|
|
|
@ -14,7 +14,6 @@ MASTER_SITES= http://www.skamphausen.de/software/cdargs/ \
|
|||
MAINTAINER= wxs@FreeBSD.org
|
||||
COMMENT= Navigate the filesystem using a menu interface or a bookmark system
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CFLAGS+= -DHAVE_DECL_GETOPT
|
||||
|
|
|
@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= dcfldd
|
|||
MAINTAINER= nobutaka@FreeBSD.org
|
||||
COMMENT= An enhanced dd tool with MD5 hashing capability
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAN1= dcfldd.1
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@ MASTER_SITES= http://www.garloff.de/kurt/linux/ddrescue/
|
|||
MAINTAINER= nobutaka@freebsd.org
|
||||
COMMENT= A dd tool suitable for rescuing data from a medium with errors
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
ALL_TARGET= default
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ COMMENT= A tool for dumping DMI (SMBIOS) contents in human-readable format
|
|||
ONLY_FOR_ARCHS= i386 amd64 ia64
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" DOCSDIR="${DOCSDIR}"
|
||||
|
||||
PORTDOCS= AUTHORS CHANGELOG README
|
||||
|
|
|
@ -15,7 +15,6 @@ MASTER_SITES= ftp://ftp.Awfulhak.org/pub/dvdtape/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Create DVD master filesystems on DLT media
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
MAN1= dvdtape.1
|
||||
|
|
|
@ -21,7 +21,6 @@ GNU_CONFIGURE= yes
|
|||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack pkgconfig gnometarget
|
||||
USE_LDCONFIG= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_EFL= ecore eet evas
|
||||
USE_EFL_ECORE= ipc con
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_config
|
||||
|
|
|
@ -24,10 +24,4 @@ PLIST_FILES= bin/ghasher
|
|||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ghasher ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500040
|
||||
USE_GETOPT_LONG=yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,7 +21,6 @@ LIB_DEPENDS= gksu1.2.0:${PORTSDIR}/sysutils/libgksu \
|
|||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk20 pkgconfig gnomeprefix gnomehack gconf2 intlhack
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@ COMMENT= File splitter, GTK and CLI versions
|
|||
USE_GNOME= #
|
||||
USE_GMAKE= yes
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
PORTDOCS= README
|
||||
|
|
|
@ -20,7 +20,6 @@ ONLY_FOR_ARCHS= i386 amd64
|
|||
USE_AUTOTOOLS= autoconf:261 automake:19 aclocal:19
|
||||
USE_GCC= 3.2+
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_RC_SUBR= LCDd lcdproc
|
||||
|
||||
CONFIGURE_ARGS= --enable-drivers="${LCDPROC_DRIVERS}" \
|
||||
|
|
|
@ -18,7 +18,6 @@ COMMENT= Parse ASCII logfiles into ANSI, CSV, HTML formats
|
|||
CONFLICTS= logtool-1.2*
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}"
|
||||
|
|
|
@ -14,7 +14,6 @@ MAINTAINER= sergei@FreeBSD.org
|
|||
COMMENT= Parse ASCII logfiles into ANSI, CSV, HTML formats
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}"
|
||||
|
|
|
@ -18,7 +18,6 @@ COMMENT= Utility to dump process memory
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
CFLAGS+= ${CPPFLAGS}
|
||||
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ COMMENT= An SNMP based command line network printer management tool
|
|||
MAN1= npadmin.1
|
||||
PLIST_FILES= bin/npadmin
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
pre-patch:
|
||||
|
|
|
@ -18,7 +18,6 @@ COMMENT= Various ELF related utils for ELF32, ELF64 binaries
|
|||
|
||||
USE_BZIP2= true
|
||||
USE_GMAKE= true
|
||||
USE_GETOPT_LONG=true
|
||||
USE_GCC= 3.4+
|
||||
|
||||
PLIST_FILES= bin/dumpelf bin/pspax bin/scanelf
|
||||
|
|
|
@ -16,7 +16,6 @@ COMMENT= PowerMan is a tool for doing remote power control
|
|||
|
||||
USE_BISON= build
|
||||
USE_GMAKE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_RC_SUBR= yes
|
||||
|
||||
MAKE_ENV+= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" \
|
||||
|
|
|
@ -15,7 +15,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Utilities and library to manipulate ReiserFS partitions
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
|
|
@ -18,7 +18,6 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --disable-nls
|
||||
USE_GMAKE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
|
||||
CONFLICTS= pstree-2.* \
|
||||
pidof-*
|
||||
|
|
|
@ -14,8 +14,6 @@ MASTER_SITES= http://www.tricknology.org/ports/
|
|||
MAINTAINER= oddbjorn@tricknology.org
|
||||
COMMENT= A simple password generator
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-1
|
||||
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
|
|
|
@ -16,7 +16,6 @@ MAINTAINER= andrey@hm.perm.ru
|
|||
COMMENT= A small, powerful, GPL'ed password generator
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_PERL5_BUILD=yes
|
||||
|
||||
CONFLICTS= pwgen-1*
|
||||
|
|
|
@ -13,8 +13,6 @@ MASTER_SITES= http://fdd.com/software/radeon/
|
|||
MAINTAINER= takawata@jp.freebsd.org
|
||||
COMMENT= ATI Radeon video card contoroling tool useful for laptops
|
||||
|
||||
USE_GETOPT_LONG=YES
|
||||
|
||||
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -17,7 +17,6 @@ COMMENT= Rename multiple files using regular expressions
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
MAN1= rename.1
|
||||
|
|
|
@ -17,7 +17,6 @@ COMMENT= A daemon to monitor and configure modern scanner's buttons
|
|||
LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb
|
||||
|
||||
USE_GCC= 3.3+
|
||||
USE_GETOPT_LONG=yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
|
|
@ -19,7 +19,6 @@ COMMENT= S-Lang System Monitor
|
|||
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
|
||||
slang.1:${PORTSDIR}/devel/libslang
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
|
|
@ -17,8 +17,6 @@ COMMENT= A utility for removing files based on when they were last accessed
|
|||
|
||||
EXTRACT_DEPENDS=rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
|
||||
CFLAGS+= ${CPPFLAGS} -DVERSION=\"${PORTVERSION}\"
|
||||
MAN8= tmpwatch.8
|
||||
PLIST_FILES= sbin/tmpwatch
|
||||
|
|
|
@ -13,7 +13,6 @@ MASTER_SITES= http://www.pulia.nu/tss/src/
|
|||
MAINTAINER= peter@pean.org
|
||||
COMMENT= Terminal ScreenSaver that allows you to lock you terminal
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -16,7 +16,6 @@ COMMENT= Decrypts and copies DVD .vob files
|
|||
LIB_DEPENDS= dvdread.5:${PORTSDIR}/multimedia/libdvdread
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= configure.sh
|
||||
CONFIGURE_ARGS= --with-lfs
|
||||
|
|
|
@ -16,7 +16,6 @@ COMMENT= Displays filesystem usage of mountpoints in a nice WindowMaker dockapp
|
|||
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
|
|
@ -16,7 +16,6 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The freespace for Window Maker
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_IMAKE= yes
|
||||
USE_XPM= yes
|
||||
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
|
|
@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= utils/file
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Splits standard input and pipes into a command
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAN1= xin.1
|
||||
PLIST_FILES= bin/xin
|
||||
|
|
|
@ -17,7 +17,6 @@ COMMENT= Quick & easy monitoring of logfiles and devices
|
|||
|
||||
USE_GCC= 3.4+
|
||||
USE_GNOME= gtk12 gnometarget
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
|
|
@ -32,7 +32,6 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
|||
MAKE="${GMAKE}"
|
||||
CONFIGURE_ARGS= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \
|
||||
-with-forced-embedded-ffmpeg # To be removed after ffmpeg-devel's upgrade
|
||||
USE_GETOPT_LONG= yes
|
||||
|
||||
USE_GMAKE= yes # To be removed after ffmpeg-devel's upgrade
|
||||
USE_GNOME= glib20 libglade2
|
||||
|
|
|
@ -18,7 +18,6 @@ PORTDOCS= CHANGES COPYING INSTALL MRULES README
|
|||
USE_AUTOTOOLS= autoconf:261
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAKE_ARGS+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
||||
|
|
|
@ -18,8 +18,6 @@ COMMENT= Converts a well formed csv file to a LaTeX document
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
|
||||
PLIST_FILES= bin/csv2latex
|
||||
|
||||
do-build:
|
||||
|
|
|
@ -15,7 +15,6 @@ DISTNAME= dictd-${PORTVERSION}
|
|||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Formats a DICT protocol dictionary database
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
|
|
@ -17,7 +17,6 @@ COMMENT= A simple but powerful template language for C++
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GCC= 3.2+
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -18,7 +18,6 @@ COMMENT= Customizable syntax highlighter
|
|||
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
||||
|
||||
USE_GCC= 3.4
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= makefile
|
||||
MAKE_ARGS= CXX="${CXX}" \
|
||||
|
|
|
@ -17,7 +17,6 @@ COMMENT= XML parser library mainly designed for Jabber applications
|
|||
LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
|
|
@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Simple language for marking up text in a very expressive way
|
||||
|
||||
USE_BISON= build
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= autoconf:213 libtool:15
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
|
|
@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= jylefort@FreeBSD.org
|
||||
COMMENT= A natural language translation library
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GNOME= glib20 gnomehack intlhack
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -19,7 +19,6 @@ COMMENT= RDF Parser Toolkit for Redland
|
|||
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_GNOME= gnomehack gnometarget libxml2
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \
|
||||
--with-curl-config=${LOCALBASE}/bin/curl-config \
|
||||
|
|
|
@ -19,7 +19,6 @@ COMMENT= RDF Parser Toolkit for Redland
|
|||
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_GNOME= gnomehack gnometarget libxml2
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \
|
||||
--with-curl-config=${LOCALBASE}/bin/curl-config \
|
||||
|
|
|
@ -22,7 +22,6 @@ USE_BDB= yes
|
|||
INVALID_BDB_VER=2
|
||||
USE_GNOME= gnomehack gnometarget lthack pkgconfig
|
||||
USE_OPENSSL= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@ USE_BDB= yes
|
|||
INVALID_BDB_VER=2
|
||||
USE_GNOME= gnomehack gnometarget lthack pkgconfig
|
||||
USE_OPENSSL= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Converter from MS Word to text, HTML or LaTeX
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@ COMMENT= A library and executables to access Microsoft Word files
|
|||
LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf
|
||||
RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GNOME= gnometarget libgsf
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
|
|
@ -17,7 +17,6 @@ COMMENT= Bookmark Editor
|
|||
|
||||
USE_GNOME= gtk12 libxml2
|
||||
USE_BISON= build
|
||||
USE_GETOPT_LONG= yes
|
||||
HAS_CONFIGURE= yes
|
||||
MAKE_ENV= LD="${CC}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@ COMMENT= Commandline client for DAV
|
|||
|
||||
LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
|
|
@ -16,7 +16,6 @@ COMMENT= A tool to retrieve WWW data
|
|||
|
||||
OPTIONS= SSL "SSL support" on
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
CFLAGS+= ${CPPFLAGS}
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LFLAGS="-s ${LDFLAGS}"
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@ COMMENT= A text web browser, very ambitious, in active development
|
|||
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Netscape cache browser
|
||||
|
||||
USE_GNOME= gnomehier gtk12
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -21,8 +21,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|||
--sysconfdir=${PREFIX}/etc \
|
||||
--localstatedir=${DATADIR}
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
|
||||
MAN1= quickie-config.1 quickie_prime.1 quickie.1 quickie_svt.1 \
|
||||
quickie_license.1 quickie_post_install.1
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@ CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \
|
|||
CONFIGURE_ARGS= --with-neon --with-libxml2
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= libxml2
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
.ifndef WITHOUT_SSL
|
||||
|
|
|
@ -19,7 +19,6 @@ COMMENT= A Squid Report Generator
|
|||
USE_GMAKE= yes
|
||||
USE_BISON= build
|
||||
USE_BZIP2= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
MAKE_ENV= CC="${CC}" CXX="${CXX}" \
|
||||
CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
|
|
@ -16,7 +16,6 @@ COMMENT= Flash rendering plugin
|
|||
|
||||
LIB_DEPENDS= swfdec-0.5.5:${PORTSDIR}/graphics/swfdec
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_ARGS= --with-plugin-dir="${PREFIX}/lib/browser_plugins"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue