From 7f93d1687b1af79570fa589432c4aaf8f24f8b8d Mon Sep 17 00:00:00 2001 From: naddy Date: Fri, 11 Feb 2005 21:18:00 +0000 Subject: [PATCH] Disable native language support. gettext detection is broken and the translations are severely lacking. --- print/enscript/Makefile | 4 +++- print/enscript/pkg/PLIST | 24 +----------------------- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/print/enscript/Makefile b/print/enscript/Makefile index edcede016c1..187ea2e0ff9 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2005/02/11 19:12:42 naddy Exp $ +# $OpenBSD: Makefile,v 1.22 2005/02/11 21:18:00 naddy Exp $ COMMENT= "convert ASCII files to PostScript" @@ -23,6 +23,8 @@ FLAVOR?= WANTLIB= c m CONFIGURE_STYLE= gnu +# gettext detection is broken and the translations are severely lacking +CONFIGURE_ARGS= --disable-nls .if !${FLAVOR:L:Ma4} CONFIGURE_ARGS+= --with-media=Letter diff --git a/print/enscript/pkg/PLIST b/print/enscript/pkg/PLIST index cc1184ee922..e2a785db561 100644 --- a/print/enscript/pkg/PLIST +++ b/print/enscript/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.9 2004/09/23 07:12:57 espie Exp $ +@comment $OpenBSD: PLIST,v 1.10 2005/02/11 21:18:00 naddy Exp $ bin/diffpp bin/enscript bin/mkafmmap @@ -156,25 +156,3 @@ share/enscript/vms.enc share/examples/enscript/ share/examples/enscript/enscript.cfg-sample @sample ${SYSCONFDIR}/enscript.cfg -share/locale/ -share/locale/de/ -share/locale/de/LC_MESSAGES/ -share/locale/de/LC_MESSAGES/enscript.mo -share/locale/es/ -share/locale/es/LC_MESSAGES/ -share/locale/es/LC_MESSAGES/enscript.mo -share/locale/fi/ -share/locale/fi/LC_MESSAGES/ -share/locale/fi/LC_MESSAGES/enscript.mo -share/locale/fr/ -share/locale/fr/LC_MESSAGES/ -share/locale/fr/LC_MESSAGES/enscript.mo -share/locale/nl/ -share/locale/nl/LC_MESSAGES/ -share/locale/nl/LC_MESSAGES/enscript.mo -share/locale/ru/ -share/locale/ru/LC_MESSAGES/ -share/locale/ru/LC_MESSAGES/enscript.mo -share/locale/sl/ -share/locale/sl/LC_MESSAGES/ -share/locale/sl/LC_MESSAGES/enscript.mo