Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2018 17:21:23 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463909 - head/graphics/potrace
Message-ID:  <201803081721.w28HLNmg058960@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Mar  8 17:21:23 2018
New Revision: 463909
URL: https://svnweb.freebsd.org/changeset/ports/463909

Log:
  graphics/potrace: Remove the recently added option LIBRARY because it directly conflicts with graphics/libpotrace
  
  graphics/libpotrace and graphics/potrace build different parts
  of the same project and should probably be merged. For now, delete the
  offending option because it isn't needed.
  
  Reported by:	Jan Henrik Sylvester <me@janh.de>
  Approved by:	tcberner (mentor, implicit)
  Approved by:	portmgr (port compliance, infrastructure)

Modified:
  head/graphics/potrace/Makefile
  head/graphics/potrace/pkg-plist

Modified: head/graphics/potrace/Makefile
==============================================================================
--- head/graphics/potrace/Makefile	Thu Mar  8 15:39:03 2018	(r463908)
+++ head/graphics/potrace/Makefile	Thu Mar  8 17:21:23 2018	(r463909)
@@ -3,6 +3,7 @@
 
 PORTNAME=	potrace
 DISTVERSION=	1.15
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/potrace/${PORTVERSION}
 
@@ -15,20 +16,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		cpe
 GNU_CONFIGURE=	yes
 
-OPTIONS_DEFINE=	METRIC A4 LIBRARY DOCS
+OPTIONS_DEFINE=	METRIC A4 DOCS
 OPTIONS_DEFAULT=METRIC A4
-OPTIONS_SUB=	yes
 
 METRIC_DESC=	Use metric units (cm) as default
 METRIC_CONFIGURE_ENABLE=	metric
 A4_DESC=	Use A4 as the default papersize
 A4_CONFIGURE_ENABLE=	a4
-LIBRARY_DESC=	Enable building libpotrace
-LIBRARY_CONFIGURE_WITH=	libpotrace
-LIBRARY_USE=	LDCONFIG=yes
-LIBRARY_USES=	libtool
-LIBRARY_INSTALL_TARGET=	install-strip
-
-CONFLICTS=	libpotrace-*
 
 .include <bsd.port.mk>

Modified: head/graphics/potrace/pkg-plist
==============================================================================
--- head/graphics/potrace/pkg-plist	Thu Mar  8 15:39:03 2018	(r463908)
+++ head/graphics/potrace/pkg-plist	Thu Mar  8 17:21:23 2018	(r463909)
@@ -2,9 +2,4 @@ bin/potrace
 bin/mkbitmap
 man/man1/potrace.1.gz
 man/man1/mkbitmap.1.gz
-%%LIBRARY%%include/potracelib.h
-%%LIBRARY%%lib/libpotrace.a
-%%LIBRARY%%lib/libpotrace.so
-%%LIBRARY%%lib/libpotrace.so.0
-%%LIBRARY%%lib/libpotrace.so.0.0.5
 %%PORTDOCS%%%%DOCSDIR%%/placement.pdf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803081721.w28HLNmg058960>