From owner-svn-ports-head@FreeBSD.ORG Sat Aug 24 12:04:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 721318FB; Sat, 24 Aug 2013 12:04:23 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46E5A2ADD; Sat, 24 Aug 2013 12:04:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7OC4Nkt057310; Sat, 24 Aug 2013 12:04:23 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7OC4Mr2057308; Sat, 24 Aug 2013 12:04:22 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201308241204.r7OC4Mr2057308@svn.freebsd.org> From: Alexey Dokuchaev Date: Sat, 24 Aug 2013 12:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325294 - head/graphics/ivtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Aug 2013 12:04:23 -0000 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 # $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/