svn commit: r333365 - head/science/libkml

Wen Heping wen at FreeBSD.org
Sun Nov 10 05:58:58 UTC 2013


Author: wen
Date: Sun Nov 10 05:58:57 2013
New Revision: 333365
URL: http://svnweb.freebsd.org/changeset/ports/333365

Log:
  - Fix build with USE_GCC on head
  - Add LICENSE
  - Support stage
  - Drop maintainership

Modified:
  head/science/libkml/Makefile

Modified: head/science/libkml/Makefile
==============================================================================
--- head/science/libkml/Makefile	Sun Nov 10 04:35:16 2013	(r333364)
+++ head/science/libkml/Makefile	Sun Nov 10 05:58:57 2013	(r333365)
@@ -6,18 +6,20 @@ PORTVERSION=	1.2.0
 CATEGORIES=	science
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
-MAINTAINER=	wen at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library for parse, generate, and operate on KML
 
+LICENSE=	BSD
+
 BUILD_DEPENDS=	${LOCALBASE}/include/expat.h:${PORTSDIR}/textproc/expat2 \
 		${LOCALBASE}/bin/curl-config:${PORTSDIR}/ftp/curl
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USE_GCC=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include -Wno-long-long
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list