summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-05-16 06:48:08 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-05-16 06:48:08 +0000
commit1a5621d95daac5924ba0317d785b10da1576a437 (patch)
treee34df4589ded8e1e0698e9434a3b380cd87ea36d
parent- Consolidate lots of stuff. (diff)
FreeBSD 504101 doesn't need the stacksize hack anymore, which marcus has
committed a MFC of stacksize increase in RELENG_5 a few days ago. Reviewed by: marcus
Notes
Notes: svn path=/head/; revision=135334
-rw-r--r--databases/evolution-data-server/Makefile2
-rw-r--r--devel/glib20/Makefile2
-rw-r--r--multimedia/gstreamer/Makefile2
-rw-r--r--multimedia/gstreamer80/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index 9bca5d0a1723..1efb2c54c11e 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -42,7 +42,7 @@ PLIST_SUB= VERSION="1.2" EVO_VERSION="1.2"
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600012
+.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) )
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libedataserver_e-msgport.c
.endif
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index a519055fea7f..73c00ba64165 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -40,7 +40,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600012
+.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) )
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gthread_gthread-posix.c
.endif
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile
index 056c6be250e9..e18a8ed06d67 100644
--- a/multimedia/gstreamer/Makefile
+++ b/multimedia/gstreamer/Makefile
@@ -53,7 +53,7 @@ SHLIB_VERSION= 5
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600012
+.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) )
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gst::cothreads.c
.endif
diff --git a/multimedia/gstreamer80/Makefile b/multimedia/gstreamer80/Makefile
index 056c6be250e9..e18a8ed06d67 100644
--- a/multimedia/gstreamer80/Makefile
+++ b/multimedia/gstreamer80/Makefile
@@ -53,7 +53,7 @@ SHLIB_VERSION= 5
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600012
+.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) )
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gst::cothreads.c
.endif