svn commit: r365687 - in head: graphics/autotrace graphics/ming graphics/p5-ming graphics/pencil graphics/pstoedit graphics/py-ming graphics/ruby-ming graphics/zphoto math/ploticus
Tijl Coosemans
tijl at FreeBSD.org
Fri Aug 22 19:08:39 UTC 2014
Author: tijl
Date: Fri Aug 22 19:08:37 2014
New Revision: 365687
URL: http://svnweb.freebsd.org/changeset/ports/365687
QAT: https://qat.redports.org/buildarchive/r365687/
Log:
- graphics/ming: Add USES=libtool and bump dependent ports
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- graphics/pencil: Fix dependencies
Modified:
head/graphics/autotrace/Makefile
head/graphics/ming/Makefile
head/graphics/ming/pkg-plist
head/graphics/p5-ming/Makefile
head/graphics/pencil/Makefile
head/graphics/pstoedit/Makefile
head/graphics/py-ming/Makefile
head/graphics/ruby-ming/Makefile
head/graphics/zphoto/Makefile
head/math/ploticus/Makefile
Modified: head/graphics/autotrace/Makefile
==============================================================================
--- head/graphics/autotrace/Makefile Fri Aug 22 18:51:46 2014 (r365686)
+++ head/graphics/autotrace/Makefile Fri Aug 22 19:08:37 2014 (r365687)
@@ -3,7 +3,7 @@
PORTNAME= autotrace
PORTVERSION= 0.31.1
-PORTREVISION= 25
+PORTREVISION= 26
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/AutoTrace/${PORTVERSION}
@@ -18,8 +18,8 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/gra
USES= pathfix pkgconfig libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-CPPFLAGS+= $$(libpng-config --I_opts) ${PTHREAD_CFLAGS}
-LDFLAGS+= $$(libpng-config --L_opts) ${PTHREAD_LIBS}
+CPPFLAGS+= $$(libpng-config --I_opts)
+LDFLAGS+= $$(libpng-config --L_opts)
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= IMAGEMAGICK MING PSTOEDIT
Modified: head/graphics/ming/Makefile
==============================================================================
--- head/graphics/ming/Makefile Fri Aug 22 18:51:46 2014 (r365686)
+++ head/graphics/ming/Makefile Fri Aug 22 19:08:37 2014 (r365687)
@@ -3,7 +3,7 @@
PORTNAME= ming
PORTVERSION= 0.4.5
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/Releases/
@@ -25,14 +25,14 @@ LIB_DEPENDS+= libming.so:${PORTSDIR}/gra
OPTIONS_DEFINE= DOCS
.endif
-CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+=--includedir=${PREFIX}/include/ming
CPPFLAGS+= -I. -I.. -I${LOCALBASE}/include
LDFLAGS+= -L. -L.. -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
-USES+= bison gmake pathfix shebangfix
+USES+= bison gmake libtool pathfix shebangfix
DOCS= HISTORY NEWS README TODO
DOCS_UTIL= README TIPS TODO swftoperl.html
@@ -67,7 +67,6 @@ post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${DOCSDIR}/util/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/util/ && ${INSTALL_DATA} ${DOCS_UTIL} ${STAGEDIR}${DOCSDIR}/util/
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libming.so.5
.endif
.if defined(SLAVEPORT) && ${SLAVEPORT} == "p5"
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
Modified: head/graphics/ming/pkg-plist
==============================================================================
--- head/graphics/ming/pkg-plist Fri Aug 22 18:51:46 2014 (r365686)
+++ head/graphics/ming/pkg-plist Fri Aug 22 19:08:37 2014 (r365687)
@@ -101,9 +101,9 @@ include/ming/util/swfoutput.h
include/ming/util/swftypes.h
include/ming/util/vasprintf.h
lib/libming.a
-lib/libming.la
lib/libming.so
-lib/libming.so.5
+lib/libming.so.1
+lib/libming.so.1.4.4
libdata/pkgconfig/libming.pc
%%PORTDOCS%%%%DOCSDIR%%/HISTORY
%%PORTDOCS%%%%DOCSDIR%%/NEWS
Modified: head/graphics/p5-ming/Makefile
==============================================================================
--- head/graphics/p5-ming/Makefile Fri Aug 22 18:51:46 2014 (r365686)
+++ head/graphics/p5-ming/Makefile Fri Aug 22 19:08:37 2014 (r365687)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ming
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics perl5
PKGNAMEPREFIX= p5-
Modified: head/graphics/pencil/Makefile
==============================================================================
--- head/graphics/pencil/Makefile Fri Aug 22 18:51:46 2014 (r365686)
+++ head/graphics/pencil/Makefile Fri Aug 22 19:08:37 2014 (r365687)
@@ -3,7 +3,7 @@
PORTNAME= pencil
PORTVERSION= 0.4.4b
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}-planner/Pencil/${PORTVERSION}eta
DISTNAME= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFFIX}
@@ -13,21 +13,13 @@ COMMENT= Pencil - a traditional 2D anima
LICENSE= GPLv2
-LIB_DEPENDS+= libming.so:${PORTSDIR}/graphics/ming \
- libpng15.so:${PORTSDIR}/graphics/png \
- libfreetype.so:${PORTSDIR}/print/freetype2 \
- libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
- libexpat.so:${PORTSDIR}/textproc/expat2 \
- libpcre.so:${PORTSDIR}/devel/pcre \
- libdrm.so:${PORTSDIR}/graphics/libdrm
-
-USES= gettext iconv qmake zip
-USE_GNOME= glib20
-USE_QT4= gui moc_build rcc_build xml_build opengl_build
-USE_XORG= xi xrender xrandr xfixes xcursor xinerama xext x11 xau xdmcp \
- xxf86vm xdamage
-USE_GL= gl glu
-QMAKE_ARGS+= INCLUDEPATH+=${LOCALBASE}/include/ming
+LIB_DEPENDS= libming.so:${PORTSDIR}/graphics/ming \
+ libpng.so:${PORTSDIR}/graphics/png
+
+USES= qmake zip
+USE_QT4= gui opengl xml moc_build rcc_build
+USE_GL= gl
+QMAKE_ARGS= INCLUDEPATH+=${LOCALBASE}/include/ming
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source
PLIST_FILES= bin/pencil
Modified: head/graphics/pstoedit/Makefile
==============================================================================
--- head/graphics/pstoedit/Makefile Fri Aug 22 18:51:46 2014 (r365686)
+++ head/graphics/pstoedit/Makefile Fri Aug 22 19:08:37 2014 (r365687)
@@ -3,7 +3,7 @@
PORTNAME= pstoedit
PORTVERSION= 3.62
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics print
MASTER_SITES= SF
Modified: head/graphics/py-ming/Makefile
==============================================================================
--- head/graphics/py-ming/Makefile Fri Aug 22 18:51:46 2014 (r365686)
+++ head/graphics/py-ming/Makefile Fri Aug 22 19:08:37 2014 (r365687)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ming
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/graphics/ruby-ming/Makefile
==============================================================================
--- head/graphics/ruby-ming/Makefile Fri Aug 22 18:51:46 2014 (r365686)
+++ head/graphics/ruby-ming/Makefile Fri Aug 22 19:08:37 2014 (r365687)
@@ -3,7 +3,7 @@
PORTNAME= ming
PORTVERSION= 0.4.3.${RUBY_MING_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES+= graphics ruby
MASTER_SITES= RF
MASTER_SITE_SUBDIR= mingruby
Modified: head/graphics/zphoto/Makefile
==============================================================================
--- head/graphics/zphoto/Makefile Fri Aug 22 18:51:46 2014 (r365686)
+++ head/graphics/zphoto/Makefile Fri Aug 22 19:08:37 2014 (r365687)
@@ -3,7 +3,7 @@
PORTNAME= zphoto
PORTVERSION= 1.2
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= graphics www
MASTER_SITES= http://namazu.org/~satoru/zphoto/
MASTER_SITE_SUBDIR= ${PORTNAME}
Modified: head/math/ploticus/Makefile
==============================================================================
--- head/math/ploticus/Makefile Fri Aug 22 18:51:46 2014 (r365686)
+++ head/math/ploticus/Makefile Fri Aug 22 19:08:37 2014 (r365687)
@@ -3,7 +3,7 @@
PORTNAME= ploticus
PORTVERSION= 2.40
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= math
MASTER_SITES= SF
DISTNAME= pl${PORTVERSION:S/.//}src
More information about the svn-ports-head
mailing list