diff options
author | glewis <glewis@FreeBSD.org> | 2013-10-14 04:29:33 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2013-10-14 04:29:33 +0800 |
commit | b23f01d0d9762f90e1f277a9108843a130c9d4fd (patch) | |
tree | d00cab3c37397fc0dd89274e51310cb381c3abad /games | |
parent | f1f57cf57cb0bcd3d7b0354f18a555f7f809f779 (diff) | |
download | freebsd-ports-gnome-b23f01d0d9762f90e1f277a9108843a130c9d4fd.tar.gz freebsd-ports-gnome-b23f01d0d9762f90e1f277a9108843a130c9d4fd.tar.zst freebsd-ports-gnome-b23f01d0d9762f90e1f277a9108843a130c9d4fd.zip |
. Remove the nethack3*-gnome ports. They are one of the last users of
deprecated versions of the Gnome libraries.
Requested by: bapt@
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 2 | ||||
-rw-r--r-- | games/nethack33-gnome/Makefile | 9 | ||||
-rw-r--r-- | games/nethack33/Makefile | 10 | ||||
-rw-r--r-- | games/nethack34-gnome/Makefile | 11 | ||||
-rw-r--r-- | games/nethack34/Makefile | 7 |
5 files changed, 3 insertions, 36 deletions
diff --git a/games/Makefile b/games/Makefile index 4175880737c9..df643b87dfd3 100644 --- a/games/Makefile +++ b/games/Makefile @@ -611,10 +611,8 @@ SUBDIR += nelly SUBDIR += nethack32 SUBDIR += nethack33 - SUBDIR += nethack33-gnome SUBDIR += nethack33-nox11 SUBDIR += nethack34 - SUBDIR += nethack34-gnome SUBDIR += nethack34-nox11 SUBDIR += netherearth SUBDIR += netpanzer diff --git a/games/nethack33-gnome/Makefile b/games/nethack33-gnome/Makefile deleted file mode 100644 index 57b84d5c9f4d..000000000000 --- a/games/nethack33-gnome/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# Created by: Jan Stocker <Jan.Stocker@t-online.de> -# $FreeBSD$ - -MASTERDIR= ${.CURDIR}/../nethack33 - -PKGNAMESUFFIX= -gnome - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index f0210f7e0138..3ed30b553a07 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -37,11 +37,7 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall USE_XORG= xaw xpm GRAPHICS= X11_GRAPHICS .else -.if ${PKGNAMESUFFIX} == "-gnome" -CATEGORIES= games gnome -USE_GNOME= gnomelibs -GRAPHICS= GNOME_GRAPHICS -.elif ${PKGNAMESUFFIX} == "-nox11" +.if ${PKGNAMESUFFIX} == "-nox11" GRAPHICS= # none .endif .endif @@ -58,8 +54,7 @@ PLIST_SUB+= HACKLINK="@comment " .endif pre-everything:: -.if defined(WITH_GNOME_GRAPHICS) \ - || defined(WITH_TTY_GRAPHICS) || defined(WITHOUT_X11) +.if defined(WITH_TTY_GRAPHICS) || defined(WITHOUT_X11) @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${ECHO_MSG} " You cannot install nethack and ${PKGBASE} in parallel " @${ECHO_MSG} " But ${PKGBASE} read your prior nethack scores " @@ -69,7 +64,6 @@ pre-everything:: .else @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${ECHO_MSG} " You may use the following build options: " - @${ECHO_MSG} " WITH_GNOME_GRAPHICS=yes build with GNOME GUI " @${ECHO_MSG} " WITH_TTY_GRAPHICS=yes build with no GUI " @${ECHO_MSG} " WITHOUT_X11=yes same as above " @${ECHO_MSG} " " diff --git a/games/nethack34-gnome/Makefile b/games/nethack34-gnome/Makefile deleted file mode 100644 index df17b585ed24..000000000000 --- a/games/nethack34-gnome/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# Created by: Jan Stocker <Jan.Stocker@t-online.de> -# $FreeBSD$ - -MASTERDIR= ${.CURDIR}/../nethack34 - -MAINTAINER= ports@FreeBSD.org - -PKGNAMESUFFIX= -gnome - -NO_STAGE= yes -.include "${MASTERDIR}/Makefile" diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 1dead2dc0eca..3a6f0fb61164 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -37,12 +37,7 @@ HACKDOCSDIR?= share/doc/${HACKNAME} USE_XORG= xaw xpm GRAPHICS= X11_GRAPHICS .else -.if ${PKGNAMESUFFIX} == "-gnome" -MAKE_JOBS_UNSAFE= yes -CATEGORIES= games gnome -USE_GNOME= gnomelibs -GRAPHICS= GNOME_GRAPHICS -.elif ${PKGNAMESUFFIX} == "-nox11" +.if ${PKGNAMESUFFIX} == "-nox11" GRAPHICS= # none # # Patch notes: |