View | Details | Raw Unified | Return to bug 42492
Collapse All | Expand All

(-)x11-toolkits/plib/Makefile (-6 / +2 lines)
Lines 6-26 Link Here
6
#
6
#
7
7
8
PORTNAME=	plib
8
PORTNAME=	plib
9
PORTVERSION=	1.4.2
9
PORTVERSION=	1.6.0
10
CATEGORIES=	x11-toolkits
10
CATEGORIES=	x11-toolkits
11
MASTER_SITES=	http://plib.sourceforge.net/dist/
11
MASTER_SITES=	http://plib.sourceforge.net/dist/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
14
15
USE_REINPLACE=	yes
16
USE_X_PREFIX=	yes
15
USE_X_PREFIX=	yes
17
USE_MESA=	yes
16
USE_MESA=	yes
18
USE_GMAKE=	yes
17
USE_GMAKE=	yes
19
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	LIBS="-L${X11BASE}/lib ${PTHREAD_LIBS}"
19
CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
21
CONFIGURE_ARGS=	--with-GL=${X11BASE} --with-x
20
CONFIGURE_ARGS=	--with-GL=${X11BASE} --with-x
22
23
post-patch:
24
	@${REINPLACE_CMD} -e "s| -O6 -Wall||g" ${WRKSRC}/configure
25
21
26
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)x11-toolkits/plib/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (plib-1.4.2.tar.gz) = 33f585fcb1fdd76eb79f8b47e3a995b9
1
MD5 (plib-1.6.0.tar.gz) = b1fc5f042b1d1a30afe5e90d5630202e
(-)x11-toolkits/plib/files/patch-src::js::js.h (+14 lines)
Line 0 Link Here
1
--- src/js/js.h.orig	Mon Sep  2 15:05:43 2002
2
+++ src/js/js.h	Wed Sep  4 04:44:26 2002
3
@@ -132,9 +132,9 @@
4
 
5
 
6
 
7
-/*#if defined(__FreeBSD__) || defined(__NetBSD__)
8
+#if defined(__FreeBSD__) || defined(__NetBSD__)
9
   int          id ;
10
-#endif*/
11
+#endif
12
 #ifdef WIN32
13
   JOYINFOEX    js       ;
14
   UINT         js_id    ;
(-)x11-toolkits/plib/pkg-plist (-3 / +7 lines)
Lines 1-5 Link Here
1
include/plib/fnt.h
1
include/plib/fnt.h
2
include/plib/fntLocal.h
3
include/plib/js.h
2
include/plib/js.h
4
include/plib/netBuffer.h
3
include/plib/netBuffer.h
5
include/plib/netChannel.h
4
include/plib/netChannel.h
Lines 10-26 Link Here
10
include/plib/pu.h
9
include/plib/pu.h
11
include/plib/sg.h
10
include/plib/sg.h
12
include/plib/sl.h
11
include/plib/sl.h
13
include/plib/slMODPrivate.h
14
include/plib/slMODfile.h
15
include/plib/slPortability.h
12
include/plib/slPortability.h
16
include/plib/sm.h
13
include/plib/sm.h
17
include/plib/ssg.h
14
include/plib/ssg.h
18
include/plib/ssgAux.h
15
include/plib/ssgAux.h
19
include/plib/ssgKeyFlier.h
16
include/plib/ssgKeyFlier.h
17
include/plib/ssgMSFSPalette.h
18
include/plib/ssgaFire.h
19
include/plib/ssgaLensFlare.h
20
include/plib/ssgaParticleSystem.h
20
include/plib/ssgaShapes.h
21
include/plib/ssgaShapes.h
22
include/plib/ssgaWaveSystem.h
21
include/plib/ssgconf.h
23
include/plib/ssgconf.h
22
include/plib/ul.h
24
include/plib/ul.h
25
include/plib/ulRTTI.h
23
lib/libplibfnt.a
26
lib/libplibfnt.a
27
lib/libplibjs.a
24
lib/libplibnet.a
28
lib/libplibnet.a
25
lib/libplibpu.a
29
lib/libplibpu.a
26
lib/libplibsg.a
30
lib/libplibsg.a

Return to bug 42492