Wed Jun 6 22:19:58 2012 UTC ()
Use hacks file from meta-pkgs/modular-xorg instead of patch for
fixing autoconf + space in variable name issue.


(wiz)
diff -r1.7 -r1.8 pkgsrc/fonts/libfontenc/Makefile
diff -r1.5 -r1.6 pkgsrc/fonts/libfontenc/distinfo
diff -r1.1 -r0 pkgsrc/fonts/libfontenc/patches/patch-configure

cvs diff -r1.7 -r1.8 pkgsrc/fonts/libfontenc/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/libfontenc/Makefile 2012/06/03 17:21:25 1.7
+++ pkgsrc/fonts/libfontenc/Makefile 2012/06/06 22:19:57 1.8
@@ -1,23 +1,25 @@ @@ -1,23 +1,25 @@
1# $NetBSD: Makefile,v 1.7 2012/06/03 17:21:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2012/06/06 22:19:57 wiz Exp $
2# 2#
3 3
4DISTNAME= libfontenc-1.1.1 4DISTNAME= libfontenc-1.1.1
5CATEGORIES= x11 5CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_XORG:=lib/} 6MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= The fontenc Library from X.org 11COMMENT= The fontenc Library from X.org
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17PKGCONFIG_OVERRIDE+= fontenc.pc.in 17PKGCONFIG_OVERRIDE+= fontenc.pc.in
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19 19
 20.include "../../meta-pkgs/modular-xorg/hacks.mk"
 21
20.include "../../devel/zlib/buildlink3.mk" 22.include "../../devel/zlib/buildlink3.mk"
21.include "../../x11/xproto/buildlink3.mk" 23.include "../../x11/xproto/buildlink3.mk"
22 24
23.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/fonts/libfontenc/distinfo (expand / switch to unified diff)

--- pkgsrc/fonts/libfontenc/distinfo 2012/06/05 15:27:22 1.5
+++ pkgsrc/fonts/libfontenc/distinfo 2012/06/06 22:19:58 1.6
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.5 2012/06/05 15:27:22 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2012/06/06 22:19:58 wiz Exp $
2 2
3SHA1 (libfontenc-1.1.1.tar.bz2) = 90bdd53d75585dd0f06ad7bc23faccd8a01bb733 3SHA1 (libfontenc-1.1.1.tar.bz2) = 90bdd53d75585dd0f06ad7bc23faccd8a01bb733
4RMD160 (libfontenc-1.1.1.tar.bz2) = 237ca9ba30d46666608894a13f974eb76d067b34 4RMD160 (libfontenc-1.1.1.tar.bz2) = 237ca9ba30d46666608894a13f974eb76d067b34
5Size (libfontenc-1.1.1.tar.bz2) = 289688 bytes 5Size (libfontenc-1.1.1.tar.bz2) = 289688 bytes
6SHA1 (patch-configure) = 7a04ee4e0de43948eb38a35a08fdaac7aba26b55 

File Deleted: pkgsrc/fonts/libfontenc/patches/Attic/patch-configure