diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-25 11:56:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-25 11:56:34 +0000 |
commit | 8c5134dbe00f3188d5832b193a30e30ca7a6ce45 (patch) | |
tree | d305187ea667e2c134a9ba020eeef89d11ad7890 /fonts | |
parent | 8c517d92ba12902e7ea6dde033394e1cccc22aa6 (diff) | |
download | pkgsrc-8c5134dbe00f3188d5832b193a30e30ca7a6ce45.tar.gz |
Change default for zip extraction to leave files as they are.
Previously, zip extraction by default converted to lower case.
Fix some packages that need it and remove -L from some packages
that manually set it.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/cyberbase-ttf/Makefile | 4 | ||||
-rw-r--r-- | fonts/cyberbase-ttf/PLIST | 4 | ||||
-rw-r--r-- | fonts/cyberbit-ttf/Makefile | 4 | ||||
-rw-r--r-- | fonts/cyberbit-ttf/Makefile.common | 4 | ||||
-rw-r--r-- | fonts/cyberbit-ttf/PLIST | 4 | ||||
-rw-r--r-- | fonts/dbz-ttf/Makefile | 3 |
6 files changed, 12 insertions, 11 deletions
diff --git a/fonts/cyberbase-ttf/Makefile b/fonts/cyberbase-ttf/Makefile index 33f245fa1ca..ced75b8ec7b 100644 --- a/fonts/cyberbase-ttf/Makefile +++ b/fonts/cyberbase-ttf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:08 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2009/08/25 11:56:36 wiz Exp $ # PKGNAME= cyberbase-ttf-2.0 -PKGREVISION= 5 +PKGREVISION= 6 FONT_FILE= Cyberbase.ZIP COMMENT= Cyberbit minus CJK subset, for ISO-8859-x languages diff --git a/fonts/cyberbase-ttf/PLIST b/fonts/cyberbase-ttf/PLIST index d12d29d1d37..ea73256a0eb 100644 --- a/fonts/cyberbase-ttf/PLIST +++ b/fonts/cyberbase-ttf/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:54:10 joerg Exp $ -lib/X11/fonts/TTF/cyberbas.ttf +@comment $NetBSD: PLIST,v 1.6 2009/08/25 11:56:36 wiz Exp $ +lib/X11/fonts/TTF/Cyberbas.ttf share/doc/html/cyberbit-ttf/ReadMe.htm diff --git a/fonts/cyberbit-ttf/Makefile b/fonts/cyberbit-ttf/Makefile index 83bc4e37b0c..4a9e235503b 100644 --- a/fonts/cyberbit-ttf/Makefile +++ b/fonts/cyberbit-ttf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:08 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/08/25 11:56:36 wiz Exp $ # PKGNAME= cyberbit-ttf-2.0 -PKGREVISION= 5 +PKGREVISION= 6 FONT_FILE= Cyberbit.ZIP COMMENT= Multilingual TrueType font from Bitstream diff --git a/fonts/cyberbit-ttf/Makefile.common b/fonts/cyberbit-ttf/Makefile.common index caf7e2ba73f..4557beaea1e 100644 --- a/fonts/cyberbit-ttf/Makefile.common +++ b/fonts/cyberbit-ttf/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2009/05/19 08:59:14 wiz Exp $ +# $NetBSD: Makefile.common,v 1.22 2009/08/25 11:56:36 wiz Exp $ # DISTNAME= # empty @@ -23,7 +23,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DIST_SUBDIR= cyberbit-ttf EXTRACT_ONLY= ${FONT_FILE} -EXTRACT_OPTS_ZIP= -Laq +#EXTRACT_OPTS_ZIP= -Laq USE_X11BASE= YES NO_CONFIGURE= YES diff --git a/fonts/cyberbit-ttf/PLIST b/fonts/cyberbit-ttf/PLIST index c2d94028bb1..70bc5b86046 100644 --- a/fonts/cyberbit-ttf/PLIST +++ b/fonts/cyberbit-ttf/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:54:10 joerg Exp $ -lib/X11/fonts/TTF/cyberbit.ttf +@comment $NetBSD: PLIST,v 1.6 2009/08/25 11:56:36 wiz Exp $ +lib/X11/fonts/TTF/Cyberbit.ttf share/doc/html/cyberbit-ttf/ReadMe.htm diff --git a/fonts/dbz-ttf/Makefile b/fonts/dbz-ttf/Makefile index 52dff0ae7f0..35c5ef9e5b3 100644 --- a/fonts/dbz-ttf/Makefile +++ b/fonts/dbz-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/05/19 08:59:14 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2009/08/25 11:56:35 wiz Exp $ # DISTNAME= dbz @@ -18,6 +18,7 @@ NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} DIST_SUBDIR= ${PKGNAME_NOREV} +EXTRACT_OPTS_ZIP= -Laqo PKG_DESTDIR_SUPPORT= user-destdir |