svn commit: r315350 - in head/graphics/wxsvg: . files
Martin Wilke
miwi at FreeBSD.org
Wed Mar 27 06:19:17 UTC 2013
Author: miwi
Date: Wed Mar 27 06:19:16 2013
New Revision: 315350
URL: http://svnweb.freebsd.org/changeset/ports/315350
Log:
- Update to 1.1.13
PR: 177260
Submitted by: ports fury
Deleted:
head/graphics/wxsvg/files/
Modified:
head/graphics/wxsvg/Makefile (contents, props changed)
head/graphics/wxsvg/distinfo (contents, props changed)
Modified: head/graphics/wxsvg/Makefile
==============================================================================
--- head/graphics/wxsvg/Makefile Wed Mar 27 04:56:27 2013 (r315349)
+++ head/graphics/wxsvg/Makefile Wed Mar 27 06:19:16 2013 (r315350)
@@ -1,41 +1,37 @@
-# New ports collection makefile for: wxsvg
-# Date created: 2006-01-08
-# Whom: Michael Johnson <ahze at FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze at FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/graphics/wxsvg/Makefile,v 1.1 2006/09/22 01:48:33 ahze Exp $
PORTNAME= wxsvg
-PORTVERSION= 1.1.8
-PORTREVISION= 1
+PORTVERSION= 1.1.13
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
COMMENT= C++ library to create, manipulate, and render SVG files
-LIB_DEPENDS+= avformat.1:${PORTSDIR}/multimedia/ffmpeg
+LICENSE= LGPL21 # (or later)
+
+LIB_DEPENDS= avcodec1:${PORTSDIR}/multimedia/ffmpeg1 \
+ expat:${PORTSDIR}/textproc/expat2
USE_BZIP2= yes
-USE_AUTOTOOLS= automake
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-USE_GNOME= libartlgpl2
-USE_GMAKE= yes
+USES= pathfix
USE_WX= yes
-USE_AUTOTOOLS= automake
WX_CONF_ARGS= absolute
+USE_GNOME= cairo
+USE_PKGCONFIG= build
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= LIBAV_CFLAGS="${LIBAV_CFLAGS}" LIBAV_LIBS="${LIBAV_LIBS}"
+MAKE_ENV= AM_CPPFLAGS="${LIBAV_CFLAGS}"
+USE_LDCONFIG= yes
+MAKE_JOBS_SAFE= yes
-AUTOTOOLSFILES= aclocal.m4
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
-post-patch:
- @${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
- ${WRKSRC}/aclocal.m4
- @cd ${WRKSRC} && \
- ${TOUCH} -f NEWS INSTALL
-# @${REINPLACE_CMD} -e 's|WX_CONFIG_NAME=wx-config|WX_CONFIG_NAME=${WX_CONFIG}|' \
-# ${WRKSRC}/*.m4
+LIBAV_PC= libavcodec1 libavformat1 libavutil1 libswscale1
+LIBAV_CFLAGS= $$(pkg-config --cflags ${LIBAV_PC})
+LIBAV_LIBS= $$(pkg-config --libs ${LIBAV_PC})
.include <bsd.port.mk>
Modified: head/graphics/wxsvg/distinfo
==============================================================================
--- head/graphics/wxsvg/distinfo Wed Mar 27 04:56:27 2013 (r315349)
+++ head/graphics/wxsvg/distinfo Wed Mar 27 06:19:16 2013 (r315350)
@@ -1,2 +1,2 @@
-SHA256 (wxsvg-1.1.8.tar.bz2) = 9512d78d4bb0d92893907c4d33566730b6d140955864f1c44e52a4ff2452399a
-SIZE (wxsvg-1.1.8.tar.bz2) = 666364
+SHA256 (wxsvg-1.1.13.tar.bz2) = ebaecb322bb7fad97a3cd686bed9827b00afe84063cf2784a7e19891dabd805e
+SIZE (wxsvg-1.1.13.tar.bz2) = 669378
More information about the svn-ports-all
mailing list