Index: head/devel/pth-devel/Makefile =================================================================== --- head/devel/pth-devel/Makefile (revision 21196) +++ head/devel/pth-devel/Makefile (revision 21197) @@ -1,37 +1,38 @@ # New ports collection makefile for: pth -# Version required: 1.1b7 +# Version required: 1.2b1 # Date Created: 17 Aug 1999 # Whom: Ralf S. Engelschall # # $FreeBSD$ # -DISTNAME= pth-1.1b7 +DISTNAME= pth-1.2b1 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ \ ftp://ftp.engelschall.com/sw/pth/ MAINTAINER= rse@engelschall.com NO_LATEST_LINK= yes NO_CDROM= yes -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-pthread \ --enable-syscall-soft \ + --enable-optimize \ --enable-batch MAN1= pth-config.1 pthread-config.1 MAN3= pth.3 pthread.3 post-build: @${ECHO_MSG} "===> Use 'make test' to run a quick test suite." test: @cd ${WRKSRC} && ${MAKE} test post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include Property changes on: head/devel/pth-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/pth-devel/distinfo =================================================================== --- head/devel/pth-devel/distinfo (revision 21196) +++ head/devel/pth-devel/distinfo (revision 21197) @@ -1 +1 @@ -MD5 (pth-1.1b7.tar.gz) = 6fe54d9e88b7d5fdbbf2b125968e7312 +MD5 (pth-1.2b1.tar.gz) = c3ee8dcb26ace5325258337bd979f7e6 Property changes on: head/devel/pth-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/pth-devel/pkg-plist =================================================================== --- head/devel/pth-devel/pkg-plist (revision 21196) +++ head/devel/pth-devel/pkg-plist (revision 21197) @@ -1,14 +1,14 @@ bin/pth-config bin/pthread-config include/pth.h include/pthread.h lib/libpth.a lib/libpth.la lib/libpth.so -lib/libpth.so.11 +lib/libpth.so.12 lib/libpthread.a lib/libpthread.la lib/libpthread.so -lib/libpthread.so.11 +lib/libpthread.so.12 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B Property changes on: head/devel/pth-devel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property