Date: Wed, 13 Aug 2003 20:32:18 +0200 (CEST) From: Chris Larsen <darth@vader.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55556: Port update: unbreak graphics/opendx-samples Message-ID: <200308131832.h7DIWIke060801@endor.vader.dk> Resent-Message-ID: <200308131840.h7DIeEiv041009@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55556 >Category: ports >Synopsis: Port update: unbreak graphics/opendx-samples >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 13 11:40:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Chris Larsen >Release: FreeBSD 4.8-RELEASE-p1 i386 >Organization: The Empire >Environment: System: FreeBSD endor.vader.dk 4.8-RELEASE-p1 FreeBSD 4.8-RELEASE-p1 #4: Mon Aug 4 13:16:50 CEST 2003 vader@endor.vader.dk:/usr/obj/usr/src/sys/PixieOS i386 Actual install was done on 5.1-RELEASE >Description: Unbreak opendx-samples port which installed world writable dir >How-To-Repeat: install opendx-samples >Fix: Apply following patch -> Introduces new file: files/patch-aa (patch Makefile.in/Makefile.am with correct chmod value) Bumps PORTREVISION=1, removes BROKEN= -- cut -- diff -crN ./Makefile /mnt/graphics/opendx-samples/Makefile *** ./Makefile Fri Aug 8 06:40:41 2003 --- /mnt/graphics/opendx-samples/Makefile Wed Aug 13 19:35:42 2003 *************** *** 8,13 **** --- 8,14 ---- 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/ *************** *** 15,22 **** 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 --- 16,21 ---- diff -crN ./files/patch-aa /mnt/graphics/opendx-samples/files/patch-aa *** ./files/patch-aa Thu Jan 1 01:00:00 1970 --- /mnt/graphics/opendx-samples/files/patch-aa Tue Aug 12 23:34:59 2003 *************** *** 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. -- cut -- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308131832.h7DIWIke060801>