On Sat, Jul 10, 2010 at 03:11:29PM -0600, David Coppa wrote: > > I think these lines can go away, now that powerpc has been > switched to gcc4. > > Ok? > > Ciao, > David > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/x11/mplayer/Makefile,v > retrieving revision 1.168 > diff -u -p -r1.168 Makefile > --- Makefile 3 Jul 2010 00:28:40 -0000 1.168 > +++ Makefile 10 Jul 2010 21:04:58 -0000 > @@ -12,7 +12,7 @@ SUBST_VARS+= PREFIX CONFDIR > > N= mplayer > DISTNAME= mplayer-export-snapshot-${V} > -PKGNAME= ${N}-${V}p1 > +PKGNAME= ${N}-${V}p2 > CATEGORIES= x11 multimedia > EXTRACT_SUFX= .tar.bz2 > > @@ -33,9 +33,6 @@ MASTER_SITES= http://theunixzoo.co.uk/di > MAINTAINER= Edd Barrett <e...@openbsd.org> > > DISTFILES= ${DISTNAME}${EXTRACT_SUFX} > - > -MODULES= gcc4 > -MODGCC4_ARCHES= powerpc > > MODULES+= converters/libiconv
I already whiped up diffs to clean up this stuff and I noticed for MPlayer that the inclusion of bsd.own.mk was unnecessary. Index: Makefile =================================================================== RCS file: /home/cvs/ports/x11/mplayer/Makefile,v retrieving revision 1.168 diff -u -p -r1.168 Makefile --- Makefile 3 Jul 2010 00:28:40 -0000 1.168 +++ Makefile 9 Jul 2010 02:57:14 -0000 @@ -12,7 +12,7 @@ SUBST_VARS+= PREFIX CONFDIR N= mplayer DISTNAME= mplayer-export-snapshot-${V} -PKGNAME= ${N}-${V}p1 +PKGNAME= ${N}-${V}p2 CATEGORIES= x11 multimedia EXTRACT_SUFX= .tar.bz2 @@ -34,12 +34,7 @@ MAINTAINER= Edd Barrett <e...@openbsd DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MODULES= gcc4 -MODGCC4_ARCHES= powerpc - MODULES+= converters/libiconv - -.include <bsd.own.mk> LIB_DEPENDS= png::graphics/png \ jpeg::graphics/jpeg \ -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.