diff options
author | erwin <erwin@FreeBSD.org> | 2009-06-14 03:25:34 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-06-14 03:25:34 +0800 |
commit | a2a58439f1b81ec36048c57392c3f2388879ca50 (patch) | |
tree | 04de753dab20299d7df8d595e628739a0f5bfc1f /games | |
parent | 6c08e02893f1fd6b4960a830f120994e07948cc8 (diff) | |
download | freebsd-ports-gnome-a2a58439f1b81ec36048c57392c3f2388879ca50.tar.gz freebsd-ports-gnome-a2a58439f1b81ec36048c57392c3f2388879ca50.tar.zst freebsd-ports-gnome-a2a58439f1b81ec36048c57392c3f2388879ca50.zip |
Remove games/fgsd as it has been marked BROKEN for over 4 months.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/fgsd/Makefile | 51 | ||||
-rw-r--r-- | games/fgsd/distinfo | 3 | ||||
-rw-r--r-- | games/fgsd/files/patch-src_Fl__Cursor__Shape.cxx | 11 | ||||
-rw-r--r-- | games/fgsd/pkg-descr | 8 |
5 files changed, 0 insertions, 74 deletions
diff --git a/games/Makefile b/games/Makefile index 883a7212ec0e..b31fa1af2600 100644 --- a/games/Makefile +++ b/games/Makefile @@ -225,7 +225,6 @@ SUBDIR += fargoal SUBDIR += fgkicker SUBDIR += fgrun - SUBDIR += fgsd SUBDIR += fillets-ng SUBDIR += filters SUBDIR += fishsupper diff --git a/games/fgsd/Makefile b/games/fgsd/Makefile deleted file mode 100644 index e10a1c3dcbc2..000000000000 --- a/games/fgsd/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: fgsd -# Date created: 10 Apr 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= fgsd -DISTVERSION= 0.3.1a -PORTREVISION= 4 -CATEGORIES= games -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= A scenery designer for the FlightGear flight simulator - -BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ - ${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear -RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ - ${LOCALBASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear -LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk \ - flu:${PORTSDIR}/x11-toolkits/flu \ - ungif:${PORTSDIR}/graphics/libungif \ - curl:${PORTSDIR}/ftp/curl \ - CGAL:${PORTSDIR}/math/cgal \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png:${PORTSDIR}/graphics/png \ - -BROKEN= does not build with simgear - -USE_GL= glut -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib" - -PLIST_FILES= bin/fgsd share/pixmaps/fgsd.xpm -DESKTOP_ENTRIES="FlightGear Scenery Designer" \ - "Edit FlightGear scenery" \ - "fgsd.xpm" \ - "fgsd" \ - "Application;Graphics;" \ - false - -post-patch: - @${REINPLACE_CMD} -e 's|-lgif|-lungif|' ${WRKSRC}/configure - -post-install: - ${MKDIR} ${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/src/curves.xpm ${PREFIX}/share/pixmaps/fgsd.xpm - -.include <bsd.port.mk> diff --git a/games/fgsd/distinfo b/games/fgsd/distinfo deleted file mode 100644 index 8ecbac8a47cf..000000000000 --- a/games/fgsd/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fgsd-0.3.1a.tar.gz) = 993518941208b46b81e319f4ed7d0c8f -SHA256 (fgsd-0.3.1a.tar.gz) = 51887a3089bcac15d37f24fd3bef1581a254619219657e48378b69b751e040d8 -SIZE (fgsd-0.3.1a.tar.gz) = 311804 diff --git a/games/fgsd/files/patch-src_Fl__Cursor__Shape.cxx b/games/fgsd/files/patch-src_Fl__Cursor__Shape.cxx deleted file mode 100644 index 3d933bf9a7b3..000000000000 --- a/games/fgsd/files/patch-src_Fl__Cursor__Shape.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Fl_Cursor_Shape.cxx.orig Mon Apr 10 11:16:04 2006 -+++ src/Fl_Cursor_Shape.cxx Mon Apr 10 11:16:18 2006 -@@ -53,7 +53,7 @@ - # include <malloc.h> - #elif defined(__APPLE__) - #else --# include <malloc.h> -+# include <stdlib.h> - # include <string.h> - #endif - diff --git a/games/fgsd/pkg-descr b/games/fgsd/pkg-descr deleted file mode 100644 index a2cce22c1215..000000000000 --- a/games/fgsd/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -FGSD is an open source interactive program that allows the user to design -custom sceneries for the FlightGear flight simulator project. It is developed -under the terms of the GNU General Public License. - -WWW: http://fgsd.sourceforge.net/ - -- Jean-Yves Lefort -jylefort@FreeBSD.org |