svn commit: r362587 - head/audio/denemo

Thomas Zander riggs at FreeBSD.org
Tue Jul 22 21:52:22 UTC 2014


Author: riggs
Date: Tue Jul 22 21:52:21 2014
New Revision: 362587
URL: http://svnweb.freebsd.org/changeset/ports/362587
QAT: https://qat.redports.org/buildarchive/r362587/

Log:
  - Add missing dependency on gettext via USES if NLS build is requested
  - Introduce NLS option
  - Bump PORTREVISION
  
  Approved by:	mentors (implicit)

Modified:
  head/audio/denemo/Makefile
  head/audio/denemo/pkg-plist

Modified: head/audio/denemo/Makefile
==============================================================================
--- head/audio/denemo/Makefile	Tue Jul 22 21:37:30 2014	(r362586)
+++ head/audio/denemo/Makefile	Tue Jul 22 21:52:21 2014	(r362587)
@@ -3,7 +3,7 @@
 
 PORTNAME=	denemo
 PORTVERSION=	1.1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	GNU
 
@@ -36,11 +36,15 @@ CPPFLAGS+=	-I${LOCALBASE}/include/portau
 LDFLAGS+=	${LOCALBASE}/lib/portaudio2/libportaudio.so \
 		-L${LOCALBASE}/lib
 
-OPTIONS_DEFINE=		DOCS EXAMPLES GTK3 LILYPOND
+OPTIONS_DEFINE=		DOCS EXAMPLES GTK3 LILYPOND NLS
+OPTIONS_SUB=	yes
 
 LILYPOND_DESC=		Install LilyPond (Printing)
 LILYPOND_RUN_DEPENDS=	lilypond:${PORTSDIR}/print/lilypond
 
+NLS_CONFIGURE_ENABLE=	nls
+NLS_USES=		gettext
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGTK3}

Modified: head/audio/denemo/pkg-plist
==============================================================================
--- head/audio/denemo/pkg-plist	Tue Jul 22 21:37:30 2014	(r362586)
+++ head/audio/denemo/pkg-plist	Tue Jul 22 21:52:21 2014	(r362587)
@@ -2452,15 +2452,15 @@ share/applications/denemo.desktop
 share/fonts/truetype/denemo/Denemo.ttf
 share/fonts/truetype/denemo/emmentaler.ttf
 share/fonts/truetype/denemo/feta.ttf
-share/locale/cs/LC_MESSAGES/denemo.mo
-share/locale/de/LC_MESSAGES/denemo.mo
-share/locale/en_GB/LC_MESSAGES/denemo.mo
-share/locale/es/LC_MESSAGES/denemo.mo
-share/locale/fr/LC_MESSAGES/denemo.mo
-share/locale/it/LC_MESSAGES/denemo.mo
-share/locale/ja/LC_MESSAGES/denemo.mo
-share/locale/pl/LC_MESSAGES/denemo.mo
-share/locale/sv/LC_MESSAGES/denemo.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/denemo.mo
+%%NLS%%share/locale/de/LC_MESSAGES/denemo.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/denemo.mo
+%%NLS%%share/locale/es/LC_MESSAGES/denemo.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/denemo.mo
+%%NLS%%share/locale/it/LC_MESSAGES/denemo.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/denemo.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/denemo.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/denemo.mo
 share/pixmaps/denemo.png
 @dirrm share/fonts/truetype/denemo
 @dirrmtry share/fonts/truetype


More information about the svn-ports-all mailing list