Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2013 21:49:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322587 - in head: biology/embassy biology/emboss biology/ncbi-toolkit cad/alliance cad/dinotrace cad/electric cad/mars cad/pcb comms/twpsk comms/xastir
Message-ID:  <201307092149.r69LnaAx056817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jul  9 21:49:35 2013
New Revision: 322587
URL: http://svnweb.freebsd.org/changeset/ports/322587

Log:
  Convert from USE_MOTIF to USES=motif
  While here:
  - trim headers
  - Remove indefinite article from comment
  - convert USE_GMAKE to USES=gmake

Modified:
  head/biology/embassy/Makefile
  head/biology/emboss/Makefile
  head/biology/ncbi-toolkit/Makefile
  head/cad/alliance/Makefile
  head/cad/dinotrace/Makefile
  head/cad/electric/Makefile
  head/cad/mars/Makefile
  head/cad/pcb/Makefile
  head/comms/twpsk/Makefile
  head/comms/xastir/Makefile

Modified: head/biology/embassy/Makefile
==============================================================================
--- head/biology/embassy/Makefile	Tue Jul  9 21:49:00 2013	(r322586)
+++ head/biology/embassy/Makefile	Tue Jul  9 21:49:35 2013	(r322587)
@@ -16,11 +16,9 @@ LIB_DEPENDS=	nucleus.6:${PORTSDIR}/biolo
 PREFIX?=	${LOCALBASE}/emboss
 NO_MTREE=	yes
 USE_SUBMAKE=	yes
-USES=		iconv
-USE_GMAKE=	yes
+USES=		iconv gmake motif
 GNU_CONFIGURE=	yes
 USE_XORG=	x11
-USE_MOTIF=	yes
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOMAINATRIX DOMALIGN DOMSEARCH SIGNATURE STRUCTURE \

