Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2014 19:43:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349452 - in head: audio/gmusicbrowser devel/gnulib emulators/openmsx games/freecol graphics/jpgraph2 lang/smalltalk
Message-ID:  <201403281943.s2SJhZb7042899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Mar 28 19:43:34 2014
New Revision: 349452
URL: http://svnweb.freebsd.org/changeset/ports/349452
QAT: https://qat.redports.org/buildarchive/r349452/

Log:
  Remove some references to deprecated NOPORTDATA
  
  With hat:	portmgr

Modified:
  head/audio/gmusicbrowser/Makefile
  head/devel/gnulib/Makefile
  head/emulators/openmsx/Makefile
  head/games/freecol/Makefile
  head/graphics/jpgraph2/Makefile
  head/lang/smalltalk/Makefile

Modified: head/audio/gmusicbrowser/Makefile
==============================================================================
--- head/audio/gmusicbrowser/Makefile	Fri Mar 28 19:41:53 2014	(r349451)
+++ head/audio/gmusicbrowser/Makefile	Fri Mar 28 19:43:34 2014	(r349452)
@@ -32,10 +32,6 @@ WEBKIT_RUN_DEPENDS=	p5-Gtk2-WebKit>=0:${
 LIBNOTIFY_RUN_DEPENDS=	pt-Gtk2-Notify>=0.05:${PORTSDIR}/devel/p5-Gtk2-Notify
 OPTIONS_SUB=	yes
 
-.if defined(NOPORTDATA)
-IGNORE=		port data contain code, undefine NOPORTDATA
-.endif
-
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MANPREFIX}/man/man1/${MAN1}

Modified: head/devel/gnulib/Makefile
==============================================================================
--- head/devel/gnulib/Makefile	Fri Mar 28 19:41:53 2014	(r349451)
+++ head/devel/gnulib/Makefile	Fri Mar 28 19:43:34 2014	(r349452)
@@ -19,10 +19,6 @@ INFO=		${PORTNAME}
 PORTDOCS=	gnulib.html
 PORTDATA=	*
 
-.ifdef		NOPORTDATA
-IGNORE=		gnulib requires port data, unset NOPORTDATA to install
-.endif
-
 OPTIONS_DEFINE=	DOCS
 
 post-patch:

Modified: head/emulators/openmsx/Makefile
==============================================================================
--- head/emulators/openmsx/Makefile	Fri Mar 28 19:41:53 2014	(r349451)
+++ head/emulators/openmsx/Makefile	Fri Mar 28 19:43:34 2014	(r349452)
@@ -37,10 +37,6 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
-.ifdef	NOPORTDATA
-IGNORE=		opemsx requires port data, unset NOPORTDATA to install
-.endif
-
 .if !${PORT_OPTIONS:MDOCS}
 # Use dummy target rather than rewriting makefile
 MAKE_ARGS+=	INSTALL_DOC_DIR=${WRKSRC}/dummy

Modified: head/games/freecol/Makefile
==============================================================================
--- head/games/freecol/Makefile	Fri Mar 28 19:41:53 2014	(r349451)
+++ head/games/freecol/Makefile	Fri Mar 28 19:43:34 2014	(r349452)
@@ -18,10 +18,6 @@ SUB_FILES=	freecol
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 
-.if defined(NOPORTDATA)
-IGNORE=		needs data file to run, unset NOPORTDATA
-.endif
-
 PLIST_FILES=	bin/freecol
 PORTDATA=	*
 PORTDOCS=	*

Modified: head/graphics/jpgraph2/Makefile
==============================================================================
--- head/graphics/jpgraph2/Makefile	Fri Mar 28 19:41:53 2014	(r349451)
+++ head/graphics/jpgraph2/Makefile	Fri Mar 28 19:43:34 2014	(r349452)
@@ -23,10 +23,6 @@ PORTEXAMPLES=	*
 
 LATEST_LINK=	jpgraph2
 
-.if defined(NOPORTDATA)
-IGNORE=		requires port data, unset NOPORTDATA
-.endif
-
 do-install:
 	@${MKDIR} ${DATADIR}
 	${CP} ${WRKSRC}/src/*.php ${DATADIR}

Modified: head/lang/smalltalk/Makefile
==============================================================================
--- head/lang/smalltalk/Makefile	Fri Mar 28 19:41:53 2014	(r349451)
+++ head/lang/smalltalk/Makefile	Fri Mar 28 19:43:34 2014	(r349452)
@@ -46,10 +46,6 @@ SHEBANG_FILES=	packages/vfs/deb packages
 PLIST_SUB=	VERSION="${PORTVERSION}"
 PORTDATA=	*
 
-.ifdef	NOPORTDATA
-IGNORE=		smalltalk requires port data, unset NOPORTDATA to install
-.endif
-
 INFO=		gst gst-base gst-libs
 
 CPPFLAGS+=	-I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403281943.s2SJhZb7042899>