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
This commit is contained in:
Jeremy Messenger 2005-05-16 06:48:08 +00:00
parent 620bb432de
commit 1a5621d95d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135334
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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