svn commit: r421216 - head/archivers/xarchiver
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Sep 1 13:43:26 UTC 2016
Author: amdmi3
Date: Thu Sep 1 13:43:24 2016
New Revision: 421216
URL: https://svnweb.freebsd.org/changeset/ports/421216
Log:
- Fix LICENSE
- Add LICENSE_FILE
- Remove bogus USES=tar:bzip2
- Switch to USES=localbase
- Fix build with disabled NLS
- Whitespace fix
Approved by: portmgr blanket
Modified:
head/archivers/xarchiver/Makefile
Modified: head/archivers/xarchiver/Makefile
==============================================================================
--- head/archivers/xarchiver/Makefile Thu Sep 1 13:40:11 2016 (r421215)
+++ head/archivers/xarchiver/Makefile Thu Sep 1 13:43:24 2016 (r421216)
@@ -9,7 +9,8 @@ CATEGORIES= archivers
MAINTAINER= danilo at FreeBSD.org
COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools
-LICENSE= GPLv2
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
@@ -21,7 +22,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \
USE_GITHUB= yes
GH_ACCOUNT= ib
-USES= desktop-file-utils gmake pkgconfig tar:bzip2
+USES= desktop-file-utils gmake pkgconfig
USE_GNOME= cairo glib20 intltool
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
@@ -48,12 +49,12 @@ GTK2_CONFIGURE_ENABLE= gtk2
GTK2_USE= GNOME=gtk20
GTK3_USE= GNOME=gtk30
-NLS_USES= gettext
-NLS_CPPFLAGS+= -I${LOCALBASE}/include
-NLS_LDFLAGS+= -L${LOCALBASE}/lib
+NLS_USES= gettext localbase
+NLS_USES_OFF= gettext-tools
post-patch-DOCS-off:
@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
+
post-patch-NLS-off:
@${REINPLACE_CMD} -e 's| po | |g' ${WRKSRC}/Makefile.in
More information about the svn-ports-head
mailing list