Hi,

the patch cleans up the cdplayer a bit. The post-install dance was intended for 
gsburn latest release. This one had issues, therefore I did not imported it.Now 
the SVN version of gsburn, picks the files up from the right spot. With a new 
gnustep release, there will also hopefully a new gsburn release, which should 
work well.
In short, its just not needed, otherwise, no functional change in the port.

is it OK?

Sebastian


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/gnustep/cdplayer/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile    19 Jul 2011 06:30:42 -0000      1.1.1.1
+++ Makefile    4 Jan 2012 17:10:54 -0000
@@ -4,6 +4,7 @@
 
 VERSION =      0.5.1
 DISTNAME =     cdplayer-${VERSION}
+REVISION =     0
 
 HOMEPAGE =     http://gsburn.sourceforge.net/
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=gsburn/}
@@ -17,10 +18,5 @@
 WRKDIST =      ${WRKDIR}/CDPlayer-${VERSION}
 
 MAKE_FLAGS +=  prefs=sysprefs
-
-# install the header on the right spot, needed by gsburn
-post-install:
-       mv ${PREFIX}/include/AudioCD \
-               ${PREFIX}/include/CDPlayer
 
 .include <bsd.port.mk>
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/gnustep/cdplayer/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   19 Jul 2011 06:30:42 -0000      1.1.1.1
+++ pkg/PLIST   4 Jan 2012 17:10:54 -0000
@@ -1,7 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 06:30:42 sebastia Exp $
 bin/CDPlayer
-include/CDPlayer/
-include/CDPlayer/AudioCDProtocol.h
+include/AudioCD/
+include/AudioCD/AudioCDProtocol.h
 include/Cddb/
 include/Cddb/Cddb.h
 lib/GNUstep/Bundles/AudioCD.bundle/

Reply via email to