Date: Wed, 11 Apr 2018 09:33:39 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467040 - head/graphics/gd Message-ID: <201804110933.w3B9XdDW079410@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Apr 11 09:33:39 2018 New Revision: 467040 URL: https://svnweb.freebsd.org/changeset/ports/467040 Log: - Add LICENSE_FILE - Switch to options helpers - Update WWW Approved by: portmgr blanket Modified: head/graphics/gd/Makefile head/graphics/gd/pkg-descr Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Wed Apr 11 09:29:25 2018 (r467039) +++ head/graphics/gd/Makefile Wed Apr 11 09:33:39 2018 (r467040) @@ -12,6 +12,7 @@ MAINTAINER?= dinoex@FreeBSD.org COMMENT?= Graphics library for fast creation of images LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtiff.so:graphics/tiff \ libpng.so:graphics/png \ @@ -75,11 +76,11 @@ pre-configure: ${REINPLACE_CMD} \ -e 's|^GDLIB_LT_CURRENT=3|GDLIB_LT_CURRENT=6|' \ ${WRKSRC}/configure -.if ! ${PORT_OPTIONS:MICONV} + +pre-configure-ICONV-off: ${REINPLACE_CMD} \ -e 's|iconv|noiconv|' \ ${WRKSRC}/configure -.endif .if defined(GD_FONTS) pre-build: Modified: head/graphics/gd/pkg-descr ============================================================================== --- head/graphics/gd/pkg-descr Wed Apr 11 09:29:25 2018 (r467039) +++ head/graphics/gd/pkg-descr Wed Apr 11 09:33:39 2018 (r467040) @@ -10,4 +10,4 @@ but version 2.0 does include most frequently requested including both truecolor and palette images, resampling (smooth resizing of truecolor images) and so forth. -WWW: http://www.libgd.org/ +WWW: https://libgd.github.io/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804110933.w3B9XdDW079410>