Retire obsolete PARALLEL_PACKAGE_BUILD in favour of PACKAGE_BUILDING.

This commit is contained in:
Kris Kennaway 2007-07-29 19:16:39 +00:00
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

View file

@ -33,7 +33,7 @@ INSTALLS_ICONS= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) .if defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME .undef WITHOUT_GNOME
.undef WITHOUT_ALL .undef WITHOUT_ALL
WITH_GNOME= yes WITH_GNOME= yes

View file

@ -68,7 +68,7 @@ libtests:
test: libtests prtests test: libtests prtests
#.if defined(PARALLEL_PACKAGE_BUILD) #.if defined(PACKAGE_BUILDING)
#post-build: test #post-build: test
#.else #.else
post-build: post-build:

View file

@ -46,8 +46,7 @@ OPTIONS= DVI "Enable DVI viewer support" off \
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) \ .if defined(PACKAGE_BUILDING) || exists(${LOCALBASE}/lib/libdbus-glib-1.so)
|| exists(${LOCALBASE}/lib/libdbus-glib-1.so)
WITH_DBUS= yes WITH_DBUS= yes
.endif .endif

View file

@ -56,7 +56,7 @@ OPTIONS= PILOT "Enable Palm Pilot sync support" off \
USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION} USE_LDCONFIG= ${PREFIX}/lib/evolution/${EVO_VERSION}
.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk" .include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk"
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) .if defined(PACKAGE_BUILDING)
WITH_DBUS= yes WITH_DBUS= yes
.endif .endif

View file

@ -15,7 +15,7 @@ COMMENT= Standard vulnerability test for port auditing systems
NO_BUILD= yes NO_BUILD= yes
.if defined(PARALLEL_PACKAGE_BUILD) .if defined(PACKAGE_BUILDING)
IGNORE= is disabled on package building systems IGNORE= is disabled on package building systems
INSTALLATION_DATE= 2004.01.25 INSTALLATION_DATE= 2004.01.25
.else .else

View file

@ -44,7 +44,7 @@ GCONF_SCHEMAS= apps_gnome_settings_daemon_default_editor.schemas \
desktop_gnome_font_rendering.schemas \ desktop_gnome_font_rendering.schemas \
fontilus.schemas themus.schemas fontilus.schemas themus.schemas
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) .if defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME .undef WITHOUT_GNOME
WITH_GNOME= yes WITH_GNOME= yes
.endif .endif

View file

@ -31,7 +31,7 @@ CONFIGURE_ARGS+=--enable-phrase \
--localstatedir=/var/mnogosearch --localstatedir=/var/mnogosearch
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
.if defined(PARALLEL_PACKAGE_BUILD) .if defined(PACKAGE_BUILDING)
# OPTIONS not counted, workaround # OPTIONS not counted, workaround
WITH_MNOGO_BUILTIN=true WITH_MNOGO_BUILTIN=true
.endif .endif

View file

@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) .if defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME .undef WITHOUT_GNOME
.undef WITHOUT_ALL .undef WITHOUT_ALL
WITH_GNOME= yes WITH_GNOME= yes

View file

@ -46,7 +46,7 @@ GCONF_SCHEMAS= clock.schemas fish.schemas \
OPTIONS= EVOLUTION "use the Evolution calendar if installed" on OPTIONS= EVOLUTION "use the Evolution calendar if installed" on
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) .if defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME .undef WITHOUT_GNOME
WITH_GNOME= yes WITH_GNOME= yes
.endif .endif

View file

@ -45,12 +45,12 @@ CONFIGURE_ARGS+=--enable-final
.endif .endif
.if !defined(_NO_KDE_NDEBUG) .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 CONFIGURE_ARGS+=--disable-debug
.else .else
CONFIGURE_ARGS+=--enable-debug=full CONFIGURE_ARGS+=--enable-debug=full
STRIP='' STRIP=''
.endif # defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG) .endif # defined(PACKAGE_BUILDING) || !defined(WANT_KDE_DEBUG)
.endif # !defined(_NO_KDE_NDEBUG) .endif # !defined(_NO_KDE_NDEBUG)
.if !defined(_NO_KDE_XINERAMA) .if !defined(_NO_KDE_XINERAMA)

View file

@ -45,12 +45,12 @@ CONFIGURE_ARGS+=--enable-final
.endif .endif
.if !defined(_NO_KDE_NDEBUG) .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 CONFIGURE_ARGS+=--disable-debug
.else .else
CONFIGURE_ARGS+=--enable-debug=full CONFIGURE_ARGS+=--enable-debug=full
STRIP='' STRIP=''
.endif # defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG) .endif # defined(PACKAGE_BUILDING) || !defined(WANT_KDE_DEBUG)
.endif # !defined(_NO_KDE_NDEBUG) .endif # !defined(_NO_KDE_NDEBUG)
.if !defined(_NO_KDE_XINERAMA) .if !defined(_NO_KDE_XINERAMA)