diff options
author | will <will@FreeBSD.org> | 2000-07-05 14:19:33 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-05 14:19:33 +0800 |
commit | 728ae75dd3bf17a1e28ce80215ec66eaee95bb77 (patch) | |
tree | 1e9cda2d9889bdbf2049cc60410112ec2a05246d /x11-toolkits | |
parent | 01bdf0b72841029fbb26df2a1d1d6afe9f512752 (diff) | |
download | freebsd-ports-gnome-728ae75dd3bf17a1e28ce80215ec66eaee95bb77.tar.gz freebsd-ports-gnome-728ae75dd3bf17a1e28ce80215ec66eaee95bb77.tar.zst freebsd-ports-gnome-728ae75dd3bf17a1e28ce80215ec66eaee95bb77.zip |
Update to 1.2.0. Remove inactive maintainer (never upgraded this port
since its inception). Remove redundant LIB_DEPENDS. Make sure CFLAGS are
properly respected by removing -O6 (who the heck in the right mind uses
that with GCC?!) from configure. This update is the precursor to updating
games/flightgear, which I will do later on Wednesday.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/plib/Makefile | 26 | ||||
-rw-r--r-- | x11-toolkits/plib/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/plib/pkg-plist | 14 |
3 files changed, 16 insertions, 27 deletions
diff --git a/x11-toolkits/plib/Makefile b/x11-toolkits/plib/Makefile index ea90a344dd74..19d5ad507d1d 100644 --- a/x11-toolkits/plib/Makefile +++ b/x11-toolkits/plib/Makefile @@ -6,34 +6,24 @@ # PORTNAME= plib -PORTVERSION= 1.0.12a +PORTVERSION= 1.2.0 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/ \ - http://math.missouri.edu/~stephen/software/flightgear/ -DISTFILES= plib-1.0.12a.tar.gz calibrate-0.0.1.tar.gz +MASTER_SITES= http://plib.sourceforge.net/dist/ -MAINTAINER= brian@CSUA.Berkeley.EDU +MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ - GLU.14:${PORTSDIR}/graphics/Mesa3 \ - glut.3:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 USE_X_PREFIX= yes - GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS=-I${X11BASE}/include -CONFIGURE_ARGS+= --includedir=$(PREFIX)/include/plib +CONFIGURE_ARGS+= --includedir=$(PREFIX)/include/plib \ + --with-glut=${PREFIX} USE_GMAKE= yes USE_NEWGCC= yes MANCOMPRESSED= yes -MAN1= calibrate.1 - -pre-build: - @(cd ${WRKDIR}/calibrate-0.0.1; ${MAKE}) - @${ECHO_MSG} "${PREFIX}" - -pre-install: - @(cd ${WRKDIR}/calibrate-0.0.1; ${MAKE} PREFIX=${PREFIX} install) +pre-configure: + ${PERL} -pi -e "s:-O6 ::g" ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/x11-toolkits/plib/distinfo b/x11-toolkits/plib/distinfo index 4119224d0150..24b24bff8516 100644 --- a/x11-toolkits/plib/distinfo +++ b/x11-toolkits/plib/distinfo @@ -1,2 +1 @@ -MD5 (plib-1.0.12a.tar.gz) = 6f72f3e7b421a1cbb2434f7300e65e04 -MD5 (calibrate-0.0.1.tar.gz) = b964bacbb649790564fd35c6bc9d03a2 +MD5 (plib-1.2.0.tar.gz) = 1c377366275323d6990f7be11b9a840b diff --git a/x11-toolkits/plib/pkg-plist b/x11-toolkits/plib/pkg-plist index f2f93c28a077..93111bf68ae4 100644 --- a/x11-toolkits/plib/pkg-plist +++ b/x11-toolkits/plib/pkg-plist @@ -1,4 +1,3 @@ -bin/calibrate include/plib/fnt.h include/plib/fntLocal.h include/plib/js.h @@ -11,10 +10,11 @@ include/plib/slPortability.h include/plib/sm.h include/plib/ssg.h include/plib/ssgKeyFlier.h -lib/libfnt.a -lib/libsl.a -lib/libsm.a -lib/libpu.a -lib/libsg.a -lib/libssg.a +include/plib/ul.h +lib/libplibfnt.a +lib/libplibsl.a +lib/libplibsm.a +lib/libplibpu.a +lib/libplibsg.a +lib/libplibssg.a @dirrm include/plib |