Date: Thu, 10 Apr 2014 15:22:07 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350814 - head/www/gecko-sharp20 Message-ID: <201404101522.s3AFM7FW094727@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Apr 10 15:22:07 2014 New Revision: 350814 URL: http://svnweb.freebsd.org/changeset/ports/350814 QAT: https://qat.redports.org/buildarchive/r350814/ Log: Support stage Modernize Fix index Modified: head/www/gecko-sharp20/Makefile Modified: head/www/gecko-sharp20/Makefile ============================================================================== --- head/www/gecko-sharp20/Makefile Thu Apr 10 15:11:27 2014 (r350813) +++ head/www/gecko-sharp20/Makefile Thu Apr 10 15:22:07 2014 (r350814) @@ -4,6 +4,7 @@ PORTNAME= gecko-sharp PORTVERSION= 0.13 PORTREVISION= 8 +PKGNAMESUFFIX= 20 CATEGORIES= www MASTER_SITES= ftp://ftp.novell.com/pub/mono/sources/${PORTNAME}2/ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} @@ -11,16 +12,9 @@ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} MAINTAINER= mono@FreeBSD.org COMMENT= Mono bindings to embed Mozilla -USE_GECKO= libxul USE_GNOME= gtksharp20 -USES= gmake pkgconfig -LATEST_LINK= gecko-sharp20 +USES= gmake pathfix pkgconfig gecko tar:bzip2 GNU_CONFIGURE= yes -USE_BZIP2= yes - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404101522.s3AFM7FW094727>