- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
This commit is contained in:
parent
f155fbddef
commit
07b2788864
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244489
71 changed files with 76 additions and 0 deletions
|
@ -17,6 +17,7 @@ GNU_CONFIGURE= yes
|
|||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
LDCONFIG_DIRS= %%PREFIX%%/lib/itl
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/itl/libs-${PORTVERSION}
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ MAINTAINER= ginga-freebsd@ginganet.org
|
|||
COMMENT= Audio file conversion utilities and library
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= AFsp.1audio CompAudio.1audio CopyAudio.1audio FiltAudio.1audio \
|
||||
GenNoise.1audio GenTone.1audio InfoAudio.1audio LPanal.1audio \
|
||||
|
|
|
@ -31,6 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DENODATA=255" \
|
|||
CONFIGURE_ARGS= --disable-debug \
|
||||
--enable-osspcm=/dev/dsp \
|
||||
--enable-ossmidi=/dev/midi
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= beast.1 bsescm.1 sfidl.1
|
||||
MAN5= bse.5
|
||||
|
|
|
@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= CD-player with text-based user interface
|
||||
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS} -c -ansi"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= cdplay.1
|
||||
PLIST_FILES= bin/cdplay
|
||||
|
|
|
@ -22,6 +22,7 @@ MAKEFILE= Makefile.linux
|
|||
USE_XORG= xpm
|
||||
|
||||
MAKE_ENV+= OTHER_INCLUDE_DIR=. OTHER_LIBRARY_DIR=.
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PORTDOCS= COPYING README THANKS TODO
|
||||
PORTEXAMPLES= testautopan.dsp \
|
||||
|
|
|
@ -24,6 +24,7 @@ DIRSECTION= "The Emacs editor and associated tools"
|
|||
INFOENTRY= "* BBDB: (bbdb). The Insidious Big Brother Database."
|
||||
PLIST_SUB+= BBDB_LISPDIR=${BBDB_LISPDIR} \
|
||||
DIRSECTION=${DIRSECTION} INFOENTRY=${INFOENTRY}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-emacs=${EMACS_CMD}
|
||||
|
|
|
@ -27,6 +27,7 @@ INSTALLS_ICONS= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
EVO_VERSION= 2.26
|
||||
PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.26"
|
||||
|
|
|
@ -20,6 +20,7 @@ LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
|||
gtksourceview-1.0:${PORTSDIR}/x11-toolkits/gtksourceview
|
||||
|
||||
USE_GNOME= libxml2
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.ifdef WITHOUT_SSL
|
||||
MAKE_ARGS+= WITHOUT_SSL=yes
|
||||
|
|
|
@ -20,6 +20,8 @@ NO_WRKSUBDIR= yes
|
|||
|
||||
MAN8= acpidump.8
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -26,6 +26,7 @@ CONFIGURE_ARGS= --with-nlsdir="${PREFIX}/share/locale"
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
WISH="${WISH}"
|
||||
REINPLACE_ARGS= -i ''
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= ae-cvs-ci.1 ae-repo-ci.1 ae-sccs-put.1 ae_c.1 ae_p.1 \
|
||||
aeannotate.1 aeb.1 aebisect.1 aebuffy.1 aeca.1 aecd.1 aechown.1 \
|
||||
|
|
|
@ -33,6 +33,7 @@ OPTIONS= AL "Enable OpenAL support" off \
|
|||
|
||||
MAKEFILE= makefile
|
||||
ALL_TARGET= full-build
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include "Makefile.man"
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@ OPTIONS= ARTS "Enable Arts support" off \
|
|||
|
||||
MAKEFILE= makefile
|
||||
ALL_TARGET= full-build
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include "Makefile.man"
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ MANCOMPRESSED= no
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ USE_GMAKE= yes
|
|||
USE_GETTEXT= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= baz.1
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ USE_GMAKE= yes
|
|||
USE_GETTEXT= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= baz.1
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ MAINTAINER= david@realityrift.com
|
|||
COMMENT= Translator for "thin" Ada bindings to C
|
||||
|
||||
USE_ZIP= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= cbind.1
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ USE_BZIP2= yes
|
|||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/cc65-${PORTVERSION}
|
||||
MAKEFILE= ${WRKSRC}/make/gcc.mak
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts \
|
|||
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= makefile
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PORTDOCS= readme.txt changes.txt
|
||||
PLIST_FILES= bin/cccc
|
||||
|
|
|
@ -22,6 +22,7 @@ GNU_CONFIGURE= yes
|
|||
NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken
|
||||
NOPRECIOUSSOFTMAKEVARS= yes # to many _MLINKS
|
||||
PORTDOCS= COPYING EXPANDING INSTALL NOTES README TODO
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ COMMENT= Collection of Emacs Development Environment Tools
|
|||
PORTCLASS= master
|
||||
USE_EMACS= yes
|
||||
EMACS_PORT_NAME?= emacs22
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CEDET_LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ INFO= cgdb
|
|||
MAN1= cgdb.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ COMMENT= Like make(1), but more powerful and clean
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \
|
||||
YACC=yacc
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= c_incl.1 cook.1 cook_bom.1 cook_lic.1 cook_rsh.1 cookfp.1 cooktime.1 \
|
||||
find_libs.1 make2cook.1 roffpp.1
|
||||
|
|
|
@ -22,6 +22,7 @@ USE_BZIP2= yes
|
|||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= all info
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --disable-nls \
|
||||
--with-system-zlib \
|
||||
|
|
|
@ -20,5 +20,6 @@ MAN1= cdecl.1 chilight.1 cobfusc.1 cundecl.1 cunloop.1 yyextract.1 \
|
|||
INFO= cutils
|
||||
PLIST_FILES= bin/cdecl bin/chilight bin/cobfusc bin/cundecl bin/cunloop \
|
||||
bin/yyextract bin/yyref
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,6 +20,7 @@ USE_GNOME= pkgconfig
|
|||
USE_GMAKE= yes
|
||||
|
||||
MAKE_ARGS+= SRCDIR=${WRKSRC} PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
NOMAN=
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
|
|
@ -20,6 +20,7 @@ USE_BZIP2= yes
|
|||
MAKEFILE= Makefile.gdc.posix
|
||||
|
||||
MAKE_ENV= NATIVECXX="${CXX}"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ USE_AUTOTOOLS= libtool:22
|
|||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_LDCONFIG= ${PREFIX}/lib/entity/clib
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= entity.1
|
||||
|
||||
|
|
|
@ -20,5 +20,6 @@ GNU_CONFIGURE= yes
|
|||
USE_AUTOTOOLS= autoconf:262
|
||||
MAN1= epm.1 epminstall.1 mkepmlist.1 setup.1
|
||||
MAN5= epm.list.5 setup.types.5
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -31,6 +31,7 @@ CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
|||
CONFIGURE_ARGS= --qtdir=${QT_PREFIX}
|
||||
MAKE_ARGS+= QTDIR=${QT_PREFIX} \
|
||||
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ USE_GNOME= gnometarget
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
ALL_TARGET= binaries po
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= fcomp.1 fhist.1 fmerge.1
|
||||
PLIST_FILES= bin/fcomp bin/fhist bin/fmerge
|
||||
|
|
|
@ -17,6 +17,7 @@ GNU_CONFIGURE= yes
|
|||
SUB_FILES= pkg-message
|
||||
PORTDOCS= README INSTALL
|
||||
MAN8= fistgen.8
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS= TEMPLATES "Install FiST templates" on \
|
||||
EXAMPLES "Install sample filesystems" on
|
||||
|
|
|
@ -29,6 +29,7 @@ ISCVERSION= 9.4.3-P1
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
|
||||
--with-randomdev=/dev/random
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \
|
||||
REPLACE_BASE "Replace base BIND with this version" off \
|
||||
|
|
|
@ -26,6 +26,7 @@ ISCVERSION= 9.4.3-P3
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --with-openssl \
|
||||
--with-randomdev=/dev/random
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_PGSQL= yes
|
||||
|
|
|
@ -15,6 +15,7 @@ COMMENT= Programs to make using DNS easier
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= all sure
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \
|
||||
dns-conf-check.1 dns-dhcp.1 dns-ethers-import.1 \
|
||||
|
|
|
@ -22,5 +22,6 @@ USE_IMAKE= yes
|
|||
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
||||
ALL_TARGET= Xaw3d all
|
||||
MAN1= axe.1 axinfo.1
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|||
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
DATADIR= ${PREFIX}/share/${PORTNAME}-3
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ USE_TK= 84
|
|||
USE_TK_BUILD= 84
|
||||
USE_XORG= x11 xt
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|wish|wish${TK_VER}|' ${WRKSRC}/e93r
|
||||
|
|
|
@ -19,6 +19,7 @@ COMMENT= An extensible hardware simulation framework with MC68K support
|
|||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
MAKE_ENV= PROJECT_BASE=${PREFIX} WRKSRC=${WRKSRC}
|
||||
USE_TK_RUN= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ MAKE_ENV= DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\
|
|||
PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\
|
||||
PTHREAD_LIBS=${PTHREAD_LIBS}\
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} bin/nvram_export
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -22,6 +22,7 @@ GNU_CONFIGURE= yes
|
|||
USE_GNOME= gtk20
|
||||
USE_SDL= sdl
|
||||
CONFIGURE_ARGS= --with-sdl --with-sdl-gfx
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_FILES= bin/uae bin/readdisk
|
||||
PORTDOCS= ChangeLog README bsdsocket.txt cmd-line.txt \
|
||||
|
|
|
@ -16,6 +16,8 @@ COMMENT= Beanie is a fully-fledged accounting and payroll system
|
|||
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
|
||||
BUILD_DEPENDS= dbow:${PORTSDIR}/databases/dbow
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-patch:
|
||||
@${CP} ${WRKSRC}/beanie.mk.sample $(WRKSRC)/beanie.mk
|
||||
@${CP} ${WRKSRC}/tmac/lhead.sample.r ${WRKSRC}/tmac/lhead.r
|
||||
|
|
|
@ -25,6 +25,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
|
|||
|
||||
USE_IMAKE= yes
|
||||
USE_XORG= xaw xbitmaps
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= xtel.1 xteld.1
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ MAINTAINER= philippe@le-berre.com
|
|||
COMMENT= A ftp proxy
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= ftp.proxy.1
|
||||
MANCOMPRESSED= no
|
||||
|
|
|
@ -57,6 +57,8 @@ PATHNAME_FILES= atc/atc.6 \
|
|||
quiz/quiz.6 \
|
||||
wump/pathnames.h
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-extract:
|
||||
|
|
|
@ -19,6 +19,7 @@ USE_BZIP2= yes
|
|||
USE_GMAKE= yes
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PORTDOCS= ChangeLog README README-EDITOR TODO
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ USE_DOS2UNIX= yes
|
|||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/CleanQ3
|
||||
BUILD_WRKSRC= ${WRKSRC}/code/unix
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS= CLIENT "Build client" on \
|
||||
DEDICATED "Build dedicated server" on \
|
||||
|
|
|
@ -20,6 +20,7 @@ CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc/conquest \
|
|||
--localstatedir=/var/games
|
||||
BINGRP= conquest
|
||||
SHAREGRP= conquest
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} "s|^.*@chgrp .(CONQGROUP) conq.*||g; \
|
||||
|
|
|
@ -23,6 +23,7 @@ USE_GMAKE= yes
|
|||
USE_AUTOTOOLS= libtool:22
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= expack.1 ipack.1 shp2pcx.1 splitshp.1 textpack.1
|
||||
MAN6= exult.6
|
||||
|
|
|
@ -26,6 +26,7 @@ USE_ZIP= yes
|
|||
USE_XORG= x11 xpm xaw
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I${LOCALBASE}/include/SDL11
|
||||
WRKSRC= ${WRKDIR}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s@<malloc.h>@<stdlib.h>@g" \
|
||||
|
|
|
@ -57,6 +57,8 @@ PATHNAME_FILES= atc/atc.6 \
|
|||
quiz/quiz.6 \
|
||||
wump/pathnames.h
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-extract:
|
||||
|
|
|
@ -20,6 +20,7 @@ COMMENT= An english <-> german dictionary under the GPL
|
|||
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
||||
|
||||
USE_XORG= xt
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.if defined(WITHOUT_XSTEAK)
|
||||
USE_XORG= x11
|
||||
|
|
|
@ -26,6 +26,8 @@ SUB_FILES= autopano
|
|||
USE_GMAKE= yes
|
||||
USE_GNOME= gtksharp10
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= autopano-complete.1 \
|
||||
autopano-complete.old.1 \
|
||||
autopano.1 \
|
||||
|
|
|
@ -24,6 +24,7 @@ USE_GL= yes
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
||||
MAKEFILE= Makefile.shared
|
||||
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
AYAM_PLUGINS= csphere mfio
|
||||
PLUGINS_DIR= ${PREFIX}/lib/${PORTNAME}
|
||||
|
|
|
@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
|
|||
USE_PERL5_BUILD=yes
|
||||
NO_INSTALL_MANPAGE= yes
|
||||
ALL_TARGET= # none
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
pre-configure:
|
||||
${PERL} -pi -e "s@-O3@${CFLAGS}@g" ${WRKSRC}/configure
|
||||
|
|
|
@ -21,6 +21,7 @@ USE_WX= 2.6+
|
|||
WX_PREMK= yes
|
||||
WX_UNICODE= yes
|
||||
PLIST_FILES= bin/comical
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ MAKE_ARGS= MAKE="${GMAKE}" GSCDEBUG="" CC="${CC}" CCAUX="${CC}" \
|
|||
CLINK="${CC} ${LDFLAGS}" LINK="${CC} ${LDFLAGS}" EPSLIB="" \
|
||||
GTKCFLAGS="" GTKLIBS="" LIBPNGCFLAGS="" LIBPNGLIBS=""
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= epstool.1
|
||||
PLIST_FILES= bin/epstool
|
||||
|
|
|
@ -23,6 +23,7 @@ USE_XORG= x11
|
|||
GNU_CONFIGURE= yes
|
||||
|
||||
MAKE_ENV= QTDIR=${QT_PREFIX} MOC=${MOC}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ USE_BZIP2= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-tcllib=${LOCALBASE}/lib/libtcl${TCL_VER:S/.//}.so \
|
||||
--with-tclinc=${TCL_INCLUDEDIR}/tcl.h
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS= SSL "Use SSL" off
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ ALL_TARGET= build compile-bee
|
|||
INSTALL_TARGET= install-progs install-bee
|
||||
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/bigloo/${PORTVERSION:R}
|
||||
PLIST_SUB= BIGLOO_VERSION="${PORTVERSION:R}"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= bigloo.1
|
||||
INFO= bigloo
|
||||
|
|
|
@ -22,6 +22,7 @@ USE_MOTIF= yes
|
|||
USE_AUTOTOOLS= libtool:22
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= elk.1
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
|
|||
--with-com_err \
|
||||
--with-openssl=${OPENSSLBASE} \
|
||||
--with-perl=${PERL5}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS= BDB "Use Berkeley DB" on \
|
||||
DRAC "Enable DRAC support" off \
|
||||
|
|
|
@ -36,6 +36,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
|
|||
--with-com_err \
|
||||
--with-openssl=${OPENSSLBASE} \
|
||||
--with-perl=${PERL5}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS= BDB "Use Berkeley DB" on \
|
||||
DRAC "Enable DRAC support" off \
|
||||
|
|
|
@ -25,6 +25,7 @@ PORTVER_MAJ= 3.8.0
|
|||
#SNAP_DATE= .20061010.1118
|
||||
|
||||
MIN_OPTIONS_VER= ${PORTNAME}-3.6.8.20061010.1118_1
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.ifdef(SNAP_DATE)
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
|
|
|
@ -23,6 +23,7 @@ COMMENT?= High performance MTA for Unix systems on the Internet
|
|||
USE_BZIP2= yes
|
||||
WANT_GNOME= yes
|
||||
WANT_PERL= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ USE_GNOME= gnometarget gnomehack
|
|||
CONFIGURE_ARGS= --with-cxx=gcc --disable-doxygen
|
||||
MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||
AUTOHEADER="${TRUE}"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/blitz
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
|||
USE_BZIP2= yes
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
BOINC_USER?= boinc
|
||||
BOINC_GROUP?= nobody
|
||||
|
|
|
@ -23,6 +23,7 @@ DIST_SUBDIR= dgd
|
|||
WRKSRC= ${WRKDIR}/dgd/src
|
||||
PATCH_WRKSRC= ${WRKDIR}/dgd
|
||||
ALL_TARGET= install
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
|
|
|
@ -44,6 +44,7 @@ USE_GMAKE= yes
|
|||
USE_OPENSSL= yes
|
||||
MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
MAKEFILE= GNUmakefile
|
||||
ALL_TARGET= # empty
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= catdvi.1
|
||||
PLIST_FILES= bin/catdvi
|
||||
|
|
|
@ -19,6 +19,7 @@ USE_GMAKE= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_FILES= include/ekhtml.h lib/libekhtml.a \
|
||||
lib/libekhtml.la lib/libekhtml.so \
|
||||
|
|
|
@ -27,6 +27,7 @@ USE_LDCONFIG= yes
|
|||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.5.9
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= dgs.1 dpsnx.agent.1
|
||||
MANN= dpsexec.man makepsres.man xepsf.man
|
||||
|
|
Loading…
Reference in a new issue