diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-02-20 20:35:33 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-02-20 20:35:33 +0000 |
commit | 12f1ee60d9a6c1735b165ff25fcde622a15395da (patch) | |
tree | ca72c00991360a8723f2aa2d0c2185130b81d66f /games/flightgear | |
parent | 77f7f170aa368b7313770ee87f4f49637132a616 (diff) | |
download | ports-12f1ee60d9a6c1735b165ff25fcde622a15395da.tar.gz ports-12f1ee60d9a6c1735b165ff25fcde622a15395da.zip |
Notes
Diffstat (limited to 'games/flightgear')
-rw-r--r-- | games/flightgear/Makefile | 2 | ||||
-rw-r--r-- | games/flightgear/distinfo | 4 | ||||
-rw-r--r-- | games/flightgear/files/patch-libusbhid | 75 |
3 files changed, 3 insertions, 78 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index b0a1c2b2774d..0da34e45991f 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -6,7 +6,7 @@ # PORTNAME= FlightGear -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.8 CATEGORIES= games MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/ \ ftp://ftp.de.flightgear.org/pub/fgfs/Source/ diff --git a/games/flightgear/distinfo b/games/flightgear/distinfo index 9ddf1e51358a..1ac5c78bb80c 100644 --- a/games/flightgear/distinfo +++ b/games/flightgear/distinfo @@ -1,2 +1,2 @@ -MD5 (FlightGear-0.9.6.tar.gz) = ab6e8826a392eaa15bd0224eba2f2a38 -SIZE (FlightGear-0.9.6.tar.gz) = 1600405 +MD5 (FlightGear-0.9.8.tar.gz) = 614d11b4fc75479cb3bf42a333705242 +SIZE (FlightGear-0.9.8.tar.gz) = 1644191 diff --git a/games/flightgear/files/patch-libusbhid b/games/flightgear/files/patch-libusbhid deleted file mode 100644 index 738be5d70d03..000000000000 --- a/games/flightgear/files/patch-libusbhid +++ /dev/null @@ -1,75 +0,0 @@ -# libplibjs (from x11-toolkits/plib) requires libusbhid, but since it's -# statically linked, there is no dependency information, so we have to -# add -lusbhid manually. A better solution would be to modify the plib -# port to install shared libraries with the proper dependencies. - ---- src/Main/Makefile.am.orig Wed Oct 6 21:52:24 2004 -+++ src/Main/Makefile.am Sat Dec 11 19:45:03 2004 -@@ -93,7 +93,7 @@ - -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound -lsgserial \ - -lsgstructure -lsgenvironment \ - $(THREAD_LIBS) \ -- -lplibpu -lplibfnt -lplibjs -lplibnet -lplibssg -lplibsg -lplibul \ -+ -lplibpu -lplibfnt -lplibjs -lusbhid -lplibnet -lplibssg -lplibsg -lplibul \ - $(network_LIBS) \ - -lz \ - $(opengl_LIBS) \ ---- src/Main/Makefile.in.orig Tue Oct 12 18:19:02 2004 -+++ src/Main/Makefile.in Sat Dec 11 19:45:03 2004 -@@ -329,7 +329,7 @@ - -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound -lsgserial \ - -lsgstructure -lsgenvironment \ - $(THREAD_LIBS) \ -- -lplibpu -lplibfnt -lplibjs -lplibnet -lplibssg -lplibsg -lplibul \ -+ -lplibpu -lplibfnt -lplibjs -lusbhid -lplibnet -lplibssg -lplibsg -lplibul \ - $(network_LIBS) \ - -lz \ - $(opengl_LIBS) \ ---- src/Input/Makefile.am.orig Wed Feb 5 16:13:07 2003 -+++ src/Input/Makefile.am Sat Dec 11 19:45:03 2004 -@@ -6,10 +6,10 @@ - - js_demo_SOURCES = js_demo.cxx - --js_demo_LDADD = -lplibjs $(audio_LIBS) -lplibul -+js_demo_LDADD = -lplibjs -lusbhid $(audio_LIBS) -lplibul - - fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h - --fgjs_LDADD = -lplibjs $(audio_LIBS) -lplibul -+fgjs_LDADD = -lplibjs -lusbhid $(audio_LIBS) -lplibul - - INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src ---- src/Input/Makefile.in.orig Tue Oct 12 18:19:01 2004 -+++ src/Input/Makefile.in Sat Dec 11 19:45:03 2004 -@@ -201,9 +201,9 @@ - noinst_LIBRARIES = libInput.a - libInput_a_SOURCES = input.cxx input.hxx - js_demo_SOURCES = js_demo.cxx --js_demo_LDADD = -lplibjs $(audio_LIBS) -lplibul -+js_demo_LDADD = -lplibjs -lusbhid $(audio_LIBS) -lplibul - fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h --fgjs_LDADD = -lplibjs $(audio_LIBS) -lplibul -+fgjs_LDADD = -lplibjs -lusbhid $(audio_LIBS) -lplibul - INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src - all: all-am - ---- utils/js_server/Makefile.am.orig Tue Mar 2 15:58:22 2004 -+++ utils/js_server/Makefile.am Sat Dec 11 19:45:03 2004 -@@ -1,4 +1,4 @@ - sbin_PROGRAMS = js_server - - js_server_SOURCES = js_server.cxx --js_server_LDADD = -lplibjs -lplibnet -lplibul $(audio_LIBS) $(network_LIBS) -+js_server_LDADD = -lplibjs -lusbhid -lplibnet -lplibul $(audio_LIBS) $(network_LIBS) ---- utils/js_server/Makefile.in.orig Tue Oct 12 18:19:06 2004 -+++ utils/js_server/Makefile.in Sat Dec 11 19:45:03 2004 -@@ -183,7 +183,7 @@ - target_vendor = @target_vendor@ - thread_LIBS = @thread_LIBS@ - js_server_SOURCES = js_server.cxx --js_server_LDADD = -lplibjs -lplibnet -lplibul $(audio_LIBS) $(network_LIBS) -+js_server_LDADD = -lplibjs -lusbhid -lplibnet -lplibul $(audio_LIBS) $(network_LIBS) - all: all-am - - .SUFFIXES: |