mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
This commit is contained in:
parent
fd8fc97738
commit
83f65384c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327772
@ -20,6 +20,7 @@ SSLFIX_DESC= Install KB16625-patched binaries
|
||||
|
||||
OPTIONS_DEFAULT= SSLFIX
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if !empty(PORT_OPTIONS:MSSLFIX)
|
||||
|
@ -18,6 +18,7 @@ CFLAGS= -Wno-return-type
|
||||
|
||||
RELDATE= 20000521
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-extract:
|
||||
|
@ -20,6 +20,7 @@ PORTDOCS= README.txt LICENSE.txt chipset_info.txt changes.log
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
cd ${WRKSRC} && \
|
||||
${CC} ${CFLAGS} 915resolution.c -o 915resolution
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: DTraceToolkit
|
||||
# Date created: 2008-12-11
|
||||
# Whom: Steven Kreuzer <steven@exit2shell.com>
|
||||
#
|
||||
# Created by: Steven Kreuzer <steven@exit2shell.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= DTraceToolkit
|
||||
PORTVERSION= 0.99
|
||||
@ -16,6 +12,7 @@ COMMENT= Collection of useful scripts for DTrace
|
||||
|
||||
NO_BUILD= YES
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} <= 701000
|
||||
|
@ -61,6 +61,7 @@ MAN1= lpf.1 psbanner.1 lp.1 cancel.1 lprng_certs.1 lprng_index_certs.1 \
|
||||
MAN5= printcap.5 lpd.conf.5 lpd.perms.5
|
||||
MAN8= lpc.8 checkpc.8 lpd.8
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
@ -39,6 +39,7 @@ CONFIGURE_ARGS+= --with-spool_directory=/var/spool/lpd \
|
||||
|
||||
MAN1= lprngtool.1
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "If you want to replace the default printing system with LPRng, use:"
|
||||
@${ECHO_MSG} " make PREFIX=/usr SYSCONFDIR=/etc clean all install"
|
||||
|
@ -1,9 +1,5 @@
|
||||
# ports collection makefile for: abmgmt
|
||||
# Date Created: 27 July 2001
|
||||
# Whom: tundra
|
||||
#
|
||||
# Created by: tundra
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= abck
|
||||
PORTVERSION= 2.2
|
||||
@ -18,4 +14,5 @@ USE_PYTHON= yes
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= abck.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: abgx360
|
||||
# Date created: 21 November 2009
|
||||
# Whom: okeeblow <root@cooltrainer.org>
|
||||
#
|
||||
# Created by: okeeblow <root@cooltrainer.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= abgx360
|
||||
PORTVERSION= 1.0.6
|
||||
@ -20,6 +16,7 @@ PLIST_FILES= bin/abgx360
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${PREFIX}/bin
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: abgx360gui
|
||||
# Date created: 21 November 2009
|
||||
# Whom: okeeblow <root@cooltrainer.org>
|
||||
#
|
||||
# Created by: okeeblow <root@cooltrainer.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= abgx360gui
|
||||
PORTVERSION= 1.0.2
|
||||
@ -37,6 +33,7 @@ DESKTOP_ENTRIES= "abgx360" \
|
||||
"Utility;" \
|
||||
false
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/abgx360gui ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/abgx360-256.png ${PREFIX}/share/pixmaps
|
||||
|
@ -14,6 +14,7 @@ LICENSE= BSD
|
||||
|
||||
SSP_UNSAFE= kernel module does not support ssp
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
KMODDIR?= /boot/modules
|
||||
|
@ -23,6 +23,7 @@ YFLAGS= -v -d
|
||||
YFLAGS+= -y
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^CC[[:blank:]]*=.*|CC = ${CC}|' \
|
||||
-e 's|^INSTALL[[:blank:]]*=.*|INSTALL = ${INSTALL}|g' \
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: adtool
|
||||
# Date created: Wed 23 Apr 2003
|
||||
# Whom: joseph@randomnetworks.com
|
||||
#
|
||||
# Created by: joseph@randomnetworks.com
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= adtool
|
||||
PORTVERSION= 1.3.3
|
||||
@ -27,4 +23,5 @@ PLIST_FILES= bin/adtool \
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: afbinit
|
||||
# Date created: 15 September 2003
|
||||
# Whom: marius@alchemy.franken.de
|
||||
#
|
||||
# Created by: marius@alchemy.franken.de
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= afbinit
|
||||
PORTVERSION= 1.0
|
||||
@ -32,6 +28,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
MAN8= afbinit.8
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
.for i in afbinit.c debian/afbinit.8
|
||||
@${REINPLACE_CMD} -E -e 's|\/usr\/lib|${DATADIR}|g; \
|
||||
|
@ -29,6 +29,7 @@ MAN1= affcat.1
|
||||
|
||||
AUTOTOOLSFILES= aclocal.m4
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|2.61|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4
|
||||
@${REINPLACE_CMD} -e 's|(libdir)|(libdir)/lib|' \
|
||||
|
@ -16,6 +16,7 @@ MAN1= afio.1
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
PORTDOCS= README SCRIPTS
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^CC=.*$$|CC=${CC}|' \
|
||||
${WRKSRC}/Makefile
|
||||
|
@ -18,6 +18,7 @@ GNU_CONFIGURE= yes
|
||||
MAN1= ${PORTNAME}.1
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|HOST_NAME_MAX|_POSIX_&|' ${WRKSRC}/httpd.c
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: ah-tty
|
||||
# Date created: Tue Jun 25, 2002
|
||||
# Whom: Michael L. Hostbaek <mich@freebsdcluster.org>
|
||||
#
|
||||
# Created by: Michael L. Hostbaek <mich@freebsdcluster.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ah-tty
|
||||
PORTVERSION= 0.3.12
|
||||
@ -20,6 +16,7 @@ PLIST_FILES= bin/ah-tty bin/ah-tty.static share/ah-tty.conf
|
||||
MAN1= ah-tty.1
|
||||
INFO= ah-tty
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
|
||||
${WRKSRC}/dillib/vty/vtlabel.c
|
||||
|
@ -1,9 +1,5 @@
|
||||
# Ports collection makefile for: aimage
|
||||
# Date created: 29/03/2008
|
||||
# Whom: Chris Calvey <chris@securityforensics.co.uk>
|
||||
#
|
||||
# Created by: Chris Calvey <chris@securityforensics.co.uk>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= aimage
|
||||
PORTVERSION= 3.2.5
|
||||
@ -21,4 +17,5 @@ GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/aimage
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,6 +18,7 @@ ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN1}.gz ${MAN1PREFIX}/man/man1
|
||||
|
@ -31,6 +31,7 @@ MAN8= amd.8 amq.8 automount2amd.8 fixmount.8 fsinfo.8 hlfsd.8 \
|
||||
INFO= am-utils
|
||||
PORTDOCS= AUTHORS BUGS FAQ NEWS README.attrcache
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENLDAP}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Created by: Bjoern A. Zeeb <bzeeb+freebsd+ports@zabbadoz.net>
|
||||
# Created by: Bjoern A. Zeeb <bzeeb+freebsd+ports@zabbadoz.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= amrstat
|
||||
@ -13,6 +13,7 @@ COMMENT= Utility for LSI Logic's MegaRAID RAID controllers
|
||||
OPTIONS_DEFINE= MEGARC
|
||||
MEGARC_DESC= Install LSI megarc binary port
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# We may want this for periodic script and to actually be able
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: anacron
|
||||
# Date created: 15 Jul 2003
|
||||
# Whom: Derik van Zuetphen <dz@426.ch>
|
||||
#
|
||||
# Created by: Derik van Zuetphen <dz@426.ch>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= anacron
|
||||
PORTVERSION= 2.3
|
||||
@ -20,6 +16,7 @@ USE_GMAKE= yes
|
||||
USE_RC_SUBR= anacron
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
.for f in Makefile anacron.8 anacrontab.5
|
||||
@${REINPLACE_CMD} -e 's|\(/etc/anacrontab\)|${PREFIX}\1|' ${WRKSRC}/${f}
|
||||
|
@ -1,10 +1,5 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: and
|
||||
# Date created: Jun 22, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= and
|
||||
PORTVERSION= 1.2.2
|
||||
@ -21,4 +16,5 @@ NOPRECIOUSMAKEVARS= yes
|
||||
MAN5= and.conf.5 and.priorities.5
|
||||
MAN8= and.8
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -33,6 +33,7 @@ SUB_FILES= pkg-message
|
||||
PORTEXAMPLES= *
|
||||
MAN1= ansible-doc.1 ansible-playbook.1 ansible-pull.1 ansible.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch-script:
|
||||
@${REINPLACE_CMD} -e "s|/etc/ansible|${ETCDIR}|" \
|
||||
${WRKSRC}/docs/man/man1/ansible-playbook.1 \
|
||||
|
@ -15,4 +15,5 @@ GNU_CONFIGURE= yes
|
||||
MAN1= anteater.1
|
||||
PLIST_FILES= bin/anteater
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,6 +27,7 @@ FAM_CONFIGURE_ON= --with-fam=${LOCALBASE}
|
||||
PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
||||
PCRE_COFNIGURE_ON= --with-pcre=${LOCALBASE}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E -e 's,struct (circle_struct),\1,g' \
|
||||
${WRKSRC}/src/hits_circle.*
|
||||
|
@ -15,6 +15,7 @@ RUN_DEPENDS= snmpwalk:${PORTSDIR}/net-mgmt/net-snmp
|
||||
PLIST_FILES= bin/apcpwr etc/apcpwr.conf.dist
|
||||
MAN8= apcpwr.8
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@ ${ECHO}
|
||||
@ ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" pkg-message | fmt
|
||||
|
@ -55,6 +55,7 @@ GAPCMON_DESC= Build GTK GUI front-end
|
||||
|
||||
PORTDOCS= ${PORTNAME}.pdf
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MAPCSMART_DRV}
|
||||
|
@ -1,7 +1,4 @@
|
||||
# New ports collection makefile for: apt
|
||||
# Date created: 23 October 2006
|
||||
# Whom: Nick Barkas <snb@threerings.net>
|
||||
#
|
||||
# Created by: Nick Barkas <snb@threerings.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= apt
|
||||
@ -39,6 +36,7 @@ DPKGDIR?= /var/db/dpkg
|
||||
APTDIR?= /var/db/apt
|
||||
PLIST_SUB+= APTDIR=${APTDIR:C,^/,,}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${CP} ${FILESDIR}/https.cc ${FILESDIR}/https.h ${WRKSRC}/methods/
|
||||
${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|g' -e \
|
||||
|
@ -1,7 +1,4 @@
|
||||
# New ports collection makefile for: arcconf
|
||||
# Date created: 28 October 2007
|
||||
# Whom: michael@fuckner.net
|
||||
#
|
||||
# Created by: michael@fuckner.net
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= arcconf
|
||||
@ -23,6 +20,7 @@ SUB_FILES+= ${PERIODICSCRIPT}
|
||||
RESTRICTED= May not be redistributed in binary form
|
||||
NO_CDROM= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800000
|
||||
|
@ -17,4 +17,5 @@ GNU_CONFIGURE= yes
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
USES= fuse pkgconfig iconv gmake
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,6 +27,7 @@ SUB_FILES+= ${PERIODICSCRIPT}
|
||||
|
||||
WRKSRC= ${WRKDIR}/V${CLI_VER}_${CLI_REV}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: asapm
|
||||
# Date created: 6 Aug 1998
|
||||
# Whom: Brian Handy <handy@physics.montana.edu>
|
||||
#
|
||||
# Created by: Brian Handy <handy@physics.montana.edu>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= asapm
|
||||
PORTVERSION= 3.1
|
||||
@ -23,4 +19,5 @@ INSTALL_TARGET= install install.man
|
||||
MAN1= asapm.1
|
||||
PLIST_FILES= bin/asapm
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: ascpu
|
||||
# Date created: 18 February 1999
|
||||
# Whom: Dima Sivachenko <dima@chg.ru>
|
||||
#
|
||||
# Created by: Dima Sivachenko <dima@chg.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ascpu
|
||||
PORTVERSION= 1.11
|
||||
@ -25,6 +21,7 @@ MAKE_ENV= EXTRA_LIBRARIES="-L${LOCALBASE}/lib"
|
||||
MAN1= ascpu.1
|
||||
PLIST_FILES= bin/ascpu
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@ ${INSTALL_MAN} ${WRKSRC}/ascpu.man ${PREFIX}/man/man1/ascpu.1
|
||||
@ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/ascpu ${PREFIX}/bin
|
||||
|
@ -1,7 +1,4 @@
|
||||
# New ports collection makefile for: asfsm
|
||||
# Date created: 4 June 1999
|
||||
# Whom: jack
|
||||
#
|
||||
# Created by: jack
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= asfsm
|
||||
@ -20,6 +17,7 @@ GNU_CONFIGURE= yes
|
||||
MAN1= asfsm.1
|
||||
PLIST_FILES= bin/asfsm
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/asfsm.man ${PREFIX}/man/man1/asfsm.1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/asfsm ${PREFIX}/bin
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: asfsm
|
||||
# Date created: 4 June 1999
|
||||
# Whom: jack
|
||||
#
|
||||
# Created by: jack
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= asmem
|
||||
PORTVERSION= 1.12
|
||||
@ -23,6 +19,7 @@ CONFIGURE_ARGS= --with-xpm \
|
||||
MAN1= asmem.1
|
||||
PLIST_FILES= bin/asmem
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/asmem ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/asmem.man ${MANPREFIX}/man/man1/asmem.1
|
||||
|
@ -23,6 +23,7 @@ MAKE_ARGS+= LIBDIR="-L${LOCALBASE}/lib" \
|
||||
|
||||
PLIST_FILES= bin/asmon
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's:gcc:${CC} ${CFLAGS}:' ${BUILD_WRKSRC}/Makefile
|
||||
|
||||
|
@ -1,10 +1,5 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: asr-utils
|
||||
# Date created: Sun Feb 16, 2003
|
||||
# Whom: David O'Brien (obrien@FreeBSD.org)
|
||||
#
|
||||
# Created by: David O'Brien (obrien@FreeBSD.org)
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= asr-utils
|
||||
PORTVERSION= 3.04
|
||||
@ -39,6 +34,7 @@ PLIST_SUB+= LIBXM="@comment "
|
||||
|
||||
.ifndef (WITHOUT_X11)
|
||||
PLIST_SUB+= X11=""
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
|
||||
${FILESDIR}/dptmgr.sh.in > ${WRKDIR}/dptmgr.sh
|
||||
|
@ -25,6 +25,7 @@ MAKE_ARGS+= TTF_FONT=${FONTDIR}/TTF/luxisr.ttf
|
||||
|
||||
FONTDIR?= ${LOCALBASE}/lib/X11/fonts
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
|
@ -16,6 +16,7 @@ PLIST_FILES= sbin/ataidle
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: atitvout
|
||||
# Date created: 2006-01-31
|
||||
# Whom: Anish Mistry <amistry@am-productions.biz>
|
||||
#
|
||||
# Created by: Anish Mistry <amistry@am-productions.biz>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= atitvout
|
||||
PORTVERSION= 0.4
|
||||
@ -21,4 +17,5 @@ MAKEFILE= Makefile.bsd
|
||||
|
||||
PLIST_FILES+= sbin/atitvout
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -33,6 +33,7 @@ PORTDOCS= AUTHOR \
|
||||
README \
|
||||
README.FreeBSD
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/atop ${PREFIX}/bin
|
||||
@${LN} -sf ${PREFIX}/bin/atop ${PREFIX}/bin/atopsar
|
||||
|
@ -40,6 +40,7 @@ MAN1= auto-admin.1 \
|
||||
auto-update-xorg.conf.1 \
|
||||
auto-xdm-toggle.1
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/sbin ${DATADIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/Common/* ${PREFIX}/sbin
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: autojump
|
||||
# Date created: 12 October 2011
|
||||
# Whom: Neeraj Verma <neeraj.verma.ports@vermatech.com>
|
||||
#
|
||||
# Created by: Neeraj Verma <neeraj.verma.ports@vermatech.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= autojump
|
||||
PORTVERSION= 13
|
||||
@ -34,6 +30,7 @@ MAN1= autojump.1
|
||||
OPTIONS_DEFINE= ZSH
|
||||
OPTIONS_DEFAULT= ZSH
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MZSH}
|
||||
|
@ -22,6 +22,7 @@ NTFS3G_DESC= Enable NTFS write support with ntfs-3g over FUSE
|
||||
EXT4_DESC= Support EXT4 filesystem
|
||||
EXFAT_DESC= Support Microsoft exFAT filesystem
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNTFS3G}
|
||||
|
@ -23,6 +23,7 @@ plist: patch
|
||||
|
||||
# Use "amd -S" to avoid a vm locking panic, the scope of which has not yet
|
||||
# been determined. See kern/181590.
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} \
|
||||
-amd="/usr/sbin/amd -S"
|
||||
|
@ -22,6 +22,7 @@ WEBHELP= help/*
|
||||
PERLBITS= lib/*.pm lib/*.pl conf.pl
|
||||
MAN1= autopsy.1
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e 's,lib/,,' ${WRKSRC}/base/autopsy.base
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: b43-fwcutter
|
||||
# Date created: 7 May 2009
|
||||
# Whom: swhetzel@gmail.com
|
||||
#
|
||||
# Created by: swhetzel@gmail.com
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= b43-fwcutter
|
||||
PORTVERSION= 015
|
||||
@ -19,4 +15,5 @@ USE_GMAKE= yes
|
||||
MAN1= b43-fwcutter.1
|
||||
PLIST_FILES= bin/b43-fwcutter
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: backupme
|
||||
# Date created: 21 May 2010
|
||||
# Whom: Yaroslav Berezhinskiy <yaroslav@berezhinskiy.org.ua>
|
||||
#
|
||||
# Created by: Yaroslav Berezhinskiy <yaroslav@berezhinskiy.org.ua>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= backupme
|
||||
PORTVERSION= 0.1
|
||||
@ -32,6 +28,7 @@ NO_INSTALL_MANPAGES= yes
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
etc/${PORTNAME}.sample.xml
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${CP} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
||||
@${CP} ${WRKSRC}/${PORTNAME}.sample.xml ${PREFIX}/etc/
|
||||
|
@ -42,6 +42,7 @@ RRDTOOL_DESC= Use RRDTool to generate pool statistic graphs
|
||||
SMBCLIENT_DESC= Samba client
|
||||
XML_RSS_DESC= Perl extension to manage RSS files
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MARCHIVE_ZIP}
|
||||
|
@ -29,4 +29,5 @@ CONFIGURE_ARGS+= --enable-bat \
|
||||
OPTIONS_DEFINE= OPENSSL
|
||||
OPTIONS_DEFAULT=OPENSSL
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -17,4 +17,5 @@ CONFIGURE_ARGS+= --enable-client-only \
|
||||
--disable-build-dird \
|
||||
--disable-build-stored
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -14,4 +14,5 @@ MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server
|
||||
OPTIONS_DEFINE= NLS OPENSSL PYTHON
|
||||
OPTIONS_DEFAULT=NLS OPENSSL
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -21,6 +21,7 @@ PORTDOCS= *.pdf
|
||||
IGNORE= consists of only documentation, please undef NOPORTDOCS and try again
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
||||
|
@ -31,6 +31,7 @@ OPTIONS_DEFINE?= SQLITE3 MYSQL PGSQL MTX PYTHON NLS OPENSSL
|
||||
OPTIONS_DEFAULT?= NLS OPENSSL PGSQL
|
||||
MTX_DESC= Install mtx for control of autochanger devices
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server" #Till end of the file
|
||||
|
@ -24,6 +24,7 @@ EJECT_DESC= Ejecting the CD/DVD drive
|
||||
NORMALIZE_DESC= An audio file volume normalizer
|
||||
SUDO_DESC= To allow non-privileged users to burn CD's
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCDRDAO}
|
||||
|
@ -16,6 +16,7 @@ USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
|
||||
${WRKSRC}/GNUmakefile
|
||||
|
@ -22,4 +22,5 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
GCONF_SCHEMAS= battfink.schemas
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: battmond
|
||||
# Date created: 16 June 2006
|
||||
# Whom: ntarmos@ceid.upatras.gr
|
||||
#
|
||||
# Created by: ntarmos@ceid.upatras.gr
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= battmond
|
||||
PORTVERSION= 0.3
|
||||
@ -19,4 +15,5 @@ MANCOMPRESSED= yes
|
||||
PLIST_FILES= sbin/battmond \
|
||||
etc/rc.d/battmond
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: sysutils/battray
|
||||
# Date created: 2011-08-30
|
||||
# Whom: Martin Tournoij <martin@arp242.net>
|
||||
#
|
||||
# Created by: Martin Tournoij <martin@arp242.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= battray
|
||||
PORTVERSION= 1.5
|
||||
@ -21,4 +17,5 @@ USE_PYDISTUTILS=yes
|
||||
|
||||
MAN1= battray.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: bbapm
|
||||
# Date created: 3 August 2001
|
||||
# Whom: Adam Weinberger <adam@vectors.cx>
|
||||
#
|
||||
# Created by: Adam Weinberger <adam@vectors.cx>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bbapm
|
||||
PORTVERSION= 0.0.1
|
||||
@ -28,6 +24,7 @@ PLIST_FILES= bin/bbapm share/bbtools/README.bbapm share/bbtools/bbapm.conf \
|
||||
share/bbtools/bbapm.nobb share/bbtools/bbapm.style \
|
||||
share/bbtools/bbtoolsrc.in
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g operator \
|
||||
-m 2555 ${WRKSRC}/bbapm ${PREFIX}/bin
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: bbcp
|
||||
# Date created: 10 August 2012
|
||||
# Whom: John Hein <jhein@symmetricom.com>
|
||||
#
|
||||
# Created by: John Hein <jhein@symmetricom.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bbcp
|
||||
PORTVERSION= 20120520
|
||||
@ -23,6 +19,7 @@ PLIST_FILES= bin/bbcp
|
||||
PORTDOCS= ${PORTNAME}.pdf
|
||||
USE_XZ= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: bchunk
|
||||
# Date created: 9 Jan 1999
|
||||
# Whom: bsdx
|
||||
#
|
||||
# Created by: bsdx
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bchunk
|
||||
PORTVERSION= 1.2.0
|
||||
@ -16,6 +12,7 @@ COMMENT= Converts .bin/.cue files to .iso/audio
|
||||
MAN1= bchunk.1
|
||||
PLIST_FILES= bin/bchunk
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
cd ${WRKSRC}; ${CC} ${CFLAGS} bchunk.c -o bchunk
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection Makefile for: be_agent
|
||||
# Date created: 20 May 2005
|
||||
# Whom: Tony Shadwick <numbski@hksilver.net>
|
||||
#
|
||||
# Created by: Tony Shadwick <numbski@hksilver.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= be_agent
|
||||
PORTVERSION= 5.046
|
||||
@ -26,6 +22,7 @@ USE_RC_SUBR= be-agent
|
||||
PLIST_FILES= bin/agent.be \
|
||||
etc/be-agent.cfg.sample
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-fetch:
|
||||
|
@ -18,6 +18,7 @@ ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
MAN4= biosfont.4
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
KMODDIR= /boot/modules
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: bkpupsd
|
||||
# Date created: 26 May 1995
|
||||
# Whom: Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp>
|
||||
#
|
||||
# Created by: Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bkpupsd
|
||||
PORTVERSION= 1.0a
|
||||
@ -15,4 +11,5 @@ COMMENT= A simple UPS daemon for APC BK Pro(TM)
|
||||
|
||||
MAN8= bkpupsd.8
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,6 +11,7 @@ COMMENT= Backup-only shell
|
||||
|
||||
PLIST_FILES= bin/bksh
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/local.mk
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: blimitd
|
||||
# Date created: 29 Jul 2001
|
||||
# Whom: Andrew Stevenson <andrew@ugh.net.au>
|
||||
#
|
||||
# Created by: Andrew Stevenson <andrew@ugh.net.au>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= blimitd
|
||||
PORTVERSION= 0.1
|
||||
@ -19,6 +15,7 @@ WRKSRC= ${WRKDIR}/blimitd
|
||||
MAN8= blimitd.8
|
||||
MANCOMPRESSED= maybe
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 900007
|
||||
|
@ -19,6 +19,7 @@ NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/bontmia
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${PREFIX}/bin
|
||||
|
||||
|
@ -41,6 +41,7 @@ CLIENT_DESC= Install the bbackupd client
|
||||
SERVER_DESC= Install the bbstored server
|
||||
GNUREADLINE_DESC= Enable the use of GNU readline
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGNUREADLINE}
|
||||
|
@ -38,6 +38,7 @@ SERVER_DESC= Install the bbstored server
|
||||
|
||||
OPTIONS_DEFAULT=CLIENT SERVER
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MREADLINE}
|
||||
|
@ -46,6 +46,7 @@ LIBBURNIA_DESC= libburnia plug-ins
|
||||
|
||||
PLIST_SUB= FULL_VERSION=${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNAUTILUS}
|
||||
|
@ -21,6 +21,7 @@ MAN1= brebis.1
|
||||
MANCOMPRESSED= no
|
||||
PORTDOCS= README
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -1,11 +1,5 @@
|
||||
# New ports collection makefile for: bsd-splash-changer
|
||||
# Date created: 11 Feb 2006
|
||||
# Whom: Martin Otto
|
||||
#
|
||||
# Created by: Martin Otto
|
||||
# $FreeBSD$
|
||||
#
|
||||
# This port is self contained.
|
||||
#
|
||||
|
||||
PORTNAME= bsd-splash-changer
|
||||
PORTVERSION= 060211
|
||||
@ -20,6 +14,7 @@ USE_RC_SUBR= change_splash
|
||||
SUB_FILES= pkg-message
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-fetch:
|
||||
@${DO_NADA}
|
||||
|
||||
|
@ -14,6 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
||||
NO_BUILD= yes
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
@ -208,6 +208,7 @@ PLIST_DIRS= ${BSDCFG_LIBE}/020.docsinstall/include \
|
||||
${BSDCFG_SHARE} \
|
||||
share/examples/bsdconfig
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 900030
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: bsdcrashtar
|
||||
# Date created: 18 October 2009
|
||||
# Whom: Mikolaj Golub <to.my.trociny@gmail.com>
|
||||
#
|
||||
# Created by: Mikolaj Golub <to.my.trociny@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bsdcrashtar
|
||||
PORTVERSION= 0.1.3
|
||||
@ -19,4 +15,5 @@ MANCOMPRESSED= yes
|
||||
|
||||
MAKE_ENV+= NO_OBJ=yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: bsdhwmon
|
||||
# Date created: 5 October 2008
|
||||
# Whom: Jeremy Chadwick <jdc@parodius.com>
|
||||
#
|
||||
# Created by: Jeremy Chadwick <jdc@parodius.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bsdhwmon
|
||||
PORTVERSION= 20120702
|
||||
@ -19,6 +15,7 @@ MAN8= bsdhwmon.8
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
DEBUG_DESC= Enable debug build
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: bsdinfo
|
||||
# Date created: 8 June 2012
|
||||
# Whom: samu <s@samu.pl>
|
||||
#
|
||||
# Created by: samu <s@samu.pl>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bsdinfo
|
||||
PORTVERSION= 0.22
|
||||
@ -18,6 +14,7 @@ GNU_CONFIGURE= yes
|
||||
OPTIONS_DEFINE= X256
|
||||
X256_DESC= Build the 256 color version
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MX256}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: sysutils/bsdmoted
|
||||
# Date created: 2010-02-25
|
||||
# Whom: Daniel Walter <sahne@0x90.at>
|
||||
#
|
||||
# Created by: Daniel Walter <sahne@0x90.at>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bsdmoted
|
||||
PORTVERSION= 0.4.0
|
||||
@ -15,4 +11,5 @@ COMMENT= Use Wii remote as mouse
|
||||
|
||||
PLIST_FILES= sbin/bsdmoted
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: bsdstats
|
||||
# Date created: 5 August 2006
|
||||
# Whom: Marc G. Fournier <scrappy@freebsd.org>
|
||||
#
|
||||
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bsdstats
|
||||
PORTVERSION= 5.5
|
||||
@ -18,6 +14,7 @@ NO_BUILD= yes
|
||||
USE_RC_SUBR= bsdstats
|
||||
SUB_FILES= 300.statistics pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/etc/periodic/monthly
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/300.statistics ${PREFIX}/etc/periodic/monthly
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: bubblemon-dockapp
|
||||
# Date created: Apr 16, 2001
|
||||
# Whom: Mark Pulford <mark@kyne.com.au>
|
||||
#
|
||||
# Created by: Mark Pulford <mark@kyne.com.au>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bubblemon-dockapp
|
||||
PORTVERSION= 1.46
|
||||
@ -22,6 +18,7 @@ MAKE_ARGS+= PREFIX="${PREFIX}"
|
||||
|
||||
PORTDOCS= README
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s@CC = gcc@CC = ${CC}@g; \
|
||||
s@-O3 -ansi -Wall@${CFLAGS} -Wall@g; \
|
||||
|
@ -22,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0`
|
||||
MAN1= bubblemon-gnome2.1
|
||||
MANLANG= "" hu sv
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: bulk_extractor
|
||||
# Date created: 31 May 2012
|
||||
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
||||
#
|
||||
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bulk_extractor
|
||||
PORTVERSION= 1.2.2
|
||||
@ -32,4 +28,5 @@ MAN1= bulk_extractor.1
|
||||
|
||||
PLIST_FILES= bin/bulk_extractor
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -31,6 +31,7 @@ MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}"
|
||||
USES= gmake
|
||||
USE_BZIP2= yes
|
||||
# avoid clang, breaks in findutils/find.c l. 752+,
|
||||
NO_STAGE= yes
|
||||
# uses a GCC extension/invalid C code:
|
||||
USE_GCC?= 4.2+
|
||||
|
||||
|
@ -23,6 +23,7 @@ MAKE_ARGS+= SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}"
|
||||
USES= gmake
|
||||
USE_BZIP2= yes
|
||||
# avoid clang, breaks in findutils/find.c l. 752+,
|
||||
NO_STAGE= yes
|
||||
# uses a GCC extension/invalid C code:
|
||||
USE_GCC?= 4.2+
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: byobu
|
||||
# Date created: 2011-04-09
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= byobu
|
||||
PORTVERSION= 3.29
|
||||
@ -39,6 +35,7 @@ MAN1= byobu-config.1 \
|
||||
byobu.1 \
|
||||
shell.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} \
|
||||
-e "s@/bin/bash@${LOCALBASE}/bin/bash@" \
|
||||
|
@ -25,6 +25,7 @@ CBSD_HOME?= ${PREFIX}/cbsd
|
||||
|
||||
MAN7= cbsd.7
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 901000
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: ccd2iso
|
||||
# Date created: 23 Jun 2004
|
||||
# Whom: Sergey A. Osokin <osa@FreeBSD.org>
|
||||
#
|
||||
# Created by: Sergey A. Osokin <osa@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ccd2iso
|
||||
PORTVERSION= 0.9
|
||||
@ -19,6 +15,7 @@ PLIST_FILES= bin/ccd2iso
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/ccd2iso ${PREFIX}/bin
|
||||
|
||||
|
@ -20,6 +20,7 @@ PLIST_FILES= bin/cciss_vol_status etc/periodic/daily/cciss_vol_status
|
||||
PLIST_DIRS= etc/periodic/daily etc/periodic
|
||||
SUB_FILES= cciss_vol_status
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${SRC_BASE}/sys/dev/ciss/cissio.h)
|
||||
|
@ -19,6 +19,7 @@ USE_LDCONFIG= yes
|
||||
MAN1= ccze.1 ccze-cssdump.1
|
||||
MAN7= ccze-plugin.7
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${WRKSRC}/src/ccze-dump > ${PREFIX}/etc/cczerc-sample
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -17,6 +17,7 @@ GNU_CONFIGURE= yes
|
||||
MAN1= cdargs.1
|
||||
PLIST_FILES= bin/cdargs
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|^AM_CXXFLAGS|#AM_CXXFLAGS|' ${WRKSRC}/src/Makefile.in
|
||||
|
@ -25,4 +25,5 @@ CONFIGURE_ENV+= PATH=${PATH}:${LOCALBASE}/sbin
|
||||
MAN1= cdbkup.1 cdappend.1 cdcat.1 cdrstr.1 cdsplit.1
|
||||
PORTDOCS= README TODO COMPLIANCE
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: cdeploy
|
||||
# Date created: 8 May 2010
|
||||
# Whom: jfreund
|
||||
#
|
||||
# Created by: jfreund
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cdeploy
|
||||
PORTVERSION= 0.2.1
|
||||
@ -20,4 +16,5 @@ MANCOMPRESSED= yes
|
||||
|
||||
PLIST_FILES= sbin/cdeploy
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: cdf
|
||||
# Date created: 2004-10-22
|
||||
# Whom: Charlie & <root@lame.novel.ru>
|
||||
#
|
||||
# Created by: Charlie & <root@lame.novel.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cdf
|
||||
PORTVERSION= 0.2
|
||||
@ -18,4 +14,5 @@ PLIST_FILES= bin/cdf
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,6 +15,7 @@ LDFLAGS+= -lncurses -lform
|
||||
|
||||
PLIST_FILES= bin/cdircmp
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
${CC} ${CFLAGS} -c ${WRKSRC}/main.c -o ${WRKSRC}/main.o
|
||||
${CC} ${LDFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/main.o
|
||||
|
@ -13,6 +13,7 @@ PLIST_FILES= bin/cdls
|
||||
|
||||
USES= ncurses
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${NCURSESBASE} == /usr
|
||||
|
@ -61,6 +61,7 @@ CONFIGURE_ARGS+= --without-pcctsbin --without-pcctsinc \
|
||||
MAKE_ENV= CCOM=cc LANG=C
|
||||
SCSILIBTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-cc
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-everything::
|
||||
|
@ -19,6 +19,7 @@ MAN5= genisoimagerc.5
|
||||
|
||||
CONFLICTS= cdrtools-[0-9]* cjk-cdrtools-[0-9]* cdrtools-devel-[0-9]*
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/include/AddSchilyBits.cmake \
|
||||
${WRKSRC}/3rd-party/dirsplit/CMakeLists.txt
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: cdroot
|
||||
# Date created: 8 August 2002
|
||||
# Whom: Brian Dean <bsd@FreeBSD.org>
|
||||
#
|
||||
# Created by: Brian Dean <bsd@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cdroot
|
||||
PORTVERSION= 1.2.5
|
||||
@ -14,4 +10,5 @@ MASTER_SITE_SUBDIR= bsd
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Scripts to automate setting up a bootable CD-ROM based FreeBSD system
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user