svn commit: r448906 - head/graphics/gdk-pixbuf
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Aug 29 11:26:42 UTC 2017
Author: amdmi3
Date: Tue Aug 29 11:26:40 2017
New Revision: 448906
URL: https://svnweb.freebsd.org/changeset/ports/448906
Log:
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
Modified:
head/graphics/gdk-pixbuf/Makefile
head/graphics/gdk-pixbuf/pkg-descr
Modified: head/graphics/gdk-pixbuf/Makefile
==============================================================================
--- head/graphics/gdk-pixbuf/Makefile Tue Aug 29 11:16:57 2017 (r448905)
+++ head/graphics/gdk-pixbuf/Makefile Tue Aug 29 11:26:40 2017 (r448906)
@@ -21,7 +21,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
PORTSCOUT= ignore:1
-USES= cpe gmake jpeg libtool pathfix tar:bzip2
+USES= cpe gmake jpeg libtool localbase pathfix tar:bzip2
CPE_VENDOR= gnome
USE_XORG= xt xi x11
USE_GNOME= gtk12
@@ -29,8 +29,6 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${STAGEDIR}${PREFIX}/lib -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} '/confexecdir =/s/=.*/= $$(sysconfdir)/' \
Modified: head/graphics/gdk-pixbuf/pkg-descr
==============================================================================
--- head/graphics/gdk-pixbuf/pkg-descr Tue Aug 29 11:16:57 2017 (r448905)
+++ head/graphics/gdk-pixbuf/pkg-descr Tue Aug 29 11:26:40 2017 (r448906)
@@ -5,4 +5,4 @@ The GdkPixBuf library provides a number of features:
drawables (windows, pixmaps), GdkRGB buffers.
- A cache interface
-WWW: http://developer.gnome.org/arch/imaging/gdkpixbuf.html
+WWW: https://developer.gnome.org/gdk-pixbuf/
More information about the svn-ports-head
mailing list