mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Retire obsolete PARALLEL_PACKAGE_BUILD in favour of PACKAGE_BUILDING.
This commit is contained in:
parent
f15ae4003b
commit
781dd14cde
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196627
11 changed files with 13 additions and 14 deletions
|
@ -33,7 +33,7 @@ INSTALLS_ICONS= yes
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
.undef WITHOUT_GNOME
|
||||
.undef WITHOUT_ALL
|
||||
WITH_GNOME= yes
|
||||
|
|
|
@ -68,7 +68,7 @@ libtests:
|
|||
|
||||
test: libtests prtests
|
||||
|
||||
#.if defined(PARALLEL_PACKAGE_BUILD)
|
||||
#.if defined(PACKAGE_BUILDING)
|
||||
#post-build: test
|
||||
#.else
|
||||
post-build:
|
||||
|
|
|
@ -46,8 +46,7 @@ OPTIONS= DVI "Enable DVI viewer support" off \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) \
|
||||
|| exists(${LOCALBASE}/lib/libdbus-glib-1.so)
|
||||
.if defined(PACKAGE_BUILDING) || exists(${LOCALBASE}/lib/libdbus-glib-1.so)
|
||||
WITH_DBUS= yes
|
||||
.endif
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@ OPTIONS= PILOT "Enable Palm Pilot sync support" off \
|
|||
USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION}
|
||||
.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk"
|
||||
|
||||
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
WITH_DBUS= yes
|
||||
.endif
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ COMMENT= Standard vulnerability test for port auditing systems
|
|||
|
||||
NO_BUILD= yes
|
||||
|
||||
.if defined(PARALLEL_PACKAGE_BUILD)
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
IGNORE= is disabled on package building systems
|
||||
INSTALLATION_DATE= 2004.01.25
|
||||
.else
|
||||
|
|
|
@ -44,7 +44,7 @@ GCONF_SCHEMAS= apps_gnome_settings_daemon_default_editor.schemas \
|
|||
desktop_gnome_font_rendering.schemas \
|
||||
fontilus.schemas themus.schemas
|
||||
|
||||
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
.undef WITHOUT_GNOME
|
||||
WITH_GNOME= yes
|
||||
.endif
|
||||
|
|
|
@ -31,7 +31,7 @@ CONFIGURE_ARGS+=--enable-phrase \
|
|||
--localstatedir=/var/mnogosearch
|
||||
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
|
||||
|
||||
.if defined(PARALLEL_PACKAGE_BUILD)
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
# OPTIONS not counted, workaround
|
||||
WITH_MNOGO_BUILTIN=true
|
||||
.endif
|
||||
|
|
|
@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
|
||||
|
||||
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
.undef WITHOUT_GNOME
|
||||
.undef WITHOUT_ALL
|
||||
WITH_GNOME= yes
|
||||
|
|
|
@ -46,7 +46,7 @@ GCONF_SCHEMAS= clock.schemas fish.schemas \
|
|||
|
||||
OPTIONS= EVOLUTION "use the Evolution calendar if installed" on
|
||||
|
||||
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
.undef WITHOUT_GNOME
|
||||
WITH_GNOME= yes
|
||||
.endif
|
||||
|
|
|
@ -45,12 +45,12 @@ CONFIGURE_ARGS+=--enable-final
|
|||
.endif
|
||||
|
||||
.if !defined(_NO_KDE_NDEBUG)
|
||||
.if defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
|
||||
.if defined(PACKAGE_BUILDING) || !defined(WANT_KDE_DEBUG)
|
||||
CONFIGURE_ARGS+=--disable-debug
|
||||
.else
|
||||
CONFIGURE_ARGS+=--enable-debug=full
|
||||
STRIP=''
|
||||
.endif # defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
|
||||
.endif # defined(PACKAGE_BUILDING) || !defined(WANT_KDE_DEBUG)
|
||||
.endif # !defined(_NO_KDE_NDEBUG)
|
||||
|
||||
.if !defined(_NO_KDE_XINERAMA)
|
||||
|
|
|
@ -45,12 +45,12 @@ CONFIGURE_ARGS+=--enable-final
|
|||
.endif
|
||||
|
||||
.if !defined(_NO_KDE_NDEBUG)
|
||||
.if defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
|
||||
.if defined(PACKAGE_BUILDING) || !defined(WANT_KDE_DEBUG)
|
||||
CONFIGURE_ARGS+=--disable-debug
|
||||
.else
|
||||
CONFIGURE_ARGS+=--enable-debug=full
|
||||
STRIP=''
|
||||
.endif # defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
|
||||
.endif # defined(PACKAGE_BUILDING) || !defined(WANT_KDE_DEBUG)
|
||||
.endif # !defined(_NO_KDE_NDEBUG)
|
||||
|
||||
.if !defined(_NO_KDE_XINERAMA)
|
||||
|
|
Loading…
Add table
Reference in a new issue