Date: Fri, 11 Jul 2014 11:16:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361524 - head/graphics/ruby-gdal Message-ID: <201407111116.s6BBGGcC014631@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jul 11 11:16:15 2014 New Revision: 361524 URL: http://svnweb.freebsd.org/changeset/ports/361524 QAT: https://qat.redports.org/buildarchive/r361524/ Log: - Remove USE_AUTOTOOLS=libtool - Bump PORTREVISION for graphics/gdal shlib change Modified: head/graphics/ruby-gdal/Makefile Modified: head/graphics/ruby-gdal/Makefile ============================================================================== --- head/graphics/ruby-gdal/Makefile Fri Jul 11 11:16:06 2014 (r361523) +++ head/graphics/ruby-gdal/Makefile Fri Jul 11 11:16:15 2014 (r361524) @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.11.0 +PORTREVISION= 1 CATEGORIES= graphics ruby MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ @@ -17,21 +18,17 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30 LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal -LIBTOOLFILES= # empty MAKE_ARGS= USER_DEFS=-fPIC MAKEFILE= GNUmakefile -USE_AUTOTOOLS= libtool USE_RUBY= yes USES= gmake + WRKSRC= ${WRKDIR}/${DISTNAME}/swig/ruby post-patch: @${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|3.0|' ${WRKSRC}/../SWIGmake.base @${REINPLACE_CMD} -e 's|Config::CONFIG|Rb&|g' ${WRKSRC}/RubyMakefile.mk -do-configure: - @${DO_NADA} - # include/cpl_config.h will only exist after graphics/gdal (build dependency) installed pre-configure: @${SED} -e '/^GDAL_ROOT/d' ${DATADIR}/GDALmake.opt > ${WRKSRC}/../../GDALmake.opt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407111116.s6BBGGcC014631>