From owner-svn-ports-all@FreeBSD.ORG Mon Aug 19 00:44:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 12822ACE; Mon, 19 Aug 2013 00:44:58 +0000 (UTC) (envelope-from stephen@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 F35622606; Mon, 19 Aug 2013 00:44:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7J0ivv0085952; Mon, 19 Aug 2013 00:44:57 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7J0iv12085916; Mon, 19 Aug 2013 00:44:57 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201308190044.r7J0iv12085916@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Mon, 19 Aug 2013 00:44:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324940 - in head/graphics/opendx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Aug 2013 00:44:58 -0000 Author: stephen Date: Mon Aug 19 00:44:56 2013 New Revision: 324940 URL: http://svnweb.freebsd.org/changeset/ports/324940 Log: - Put dx.l into ${PREFIX}/man/manl. - Correct other portlint errors. - Bump portrevision. Added: head/graphics/opendx/files/patch-man_Makefile.in (contents, props changed) head/graphics/opendx/files/patch-man_manl_Makefile.in (contents, props changed) Modified: head/graphics/opendx/Makefile head/graphics/opendx/pkg-plist Modified: head/graphics/opendx/Makefile ============================================================================== --- head/graphics/opendx/Makefile Sun Aug 18 22:32:10 2013 (r324939) +++ head/graphics/opendx/Makefile Mon Aug 19 00:44:56 2013 (r324940) @@ -3,8 +3,8 @@ PORTNAME= opendx PORTVERSION= 4.4.4 -PORTREVISION= 12 -CATEGORIES= graphics math +PORTREVISION= 13 +CATEGORIES= graphics math java MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ DISTNAME= dx-${PORTVERSION} @@ -20,6 +20,7 @@ USES= bison motif gmake USE_GCC= any USE_GL= yes USE_AUTOTOOLS= libtool +USE_LDCONFIG= yes CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV= ARCH="${OPSYS:L}" CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include @@ -27,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib NO_MTREE= yes PLIST_SUB= ARCH=${OPSYS:L} PKGMESSAGE= ${WRKDIR}/pkg-message +MANL= dx.l .if defined(WITH_HDF) && !defined(WITHOUT_NETCDF) IGNORE= HDF and NETCDF are conflicting Added: head/graphics/opendx/files/patch-man_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opendx/files/patch-man_Makefile.in Mon Aug 19 00:44:56 2013 (r324940) @@ -0,0 +1,11 @@ +--- man/Makefile.in-orig 2013-08-19 00:29:56.000000000 +0000 ++++ man/Makefile.in 2013-08-19 00:30:29.000000000 +0000 +@@ -202,7 +202,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + yakker = @yakker@ +-SUBDIRS = manl catl ++SUBDIRS = manl + all: all-recursive + + .SUFFIXES: Added: head/graphics/opendx/files/patch-man_manl_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/opendx/files/patch-man_manl_Makefile.in Mon Aug 19 00:44:56 2013 (r324940) @@ -0,0 +1,11 @@ +--- man/manl/Makefile.in-orig 2013-08-19 00:32:40.000000000 +0000 ++++ man/manl/Makefile.in 2013-08-19 00:33:00.000000000 +0000 +@@ -186,7 +186,7 @@ + libdir = @libdir@ + libexecdir = @libexecdir@ + localstatedir = @localstatedir@ +-mandir = $(prefix)/dx/man ++mandir = $(prefix)/man + mkdir_p = @mkdir_p@ + oldincludedir = @oldincludedir@ + prefix = @prefix@ Modified: head/graphics/opendx/pkg-plist ============================================================================== --- head/graphics/opendx/pkg-plist Sun Aug 18 22:32:10 2013 (r324939) +++ head/graphics/opendx/pkg-plist Mon Aug 19 00:44:56 2013 (r324940) @@ -2276,8 +2276,6 @@ dx/lib_%%ARCH%%/libDXlite.la dx/lib_%%ARCH%%/libDXlite.so dx/lib_%%ARCH%%/libDXlite.so.4 dx/lib_%%ARCH%%/arch.mak -dx/man/catl/dx.l -dx/man/manl/dx.l dx/ui/Basic2D.cfg dx/ui/Basic2D.net dx/ui/Basic3D.cfg @@ -2324,9 +2322,6 @@ dx/ui/testssheet.net dx/ui/ui.mdf dx/ui/viewer.net @dirrm dx/ui -@dirrm dx/man/manl -@dirrm dx/man/catl -@dirrm dx/man @dirrm dx/lib_%%ARCH%% @dirrm dx/lib %%JAVA%%@dirrm dx/java/user