svn commit: r366018 - in head: deskutils/calibre graphics/ImageMagick graphics/gimageview graphics/gimp-app graphics/libwmf graphics/libwmf/files textproc/wv
Tijl Coosemans
tijl at FreeBSD.org
Sun Aug 24 21:30:46 UTC 2014
Author: tijl
Date: Sun Aug 24 21:30:44 2014
New Revision: 366018
URL: http://svnweb.freebsd.org/changeset/ports/366018
QAT: https://qat.redports.org/buildarchive/r366018/
Log:
- Convert graphics/libwmf to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Deleted:
head/graphics/libwmf/files/patch-ltmain.sh
Modified:
head/deskutils/calibre/Makefile
head/graphics/ImageMagick/Makefile
head/graphics/gimageview/Makefile
head/graphics/gimp-app/Makefile
head/graphics/libwmf/Makefile
head/graphics/libwmf/pkg-plist
head/textproc/wv/Makefile
Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile Sun Aug 24 21:24:59 2014 (r366017)
+++ head/deskutils/calibre/Makefile Sun Aug 24 21:30:44 2014 (r366018)
@@ -3,6 +3,7 @@
PORTNAME= calibre
PORTVERSION= 1.47.0
+PORTREVISION= 1
CATEGORIES= deskutils python
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile Sun Aug 24 21:24:59 2014 (r366017)
+++ head/graphics/ImageMagick/Makefile Sun Aug 24 21:30:44 2014 (r366018)
@@ -2,7 +2,7 @@
PORTNAME= ImageMagick
DISTVERSION= 6.8.9-4
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= graphics perl5
MASTER_SITES= http://www.imagemagick.org/download/ \
Modified: head/graphics/gimageview/Makefile
==============================================================================
--- head/graphics/gimageview/Makefile Sun Aug 24 21:24:59 2014 (r366017)
+++ head/graphics/gimageview/Makefile Sun Aug 24 21:30:44 2014 (r366018)
@@ -3,7 +3,7 @@
PORTNAME= gimageview
PORTVERSION= 0.2.27
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= graphics
MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION}
Modified: head/graphics/gimp-app/Makefile
==============================================================================
--- head/graphics/gimp-app/Makefile Sun Aug 24 21:24:59 2014 (r366017)
+++ head/graphics/gimp-app/Makefile Sun Aug 24 21:30:44 2014 (r366018)
@@ -4,7 +4,7 @@
PORTNAME?= gimp-app
PORTVERSION= 2.8.10
-PORTREVISION?= 4
+PORTREVISION?= 5
PORTEPOCH?= 1
CATEGORIES?= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
Modified: head/graphics/libwmf/Makefile
==============================================================================
--- head/graphics/libwmf/Makefile Sun Aug 24 21:24:59 2014 (r366017)
+++ head/graphics/libwmf/Makefile Sun Aug 24 21:30:44 2014 (r366018)
@@ -3,7 +3,7 @@
PORTNAME= libwmf
PORTVERSION= 0.2.8.4
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= graphics
MASTER_SITES= SF/wvware/${PORTNAME}/${PORTVERSION}
@@ -12,19 +12,19 @@ COMMENT= Tools and library for convertin
LICENSE= GPLv2
-BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libpng.so:${PORTSDIR}/graphics/png \
libfreetype.so:${PORTSDIR}/print/freetype2
CONFLICTS?= libwmf-nox11-[0-9]*
-USE_AUTOTOOLS= libtool
-USE_GNOME= libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sys-gd=no \
--with-png=${LOCALBASE} --with-jpeg=${LOCALBASE} \
--with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts
+INSTALL_TARGET= install-strip
+USES= libtool
+USE_GNOME= libxml2
USE_LDCONFIG= yes
PORTDOCS= *
@@ -41,10 +41,9 @@ X11_CONFIGURE_OFF=--with-x=no
post-patch:
@${REINPLACE_CMD} -e 's|src include fonts doc|src include fonts|g' \
${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|@LT_CURRENT@|2|g ; \
- s|@LIBWMF_GDK_PIXBUF_TRUE@|#|g ; \
+ @${REINPLACE_CMD} -e \
+ 's|@LIBWMF_GDK_PIXBUF_TRUE@|#|g ; \
s|@LIBWMF_GDK_PIXBUF_FALSE@||g ; \
- s|-release $$(LT_RELEASE)||g ; \
s|: install-loaderLTLIBRARIES|:|g' ${WRKSRC}/src/Makefile.in
post-install:
Modified: head/graphics/libwmf/pkg-plist
==============================================================================
--- head/graphics/libwmf/pkg-plist Sun Aug 24 21:24:59 2014 (r366017)
+++ head/graphics/libwmf/pkg-plist Sun Aug 24 21:30:44 2014 (r366018)
@@ -29,14 +29,14 @@ include/libwmf/macro.h
include/libwmf/svg.h
include/libwmf/types.h
include/libwmf/x.h
+lib/libwmf-0.2.so.7
+lib/libwmf-0.2.so.7.1.0
lib/libwmf.a
-lib/libwmf.la
lib/libwmf.so
-lib/libwmf.so.2
+lib/libwmflite-0.2.so.7
+lib/libwmflite-0.2.so.7.0.1
lib/libwmflite.a
-lib/libwmflite.la
lib/libwmflite.so
-lib/libwmflite.so.7
%%DATADIR%%/fonts/fontmap
%%DATADIR%%/fonts/n019003l.afm
%%DATADIR%%/fonts/n019003l.pfb
Modified: head/textproc/wv/Makefile
==============================================================================
--- head/textproc/wv/Makefile Sun Aug 24 21:24:59 2014 (r366017)
+++ head/textproc/wv/Makefile Sun Aug 24 21:30:44 2014 (r366018)
@@ -3,7 +3,7 @@
PORTNAME= wv
PORTVERSION= 1.2.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://www.abisource.com/downloads/wv/${PORTVERSION}/
More information about the svn-ports-head
mailing list