Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2013 12:04:22 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325294 - head/graphics/ivtools
Message-ID:  <201308241204.r7OC4Mr2057308@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sat Aug 24 12:04:22 2013
New Revision: 325294
URL: http://svnweb.freebsd.org/changeset/ports/325294

Log:
  - Fix parallel (-jX) builds by defining MAKE variable correctly
  - Modernize LIB_DEPENDS syntax, remove implicit GNU_CONFIGURE
  - Reformat port description text while I am here, fix WWW line
  
  NB: there is version 1.2.11 available
  
  Approved by:	miwi, bapt (portmgr, implicit)

Modified:
  head/graphics/ivtools/Makefile
  head/graphics/ivtools/pkg-descr

Modified: head/graphics/ivtools/Makefile
==============================================================================
--- head/graphics/ivtools/Makefile	Sat Aug 24 11:28:53 2013	(r325293)
+++ head/graphics/ivtools/Makefile	Sat Aug 24 12:04:22 2013	(r325294)
@@ -1,4 +1,4 @@
-# Created by: scott
+# Created by: Scott Johnston <scott@accom.com>
 # $FreeBSD$
 
 PORTNAME=	ivtools
@@ -11,17 +11,15 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	sylvio@FreeBSD.org
 COMMENT=	Drawing editors derived from idraw
 
-LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS=	libtiff.so:${PORTSDIR}/graphics/tiff
 
-MAKE_JOBS_UNSAFE=	yes
 USES=		imake:env gmake
 USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	autoconf
 CONFIGURE_ARGS=	--with-tiff=${PREFIX}
 CONFIGURE_ENV=	IMAKECPP=${CPP}
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
-MAKE_ARGS=	ARCH=FREEBSD
+MAKE_ARGS=	ARCH="${OPSYS:U}" MAKE="${MAKE_CMD}"
 USE_XORG=	x11 xaw ice xext
 
 MANCOMPRESSED=	no

Modified: head/graphics/ivtools/pkg-descr
==============================================================================
--- head/graphics/ivtools/pkg-descr	Sat Aug 24 11:28:53 2013	(r325293)
+++ head/graphics/ivtools/pkg-descr	Sat Aug 24 12:04:22 2013	(r325294)
@@ -1,8 +1,7 @@
-This is a port of ivtools, a collection of vector-graphic drawing
-editors which augments the original idraw from Stanford University
-with mechanisms for scripting, networking, animation, and
-graph-editing.  They also add support for additional raster formats
-(PBM/PGM/PPM, PNG, GIF), arbitrary PostScript (using pstoedit), and
-export/import via Unix filters.
+This is a port of ivtools, a collection of vector-graphic drawing editors
+which augments the original idraw from Stanford University with mechanisms
+for scripting, networking, animation, and graph-editing.  They also add
+support for additional raster formats (PBM/PGM/PPM, PNG, GIF), arbitrary
+PostScript (using pstoedit), and export/import via Unix filters.
 
-WWW: http://www.ivtools.org
+WWW: http://www.ivtools.org/ivtools/



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