pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xscreensaver Some gettext catalogs were not instal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06d302f50085
branches:  trunk
changeset: 467557:06d302f50085
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Feb 02 23:55:00 2004 +0000

description:
Some gettext catalogs were not installed in FreeBSD, so use
PLIST_SUBST to disable them for now.

diffstat:

 x11/xscreensaver/Makefile.common |  8 +++++++-
 x11/xscreensaver/PLIST           |  6 +++---
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (43 lines):

diff -r bbdd8ca03c19 -r 06d302f50085 x11/xscreensaver/Makefile.common
--- a/x11/xscreensaver/Makefile.common  Mon Feb 02 23:47:15 2004 +0000
+++ b/x11/xscreensaver/Makefile.common  Mon Feb 02 23:55:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.68 2004/02/01 10:48:46 jlam Exp $
+# $NetBSD: Makefile.common,v 1.69 2004/02/02 23:55:00 xtraeme Exp $
 #
 
 DISTNAME=              xscreensaver-4.14
@@ -42,6 +42,12 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+.if ${OPSYS} == "FreeBSD"
+PLIST_SUBST+=          AVAILABLE="@comment "
+.else
+PLIST_SUBST+=          AVAILABLE=
+.endif
+
 .ifndef (PERL_VERSION)
 PERL_VERSION!=         if [ -x ${PERL5} ]; then ${PERL5} -e 'print $$]'; else ${ECHO} "5.006"; fi
 MAKEFLAGS+=            PERL_VERSION="${PERL_VERSION}"
diff -r bbdd8ca03c19 -r 06d302f50085 x11/xscreensaver/PLIST
--- a/x11/xscreensaver/PLIST    Mon Feb 02 23:47:15 2004 +0000
+++ b/x11/xscreensaver/PLIST    Mon Feb 02 23:55:00 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2003/12/13 19:22:12 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.17 2004/02/02 23:55:00 xtraeme Exp $
 bin/xscreensaver
 bin/xscreensaver-command
 bin/xscreensaver-getimage
@@ -557,9 +557,9 @@
 man/man1/zoom.1
 ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/xscreensaver.mo
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xscreensaver.mo
-${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xscreensaver.mo
+${AVAILABLE}${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xscreensaver.mo
 ${PKGLOCALEDIR}/locale/et/LC_MESSAGES/xscreensaver.mo
-${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xscreensaver.mo
+${AVAILABLE}${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xscreensaver.mo
 ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/xscreensaver.mo
 ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xscreensaver.mo
 ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/xscreensaver.mo



Home | Main Index | Thread Index | Old Index