diff options
author | adam <adam@pkgsrc.org> | 2003-12-05 10:15:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-12-05 10:15:23 +0000 |
commit | a216341abab3719512dfcb6cd63428feeb8c69b9 (patch) | |
tree | b7908df24dc8917083f2317e7402de2f7311edfe | |
parent | 082f9ab7a6e19d09901ce04ff815253aa487420c (diff) | |
download | pkgsrc-a216341abab3719512dfcb6cd63428feeb8c69b9.tar.gz |
Noteworthy changes in version `0.9.0':
Some more improvements to copy/paste support following ICCCM
specifications (like COMPOUND_TEXT support).
-rw-r--r-- | x11/gnustep-back/Makefile | 9 | ||||
-rw-r--r-- | x11/gnustep-back/PLIST | 29 | ||||
-rw-r--r-- | x11/gnustep-back/buildlink2.mk | 4 | ||||
-rw-r--r-- | x11/gnustep-back/distinfo | 7 | ||||
-rw-r--r-- | x11/gnustep-back/patches/patch-aa | 13 |
5 files changed, 31 insertions, 31 deletions
diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile index d339c0f0a41..89482480656 100644 --- a/x11/gnustep-back/Makefile +++ b/x11/gnustep-back/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/09/04 19:24:55 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2003/12/05 10:15:23 adam Exp $ # -DISTNAME= gnustep-back-0.8.5 -PKGREVISION= 2 +DISTNAME= gnustep-back-0.9.0 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} @@ -17,9 +16,7 @@ MAKEFILE= GNUmakefile GNU_CONFIGURE= YES GNU_CONFIGURE_PREFIX= ${PREFIX}/share/GNUstep CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep -CPPFLAGS+= -I${PREFIX}/share/GNUstep/System/Headers -CPPFLAGS+= -I${PREFIX}/share/GNUstep/System/Headers/gnustep -LDFLAGS+= ${LIBOSSAUDIO} +#LDFLAGS+= ${LIBOSSAUDIO} .include "../../graphics/libart2/buildlink2.mk" .include "../../x11/gnustep-gui/buildlink2.mk" diff --git a/x11/gnustep-back/PLIST b/x11/gnustep-back/PLIST index a6116748aa7..dd805c5457f 100644 --- a/x11/gnustep-back/PLIST +++ b/x11/gnustep-back/PLIST @@ -1,24 +1,13 @@ -@comment $NetBSD: PLIST,v 1.4 2003/04/01 08:37:43 rh Exp $ -share/GNUstep/System/Headers/gnustep/gsc/GSContext.h -share/GNUstep/System/Headers/gnustep/gsc/GSGState.h -share/GNUstep/System/Headers/gnustep/gsc/GSGStateOps.h -share/GNUstep/System/Headers/gnustep/gsc/gscolors.h -share/GNUstep/System/Headers/gnustep/x11/XGServer.h -share/GNUstep/System/Headers/gnustep/x11/XGServerWindow.h -share/GNUstep/System/Headers/gnustep/xlib/XGContext.h -share/GNUstep/System/Headers/gnustep/xlib/XGGState.h -share/GNUstep/System/Headers/gnustep/xlib/XGGeometry.h -share/GNUstep/System/Headers/gnustep/xlib/XGPrivate.h +@comment $NetBSD: PLIST,v 1.5 2003/12/05 10:15:23 adam Exp $ +share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/English.lproj/nfontFaceNames.strings share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/Info-gnustep.plist -share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/libgnustep-back +share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/Swedish.lproj/nfontFaceNames.strings +share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/libgnustep-back share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/stamp.make -share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/font_cacher -share/GNUstep/System/Tools/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu/gpbs -@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF}/gnu-gnu-gnu -@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/${GNUSTEP_HOST_CPU}/${LOWER_OPSYS}${APPEND_ELF} -@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/${GNUSTEP_HOST_CPU} +share/GNUstep/System/Library/Documentation/man/man1/gpbs.1 +share/GNUstep/System/Tools/font_cacher +share/GNUstep/System/Tools/gpbs +@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/Swedish.lproj +@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/English.lproj @dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources @dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle -@dirrm share/GNUstep/System/Headers/gnustep/xlib -@dirrm share/GNUstep/System/Headers/gnustep/x11 -@dirrm share/GNUstep/System/Headers/gnustep/gsc diff --git a/x11/gnustep-back/buildlink2.mk b/x11/gnustep-back/buildlink2.mk index d5d201d25b1..8c23bebeced 100644 --- a/x11/gnustep-back/buildlink2.mk +++ b/x11/gnustep-back/buildlink2.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink2.mk,v 1.5 2003/07/13 13:54:00 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.6 2003/12/05 10:15:23 adam Exp $ # .if !defined(GNUSTEP_BACK_BUILDLINK2_MK) GNUSTEP_BACK_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gnustep-back -BUILDLINK_DEPENDS.gnustep-back?= gnustep-back>=0.8.5nb2 +BUILDLINK_DEPENDS.gnustep-back?= gnustep-back>=0.9.0 BUILDLINK_PKGSRCDIR.gnustep-back?= ../../x11/gnustep-back EVAL_PREFIX+= BUILDLINK_PREFIX.gnustep-back=gnustep-back diff --git a/x11/gnustep-back/distinfo b/x11/gnustep-back/distinfo index 1cfded21042..901d1e58773 100644 --- a/x11/gnustep-back/distinfo +++ b/x11/gnustep-back/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.4 2003/04/01 08:37:43 rh Exp $ +$NetBSD: distinfo,v 1.5 2003/12/05 10:15:23 adam Exp $ -SHA1 (gnustep-back-0.8.5.tar.gz) = 08eeed98f582abe3c0286fa204dfbefe22702567 -Size (gnustep-back-0.8.5.tar.gz) = 327891 bytes +SHA1 (gnustep-back-0.9.0.tar.gz) = 2ab3ce67675b4fc0a3772f41aab8b83c1e64f83e +Size (gnustep-back-0.9.0.tar.gz) = 362750 bytes +SHA1 (patch-aa) = cd01033d18e07d0cfe690f53ff6cea8d768e586b diff --git a/x11/gnustep-back/patches/patch-aa b/x11/gnustep-back/patches/patch-aa new file mode 100644 index 00000000000..44730c64562 --- /dev/null +++ b/x11/gnustep-back/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2003/12/05 10:15:23 adam Exp $ + +--- Tools/GNUmakefile.postamble.orig 2003-11-05 18:21:18.000000000 +0100 ++++ Tools/GNUmakefile.postamble +@@ -32,8 +32,6 @@ after-install:: + for file in $(MAN1_PAGES) __done; do \ + if [ $$file != __done ]; then \ + $(INSTALL_DATA) $$file $(GNUSTEP_DOCUMENTATION_MAN)/man1/$$file; \ +- which gzip && rm -f $(GNUSTEP_DOCUMENTATION_MAN)/man1/$$file.gz \ +- && gzip -9 $(GNUSTEP_DOCUMENTATION_MAN)/man1/$$file; \ + fi; \ + done; + |