Mark ports MAKE_JOBS_SAFE after some testing.
This commit is contained in:
parent
f8715f9d4a
commit
48443ba510
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303586
8 changed files with 16 additions and 0 deletions
|
@ -20,6 +20,8 @@ SOVERSION= 1
|
|||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I." LN="${LN} -sf" \
|
||||
SOLIB="${SOLIB}" SOVERSION="${SOVERSION}"
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -21,6 +21,8 @@ PLIST_FILES= bin/zip bin/zipcloak bin/zipnote bin/zipsplit
|
|||
MAN1= zip.1 zipcloak.1 zipnote.1 zipsplit.1
|
||||
PORTDOCS= *
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
do-install:
|
||||
.for p in ${PLIST_FILES:T}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${p} ${PREFIX}/bin
|
||||
|
|
|
@ -27,6 +27,8 @@ USE_BZIP2= yes
|
|||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PLIST_SUB+= TIMID_LIBDIR=${TIMID_LIBDIR} EUCJP_LOCALE=${EUCJP_LOCALE}
|
||||
|
||||
EUCJP_LOCALE= ja_JP.eucJP
|
||||
|
|
|
@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
|
|||
USE_LDCONFIG= yes
|
||||
USE_PKGCONFIG= yes
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|: install-docsDATA|:|g' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
|
|
@ -27,6 +27,8 @@ CONFIGURE_ARGS= --with-sys-gd=no \
|
|||
--with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
PKGNAMESUFFIX= -nox11
|
||||
CONFIGURE_ARGS+= --with-x=no
|
||||
|
|
|
@ -24,6 +24,8 @@ PORTDOCS= peps.pdf
|
|||
PLIST_FILES= bin/peps \
|
||||
etc/peps.mime
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
ALL_TARGET= peps
|
||||
.else
|
||||
|
|
|
@ -16,6 +16,8 @@ COMMENT= A low level console graphics library
|
|||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_DOS2UNIX= utils/gtf/gtf.h utils/gtf/scitech.h
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -34,6 +34,8 @@ MANCOMPRESSED= no
|
|||
DATADIR= ${PREFIX}/share/${PORTNAME}${TK_VER}
|
||||
SUB_FILES= pkgIndex.tcl
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.if !defined(BUILDING_TK_THREADS)
|
||||
USE_TCL= ${SHORT_TK_VER}
|
||||
|
||||
|
|
Loading…
Reference in a new issue