Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2013 00:44:57 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324940 - in head/graphics/opendx: . files
Message-ID:  <201308190044.r7J0iv12085916@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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