From owner-svn-ports-head@FreeBSD.ORG Fri Jun 28 18:19:21 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 98865934; Fri, 28 Jun 2013 18:19:21 +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 7B1201D2C; Fri, 28 Jun 2013 18:19:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5SIJLC9047292; Fri, 28 Jun 2013 18:19:21 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5SIJKPG047288; Fri, 28 Jun 2013 18:19:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306281819.r5SIJKPG047288@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 28 Jun 2013 18:19:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321970 - in head/audio: libworkman workman xmix 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: Fri, 28 Jun 2013 18:19:21 -0000 Author: bapt Date: Fri Jun 28 18:19:20 2013 New Revision: 321970 URL: http://svnweb.freebsd.org/changeset/ports/321970 Log: Convert to USES=imake While here trim headers Remove useless pre.mk/post.mk Modified: head/audio/libworkman/Makefile head/audio/workman/Makefile head/audio/xmix/Makefile head/audio/xmradio/Makefile Modified: head/audio/libworkman/Makefile ============================================================================== --- head/audio/libworkman/Makefile Fri Jun 28 18:15:30 2013 (r321969) +++ head/audio/libworkman/Makefile Fri Jun 28 18:19:20 2013 (r321970) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libworkman -# Date created: 8 August 1999 -# Whom: Jim Mock -# +# Created by: Jim Mock # $FreeBSD$ -# PORTNAME= libworkman PORTVERSION= 1.4 @@ -19,8 +15,8 @@ COMMENT= Workman library required by som LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING.LIB +USES= imake WRKSRC= ${WRKDIR}/libworkman -USE_IMAKE= yes USE_LDCONFIG= yes CFLAGS+= -fPIC Modified: head/audio/workman/Makefile ============================================================================== --- head/audio/workman/Makefile Fri Jun 28 18:15:30 2013 (r321969) +++ head/audio/workman/Makefile Fri Jun 28 18:19:20 2013 (r321970) @@ -1,9 +1,5 @@ -# New ports collection makefile for: workman -# Date created: 25 Now 1995 -# Whom: Donald Burr -# +# Created by: Donald Burr # $FreeBSD$ -# PORTNAME= workman PORTVERSION= 1.3a @@ -19,15 +15,13 @@ COMMENT= Open Look-based CD player tool LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/workman -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAN1= workman.1 MAN5= workmandb.5 PLIST_FILES= bin/workman lib/help/workman.info -.include - post-install: ${GZIP_CMD} ${PREFIX}/man/man5/workmandb.5 -.include +.include Modified: head/audio/xmix/Makefile ============================================================================== --- head/audio/xmix/Makefile Fri Jun 28 18:15:30 2013 (r321969) +++ head/audio/xmix/Makefile Fri Jun 28 18:19:20 2013 (r321970) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmix -# Date created: 30 June 1995 -# Whom: janek@gaja.ipan.lublin.pl -# +# Created by: janek@gaja.ipan.lublin.pl # $FreeBSD$ -# PORTNAME= xmix PORTVERSION= 2.1 @@ -19,7 +15,7 @@ PATCHFILES= xmix-2.1.mixers.patch MAINTAINER= ports@FreeBSD.org COMMENT= Mixer for X Window System -USE_IMAKE= yes +USES= imake WRKSRC= ${WRKDIR}/xmix USE_XORG= x11 xext xmu xaw xt sm ice Modified: head/audio/xmradio/Makefile ============================================================================== --- head/audio/xmradio/Makefile Fri Jun 28 18:15:30 2013 (r321969) +++ head/audio/xmradio/Makefile Fri Jun 28 18:19:20 2013 (r321970) @@ -14,7 +14,7 @@ COMMENT= Motif based FM tuner (for use w # useful if you are into digital audio recording and playback. #RUN_DEPENDS= sox:${PORTSDIR}/audio/sox -USE_IMAKE= yes +USES= imake USE_XORG= xpm USE_MOTIF= yes ONLY_FOR_ARCHS= i386 ia64