pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/burn Fix build with newer GNUstep.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2d8cb567fd7
branches:  trunk
changeset: 547751:e2d8cb567fd7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Oct 01 21:46:09 2008 +0000

description:
Fix build with newer GNUstep.

diffstat:

 sysutils/burn/Makefile |  6 ++++--
 sysutils/burn/PLIST    |  4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r dbdc3cb2d194 -r e2d8cb567fd7 sysutils/burn/Makefile
--- a/sysutils/burn/Makefile    Wed Oct 01 20:16:50 2008 +0000
+++ b/sysutils/burn/Makefile    Wed Oct 01 21:46:09 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2008/01/18 05:09:43 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2008/10/01 21:46:09 joerg Exp $
 #
 
 DISTNAME=      burn-0.4.0
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    sysutils gnustep
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gsburn/}
 
@@ -23,6 +23,8 @@
 MAKE_ENV+=     ADDITIONAL_CPPFLAGS=-D_POSIX_SOURCE
 MAKE_ENV+=     ADDITIONAL_LDFLAGS=-lutil
 
+MAKE_ENV+=     GNUSTEP_INSTALLATION_DIR=${PREFIX}/share/GNUstep/Local/
+
 .include "../../audio/cdplayer/buildlink3.mk"
 .include "../../x11/gnustep-back/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
diff -r dbdc3cb2d194 -r e2d8cb567fd7 sysutils/burn/PLIST
--- a/sysutils/burn/PLIST       Wed Oct 01 20:16:50 2008 +0000
+++ b/sysutils/burn/PLIST       Wed Oct 01 21:46:09 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2006/06/21 17:03:24 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/10/01 21:46:09 joerg Exp $
 share/GNUstep/Local/Applications/Burn.app/Burn
 share/GNUstep/Local/Applications/Burn.app/Resources/Burn.desktop
 share/GNUstep/Local/Applications/Burn.app/Resources/Burn.help/Logo.tiff
@@ -117,7 +117,6 @@
 share/GNUstep/Local/Applications/Burn.app/Resources/iconGSburn.tiff
 share/GNUstep/Local/Applications/Burn.app/Resources/iconGeneral.tiff
 share/GNUstep/Local/Applications/Burn.app/Resources/iconMultiSelection.tiff
-share/GNUstep/Local/Applications/Burn.app/library_paths.openapp
 share/GNUstep/Local/Applications/Burn.app/stamp.make
 share/GNUstep/Local/Library/Bundles/CDparanoia.bundle/CDparanoia
 share/GNUstep/Local/Library/Bundles/CDparanoia.bundle/Resources/English.lproj/Localizable.strings
@@ -189,6 +188,7 @@
 share/GNUstep/Local/Library/Bundles/MkIsoFs.bundle/Resources/Info-gnustep.plist
 share/GNUstep/Local/Library/Bundles/MkIsoFs.bundle/Resources/iconMkIsoFs.tiff
 share/GNUstep/Local/Library/Bundles/MkIsoFs.bundle/stamp.make
+share/GNUstep/Local/Tools/Burn
 @dirrm share/GNUstep/Local/Library/Bundles/MkIsoFs.bundle/Resources/German.lproj/Settings.gorm
 @dirrm share/GNUstep/Local/Library/Bundles/MkIsoFs.bundle/Resources/German.lproj/Parameters.gorm
 @dirrm share/GNUstep/Local/Library/Bundles/MkIsoFs.bundle/Resources/German.lproj



Home | Main Index | Thread Index | Old Index