Modified: head/biology/emboss/Makefile
==============================================================================
--- head/biology/emboss/Makefile	Tue Jul  9 21:49:00 2013	(r322586)
+++ head/biology/emboss/Makefile	Tue Jul  9 21:49:35 2013	(r322587)
@@ -22,12 +22,11 @@ CONFLICTS=	qmail-ldap-[0-9]* digest-[0-9
 
 PREFIX?=	${LOCALBASE}/emboss
 NO_MTREE=	yes
+USES=		gmake
 USE_SUBMAKE=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
-USE_MOTIF=	yes
 SUB_FILES=	pkg-message
 SUB_LIST=	PREFIX=${PREFIX} DATADIR=${DATADIR}
 
@@ -38,7 +37,7 @@ CONFIGURE_ARGS+= --with-docroot=${DOCSDI
 
 .if !defined(WITHOUT_X11)
 USE_XORG=	x11
-USE_MOTIF=	yes
+USES+=		motif
 LIB_DEPENDS+=	gd.4:${PORTSDIR}/graphics/gd \
 		png15:${PORTSDIR}/graphics/png
 .else

Modified: head/biology/ncbi-toolkit/Makefile
==============================================================================
--- head/biology/ncbi-toolkit/Makefile	Tue Jul  9 21:49:00 2013	(r322586)
+++ head/biology/ncbi-toolkit/Makefile	Tue Jul  9 21:49:35 2013	(r322587)
@@ -13,7 +13,7 @@ COMMENT=	NCBI development toolkit, inclu
 
 OPTIONS_DEFINE=	DOCS
 
-USE_MOTIF=	yes
+USES=		motif
 MAKE_JOBS_UNSAFE=	yes
 
 SUB_FILES=	pkg-message

Modified: head/cad/alliance/Makefile
==============================================================================
--- head/cad/alliance/Makefile	Tue Jul  9 21:49:00 2013	(r322586)
+++ head/cad/alliance/Makefile	Tue Jul  9 21:49:35 2013	(r322587)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR=	hrs
 DISTNAME=	${PORTNAME}-5.0-20090901
 
 MAINTAINER=	hrs@FreeBSD.org
-COMMENT=	A complete set of CAD tools and libraries for VLSI design
+COMMENT=	Complete set of CAD tools and libraries for VLSI design
 
 NOT_FOR_ARCHS=	amd64 ia64 powerpc sparc64
 NOT_FOR_ARCHS_REASON=	${PKGNAME} does not build on ${ARCH}
@@ -20,9 +20,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-5.0
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
-USES=		bison
-USE_GMAKE=	yes
-USE_MOTIF=	yes
+USES=		bison gmake motif
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV+=	ALLIANCE_TOP=${ALLIANCE_TOP}

Modified: head/cad/dinotrace/Makefile
==============================================================================
--- head/cad/dinotrace/Makefile	Tue Jul  9 21:49:00 2013	(r322586)
+++ head/cad/dinotrace/Makefile	Tue Jul  9 21:49:35 2013	(r322587)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	dinotrace
-# Date created:		July 05, 2004
-# Whom:			Joachim Strombergson <watchman@ludd.ltu.se>
-#
+# Created by: Joachim Strombergson <watchman@ludd.ltu.se>
 # $FreeBSD$
-#
 
 PORTNAME=	dinotrace
 PORTVERSION=	9.4c
@@ -13,16 +9,15 @@ MASTER_SITES=	http://www.veripool.org/ft
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A graphical signal trace waveform viewer
+COMMENT=	Graphical signal trace waveform viewer
 
 OPTIONS_DEFINE=	EMACS
 OPTIONS_DEFAULT=	EMACS
 EMACS_DESC=	Install Emacs supplimentary files
 
 USE_XORG=	x11 sm ice xmu xt
-USE_MOTIF=	yes
+USES=		gmake motif
 USE_PERL5_BUILD=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 

Modified: head/cad/electric/Makefile
==============================================================================
--- head/cad/electric/Makefile	Tue Jul  9 21:49:00 2013	(r322586)
+++ head/cad/electric/Makefile	Tue Jul  9 21:49:35 2013	(r322587)
@@ -18,9 +18,10 @@ OPTIONS_DEFINE=	T1LIB NLS OPTIMIZED_CFLA
 OPTIONS_DEFAULT=	T1LIB
 T1LIB_DESC=	Use T1lib Type1 font library
 
+USES=		motif
+
 .include <bsd.port.options.mk>
 
-USE_MOTIF=	yes
 FEATURES+=	MOTIF
 
 .if ${PORT_OPTIONS:MT1LIB}

Modified: head/cad/mars/Makefile
==============================================================================
--- head/cad/mars/Makefile	Tue Jul  9 21:49:00 2013	(r322586)
+++ head/cad/mars/Makefile	Tue Jul  9 21:49:35 2013	(r322587)
@@ -1,6 +1,4 @@
-# Ports collection makefile for:  MaRS
-# Date created:			  Mon Nov 18, 1996
-# Whom:				  David O'Brien (obrien@cs.ucdavis.edu)
+# Created by: David O'Brien <obrien@cs.ucdavis.edu>
 #
 # $FreeBSD$
 #
@@ -28,7 +26,7 @@ NO_WRKSUBDIR=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MX11}
-USE_MOTIF=	yes
+USES+=		motif
 MAKEFILE=	Makefile.XMotif
 .else
 MAKEFILE=	Makefile.NoX

Modified: head/cad/pcb/Makefile
==============================================================================
--- head/cad/pcb/Makefile	Tue Jul  9 21:49:00 2013	(r322586)
+++ head/cad/pcb/Makefile	Tue Jul  9 21:49:35 2013	(r322587)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	m4>=1.4.11:${PORTSDIR}/deve
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USE_AUTOTOOLS=	autoconf
-USE_GMAKE=	yes
+USES=		gmake
 USE_TK_RUN=	yes
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes
@@ -64,7 +64,7 @@ CONFIGURE_ARGS+= \
 CONFIGURE_ARGS+=	--without-gui
 CONFIGURE_ENV+=		WISH=${TRUE}
 .elif ${PORT_OPTIONS:MMOTIF}
-USE_MOTIF=	yes
+USES+=		motif
 USE_TK_RUN=	yes
 CONFIGURE_ARGS+=	--with-gui=lesstif
 CONFIGURE_ENV+=		WISH=${WISH}

Modified: head/comms/twpsk/Makefile
==============================================================================
--- head/comms/twpsk/Makefile	Tue Jul  9 21:49:00 2013	(r322586)
+++ head/comms/twpsk/Makefile	Tue Jul  9 21:49:35 2013	(r322587)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    twpsk
-# Date created:         2005-05-27
-# Whom:                 Søren Straarup <xride@x12.dk>
-#
+# Created by: Søren Straarup <xride@x12.dk>
 # $FreeBSD$
-#
 
 PORTNAME=	twpsk
 PORTVERSION=	2.1
@@ -12,10 +8,10 @@ CATEGORIES=	comms hamradio
 MASTER_SITES=	http://www.ibiblio.org/pub/linux/apps/ham/
 
 MAINTAINER=	xride@FreeBSD.org
-COMMENT=	A openmotif X psk31 client
+COMMENT=	Openmotif X psk31 client
 
 USE_XORG=	xpm
-USE_MOTIF=	yes
+USES=		motif
 
 MAN1=		psk31.1
 

Modified: head/comms/xastir/Makefile
==============================================================================
--- head/comms/xastir/Makefile	Tue Jul  9 21:49:00 2013	(r322586)
+++ head/comms/xastir/Makefile	Tue Jul  9 21:49:35 2013	(r322587)
@@ -17,9 +17,7 @@ LIB_DEPENDS=	tiff:${PORTSDIR}/graphics/t
 		png15:${PORTSDIR}/graphics/png
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_MOTIF=	yes
-USES=		gettext
+USES=		gettext gmake motif
 MAKE_JOBS_SAFE=	yes
 
 MAN1=		xastir.1 \



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