svn commit: r395630 - head/cad/openvsp
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Aug 30 17:41:24 UTC 2015
Author: rakuco
Date: Sun Aug 30 17:41:23 2015
New Revision: 395630
URL: https://svnweb.freebsd.org/changeset/ports/395630
Log:
Drop USES=iconv.
The port does not use iconv anywhere, and the dependency on libxml2 does not
pull any headers that include iconv.h.
PR: 202759
Approved by: fernando.apesteguia at gmail.com (maintainer)
Modified:
head/cad/openvsp/Makefile
Modified: head/cad/openvsp/Makefile
==============================================================================
--- head/cad/openvsp/Makefile Sun Aug 30 17:17:28 2015 (r395629)
+++ head/cad/openvsp/Makefile Sun Aug 30 17:41:23 2015 (r395630)
@@ -4,7 +4,7 @@
PORTNAME= openvsp
PORTVERSION= 2.3.0
DISTVERSIONPREFIX= ${GH_PROJECT}_
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= cad
MAINTAINER= fernando.apesteguia at gmail.com
@@ -29,7 +29,7 @@ GH_PROJECT= OpenVSP
GH_ACCOUNT= ${GH_PROJECT}
CMAKE_SOURCE_PATH= ${WRKSRC}/src
-USES= cmake:outsource dos2unix iconv jpeg
+USES= cmake:outsource dos2unix jpeg
USE_XORG= ice sm x11 xau xcb xdamage xdmcp xext xfixes xft \
xinerama xrender xxf86vm
USE_GL= glu
More information about the svn-ports-head
mailing list