From owner-svn-ports-head@FreeBSD.ORG Tue Jul 9 21:20:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AA67852C; Tue, 9 Jul 2013 21:20:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9BD211D6B; Tue, 9 Jul 2013 21:20:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r69LKUlU047096; Tue, 9 Jul 2013 21:20:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r69LKSS0047081; Tue, 9 Jul 2013 21:20:28 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307092120.r69LKSS0047081@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 9 Jul 2013 21:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322579 - in head: astro/xephem audio/praat audio/snd audio/timidity++ audio/xanalyser audio/xmcd audio/xmmix audio/xmradio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 21:20:30 -0000 Author: bapt Date: Tue Jul 9 21:20:28 2013 New Revision: 322579 URL: http://svnweb.freebsd.org/changeset/ports/322579 Log: Convert from USE_MOTIF to USES=motif While here: Convert to USES=gmake as well Trim headers Modified: head/astro/xephem/Makefile head/audio/praat/Makefile head/audio/snd/Makefile head/audio/timidity++/Makefile head/audio/timidity++/Makefile.interface head/audio/xanalyser/Makefile head/audio/xmcd/Makefile head/audio/xmmix/Makefile head/audio/xmradio/Makefile Modified: head/astro/xephem/Makefile ============================================================================== --- head/astro/xephem/Makefile Tue Jul 9 21:06:22 2013 (r322578) +++ head/astro/xephem/Makefile Tue Jul 9 21:20:28 2013 (r322579) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xephem -# Date created: Thu Aug 1 09:10:22 CDT 1996 -# Whom: erich@FreeBSD.org -# +# Created by: erich@FreeBSD.org # $FreeBSD$ -# PORTNAME= xephem PORTVERSION= 3.7.5 @@ -17,8 +13,7 @@ COMMENT= An interactive astronomical eph LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg -USE_MOTIF= yes -USE_GMAKE= yes +USES= gmake motif USE_XORG= xp xt xext xmu x11 xft MAKE_JOBS_UNSAFE= yes Modified: head/audio/praat/Makefile ============================================================================== --- head/audio/praat/Makefile Tue Jul 9 21:06:22 2013 (r322578) +++ head/audio/praat/Makefile Tue Jul 9 21:20:28 2013 (r322579) @@ -1,9 +1,5 @@ -# New ports collection Makefile for: praat -# Date created: 21-Feb-2006 -# Whom: Jason Bacon -# +# Created by: Jason Bacon # $FreeBSD$ -# PORTNAME= praat PORTVERSION= 4.6.39 @@ -17,7 +13,7 @@ COMMENT= Phonetics by Computer USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*Makefile -USE_MOTIF= yes +USES= motif WRKSRC= ${WRKDIR}/sources_4639 MAKEFILE= makefile PLIST_FILES= bin/praat Modified: head/audio/snd/Makefile ============================================================================== --- head/audio/snd/Makefile Tue Jul 9 21:06:22 2013 (r322578) +++ head/audio/snd/Makefile Tue Jul 9 21:20:28 2013 (r322579) @@ -29,7 +29,7 @@ CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include +.include .if ${ARCH} == "sparc64" BROKEN= does not compile on sparc64 @@ -65,7 +65,7 @@ USE_GNOME+= gtk20 CONFIGURE_ARGS+= --with-gtk .endif .if ${PORT_OPTIONS:MMOTIF} -USE_MOTIF= yes +USES+= motif CONFIGURE_ARGS+= --with-motif .endif @@ -108,4 +108,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/DotEmacs ${EXAMPLESDIR} .endif -.include +.include Modified: head/audio/timidity++/Makefile ============================================================================== --- head/audio/timidity++/Makefile Tue Jul 9 21:06:22 2013 (r322578) +++ head/audio/timidity++/Makefile Tue Jul 9 21:20:28 2013 (r322579) @@ -19,9 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/share/timidity CONFLICTS= timidity-0.* .endif +USES= gmake USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes MAKE_JOBS_SAFE= yes @@ -43,7 +43,7 @@ LDFLAGS+= -export-dynamic DOCFILES= README.alsaseq README.dl README.m2m README.mts README.sf DOCLANG= C ja_JP.eucJP -.include +.include MANLANG= "" ja MAN1= timidity.1 @@ -89,4 +89,4 @@ post-install:: @${CAT} ${PKGMESSAGE} .endif -.include +.include Modified: head/audio/timidity++/Makefile.interface ============================================================================== --- head/audio/timidity++/Makefile.interface Tue Jul 9 21:06:22 2013 (r322578) +++ head/audio/timidity++/Makefile.interface Tue Jul 9 21:20:28 2013 (r322579) @@ -47,7 +47,7 @@ USE_GNOME= gtk12 .if ${INTERFACE} == "motif" LINK= xmmidi -USE_MOTIF= yes +USES+= motif CONFIGURE_ENV+= MOTIFLIB="${MOTIFLIB}" .endif Modified: head/audio/xanalyser/Makefile ============================================================================== --- head/audio/xanalyser/Makefile Tue Jul 9 21:06:22 2013 (r322578) +++ head/audio/xanalyser/Makefile Tue Jul 9 21:20:28 2013 (r322579) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xanalyser -# Date created: October 29 2006 -# Whom: Diane Bruce