svn commit: r344282 - in head: mail/maildrop sysutils/liburcu textproc/grap x11/wmappl x11/xdialog

Martin Wilke miwi at FreeBSD.org
Fri Feb 14 16:52:47 UTC 2014


Author: miwi
Date: Fri Feb 14 16:52:45 2014
New Revision: 344282
URL: http://svnweb.freebsd.org/changeset/ports/344282
QAT: https://qat.redports.org/buildarchive/r344282/

Log:
  - Remove gmake complete builds fine without everywhere.

Modified:
  head/mail/maildrop/Makefile
  head/sysutils/liburcu/Makefile
  head/textproc/grap/Makefile
  head/x11/wmappl/Makefile
  head/x11/xdialog/Makefile

Modified: head/mail/maildrop/Makefile
==============================================================================
--- head/mail/maildrop/Makefile	Fri Feb 14 16:51:44 2014	(r344281)
+++ head/mail/maildrop/Makefile	Fri Feb 14 16:52:45 2014	(r344282)
@@ -20,7 +20,7 @@ COMMENT=	Mail delivery agent (MDA) with 
 LICENSE=	GPLv3
 
 USE_BZIP2=	yes
-USES=		iconv shebangfix perl5 gmake
+USES=		iconv shebangfix perl5
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-syslog=1 \
 		--enable-use-flock=1 \

Modified: head/sysutils/liburcu/Makefile
==============================================================================
--- head/sysutils/liburcu/Makefile	Fri Feb 14 16:51:44 2014	(r344281)
+++ head/sysutils/liburcu/Makefile	Fri Feb 14 16:52:45 2014	(r344282)
@@ -14,7 +14,7 @@ LICENSE=	LGPL21
 
 PORTDOCS=	ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt
 
-USES=		pathfix gmake
+USES=		pathfix
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/textproc/grap/Makefile
==============================================================================
--- head/textproc/grap/Makefile	Fri Feb 14 16:51:44 2014	(r344281)
+++ head/textproc/grap/Makefile	Fri Feb 14 16:52:45 2014	(r344282)
@@ -14,8 +14,6 @@ CONFIGURE_ARGS=--with-freebsd-ports
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-USES=	gmake
-
 CONFLICTS_INSTALL=heirloom-doctools-[0-9]*
 
 PORTDOCS=	README CHANGES COPYRIGHT grap.man

Modified: head/x11/wmappl/Makefile
==============================================================================
--- head/x11/wmappl/Makefile	Fri Feb 14 16:51:44 2014	(r344281)
+++ head/x11/wmappl/Makefile	Fri Feb 14 16:52:45 2014	(r344282)
@@ -18,7 +18,6 @@ EXPIRATION_DATE=	2014-03-10
 GNU_CONFIGURE=	yes
 USE_XORG=	xpm x11 xext sm ice
 MAKE_ENV=	DATADIR="${DATADIR}"
-USES=		gmake
 
 OPTIONS_DEFINE=	DOCS 
 

Modified: head/x11/xdialog/Makefile
==============================================================================
--- head/x11/xdialog/Makefile	Fri Feb 14 16:51:44 2014	(r344281)
+++ head/x11/xdialog/Makefile	Fri Feb 14 16:52:45 2014	(r344282)
@@ -14,7 +14,6 @@ COMMENT=	A drop in replacement for the "
 USE_BZIP2=	yes
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
-USES=		gmake
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 


More information about the svn-ports-all mailing list