mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Put dx.l into ${PREFIX}/man/manl.
- Correct other portlint errors. - Bump portrevision.
This commit is contained in:
parent
68c5c21d79
commit
b25b560949
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324940
@ -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
|
||||
|
11
graphics/opendx/files/patch-man_Makefile.in
Normal file
11
graphics/opendx/files/patch-man_Makefile.in
Normal file
@ -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:
|
11
graphics/opendx/files/patch-man_manl_Makefile.in
Normal file
11
graphics/opendx/files/patch-man_manl_Makefile.in
Normal file
@ -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@
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user