summaryrefslogtreecommitdiff
path: root/graphics/opendx-samples
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-30 08:27:42 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-30 08:27:42 +0000
commit75d4b9ef813bf792db522b09d5bce6724c143421 (patch)
tree4922442157013541e49a143a0595b0a12506fa15 /graphics/opendx-samples
parent- Fix build on -current (varargs -> stdarg) (diff)
- Unbreak opendx-samples port which installed world writable dir
PR: 55556 Submitted by: darth@vader.dk
Notes
Notes: svn path=/head/; revision=88066
Diffstat (limited to 'graphics/opendx-samples')
-rw-r--r--graphics/opendx-samples/Makefile3
-rw-r--r--graphics/opendx-samples/files/patch-java-nets-Makefile.am34
2 files changed, 35 insertions, 2 deletions
diff --git a/graphics/opendx-samples/Makefile b/graphics/opendx-samples/Makefile
index 4677db83edb3..5c28fbdd8930 100644
--- a/graphics/opendx-samples/Makefile
+++ b/graphics/opendx-samples/Makefile
@@ -8,6 +8,7 @@
PORTNAME= opendx-samples
PORTVERSION= 4.2.0
+PORTREVISION= 1
CATEGORIES= graphics math
MASTER_SITES= http://www.research.ibm.com/dx/srcDownload/srcArchive/ \
http://opendx.npaci.edu/source/
@@ -16,8 +17,6 @@ DISTNAME= dxsamples-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Example files for IBM's OpenDX
-BROKEN= "Installs a world-writable directory"
-
GNU_CONFIGURE= yes
CONFIGURE_ENV= SHELL=/bin/sh
diff --git a/graphics/opendx-samples/files/patch-java-nets-Makefile.am b/graphics/opendx-samples/files/patch-java-nets-Makefile.am
new file mode 100644
index 000000000000..1b3b9b1c572b
--- /dev/null
+++ b/graphics/opendx-samples/files/patch-java-nets-Makefile.am
@@ -0,0 +1,34 @@
+diff -crN java/nets/Makefile.am java/nets/Makefile.am
+*** java/nets/Makefile.am Tue Jan 18 17:18:25 2000
+--- java/nets/Makefile.am Tue Aug 12 23:28:39 2003
+***************
+*** 22,25 ****
+
+ install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(javanetsdir)
+! chmod 777 $(DESTDIR)$(javanetsdir)
+--- 22,25 ----
+
+ install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(javanetsdir)
+! chmod 775 $(DESTDIR)$(javanetsdir)
+diff -crN dxsamples-4.2.0/java/nets/Makefile.in dxsamples-4.2.0.new/java/nets/Makefile.in
+*** java/nets/Makefile.in Mon May 20 22:04:38 2002
+--- java/nets/Makefile.in Tue Aug 12 23:28:28 2003
+***************
+*** 204,210 ****
+
+ install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(javanetsdir)
+! chmod 777 $(DESTDIR)$(javanetsdir)
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+--- 204,210 ----
+
+ install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(javanetsdir)
+! chmod 775 $(DESTDIR)$(javanetsdir)
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.