svn commit: r330251 - in head: . games games/nethack33 games/nethack33-gnome games/nethack34 games/nethack34-gnome

Greg Lewis glewis at FreeBSD.org
Sun Oct 13 20:29:35 UTC 2013


Author: glewis
Date: Sun Oct 13 20:29:33 2013
New Revision: 330251
URL: http://svnweb.freebsd.org/changeset/ports/330251

Log:
  . Remove the nethack3*-gnome ports.  They are one of the last users of
    deprecated versions of the Gnome libraries.
  
  Requested by:	bapt@

Deleted:
  head/games/nethack33-gnome/Makefile
  head/games/nethack34-gnome/Makefile
Modified:
  head/MOVED
  head/games/Makefile
  head/games/nethack33/Makefile
  head/games/nethack34/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Oct 13 20:29:04 2013	(r330250)
+++ head/MOVED	Sun Oct 13 20:29:33 2013	(r330251)
@@ -5072,3 +5072,5 @@ net/ngrep-lib||2013-10-11|Obsoleted
 www/node04||2013-10-11|Has expired: Unsupported upstream, not compatible with current
 www/node06||2013-10-11|Has expired: Unsupported upstream, not compatible with current
 math/matrices||2013-10-12|Has expired: Unmaintained upstream
+games/nethack33-gnome|games/nethack33|2013-10-13|Has expired: Uses deprecated gnome 1.x libraries
+games/nethack34-gnome|games/nethack34|2013-10-13|Has expired: Uses deprecated gnome 1.x libraries

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Sun Oct 13 20:29:04 2013	(r330250)
+++ head/games/Makefile	Sun Oct 13 20:29:33 2013	(r330251)
@@ -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

Modified: head/games/nethack33/Makefile
==============================================================================
--- head/games/nethack33/Makefile	Sun Oct 13 20:29:04 2013	(r330250)
+++ head/games/nethack33/Makefile	Sun Oct 13 20:29:33 2013	(r330251)
@@ -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} "                                                         "

Modified: head/games/nethack34/Makefile
==============================================================================
--- head/games/nethack34/Makefile	Sun Oct 13 20:29:04 2013	(r330250)
+++ head/games/nethack34/Makefile	Sun Oct 13 20:29:33 2013	(r330251)
@@ -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:


More information about the svn-ports-all mailing list