pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/easytag
Module Name: pkgsrc
Committed By: maya
Date: Sun Sep 15 22:15:02 UTC 2019
Modified Files:
pkgsrc/audio/easytag: Makefile PLIST options.mk
Log Message:
easytag: Fix building with -manual
from js
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/audio/easytag/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/easytag/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/easytag/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/easytag/Makefile
diff -u pkgsrc/audio/easytag/Makefile:1.110 pkgsrc/audio/easytag/Makefile:1.111
--- pkgsrc/audio/easytag/Makefile:1.110 Sun Jul 21 22:24:24 2019
+++ pkgsrc/audio/easytag/Makefile Sun Sep 15 22:15:02 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.110 2019/07/21 22:24:24 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2019/09/15 22:15:02 maya Exp $
DISTNAME= easytag-2.4.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/easytag/2.4/}
EXTRACT_SUFX= .tar.xz
@@ -18,6 +18,8 @@ USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool pkg-config xgettext
+PLIST_VARS+= man
+
.include "options.mk"
.include "../../audio/id3lib/buildlink3.mk"
Index: pkgsrc/audio/easytag/PLIST
diff -u pkgsrc/audio/easytag/PLIST:1.24 pkgsrc/audio/easytag/PLIST:1.25
--- pkgsrc/audio/easytag/PLIST:1.24 Fri Jun 21 06:25:58 2019
+++ pkgsrc/audio/easytag/PLIST Sun Sep 15 22:15:02 2019
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.24 2019/06/21 06:25:58 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.25 2019/09/15 22:15:02 maya Exp $
bin/easytag
-man/man1/easytag.1
+${PLIST.man}man/man1/easytag.1
share/appdata/easytag.appdata.xml
share/applications/easytag.desktop
share/glib-2.0/schemas/org.gnome.EasyTAG.enums.xml
Index: pkgsrc/audio/easytag/options.mk
diff -u pkgsrc/audio/easytag/options.mk:1.9 pkgsrc/audio/easytag/options.mk:1.10
--- pkgsrc/audio/easytag/options.mk:1.9 Fri Jun 21 06:25:58 2019
+++ pkgsrc/audio/easytag/options.mk Sun Sep 15 22:15:02 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2019/06/21 06:25:58 triaxx Exp $
+# $NetBSD: options.mk,v 1.10 2019/09/15 22:15:02 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.easytag
PKG_SUPPORTED_OPTIONS= doc flac manual ogg opus speex wavpack
@@ -23,6 +23,7 @@ BUILD_DEPENDS+= libxslt-[0-9]*:../../te
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
CONFIGURE_ARGS+= --with-xml-catalog=${PKG_SYSCONFDIR}/xml/catalog
CONFIGURE_ARGS+= --enable-man
+PLIST.man= yes
.else
CONFIGURE_ARGS+= --disable-man
.endif
Home |
Main Index |
Thread Index |
Old Index