Date: Sun, 30 Jan 2005 17:43:43 +0100 (CET) From: Gerhard Gonter <g.gonter@ieee.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Gerhard Gonter <g.gonter@ieee.org> Subject: ports/76865: maintainer update: lang/swi-pl, fix for alpha version Message-ID: <20050130164343.2826422BF@bgezal.inso.tuwien.ac.at> Resent-Message-ID: <200501301650.j0UGoFqi097039@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76865 >Category: ports >Synopsis: maintainer update: lang/swi-pl, fix for alpha version >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: Sun Jan 30 16:50:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerhard Gonter >Release: FreeBSD 5.3-RELEASE alpha >Organization: none >Environment: System: FreeBSD bgezal.inso.tuwien.ac.at 5.3-RELEASE FreeBSD 5.3-RELEASE #1: Sun Oct 24 18:56:33 CEST 2004 stefan@bgezal.inso.tuwien.ac.at:/usr/obj/usr/src/sys/BGEZAL alpha >Description: This patch should fix a build problem on alpha. >How-To-Repeat: >Fix: diff -ruN swi-pl.orig/Makefile swi-pl/Makefile --- swi-pl.orig/Makefile Sat Jan 29 19:37:12 2005 +++ swi-pl/Makefile Sat Jan 29 22:40:29 2005 @@ -33,11 +33,8 @@ .endif .if (${ARCH} == "alpha") -EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-configure -.endif - -.if ${ARCH} != "i386" -BROKEN= "Broken pkg-plist" +EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-configure \ + ${FILESDIR}/extra-patch-src-Makefile-in .endif post-patch: diff -ruN swi-pl.orig/files/extra-patch-src-Makefile-in swi-pl/files/extra-patch-src-Makefile-in --- swi-pl.orig/files/extra-patch-src-Makefile-in Thu Jan 1 01:00:00 1970 +++ swi-pl/files/extra-patch-src-Makefile-in Sat Jan 29 21:28:42 2005 @@ -0,0 +1,10 @@ +--- src/Makefile.in.orig Sat Jan 29 21:27:47 2005 ++++ src/Makefile.in Sat Jan 29 21:27:57 2005 +@@ -310,7 +310,6 @@ + + iruntime:: + $(INSTALL_DATA) $(RUNTIME) $(PLBASE)/lib/$(ARCH) +- $(RANLIB) $(PLBASE)/lib/$(ARCH)/$(PLLIB) + if [ -f $(RUNTIMEDIR)/$(SHAREDV) ]; then \ + $(INSTALL_DATA) $(RUNTIMEDIR)/$(SHAREDV) $(PLBASE)/lib/$(ARCH) ; \ + ( cd $(PLBASE)/lib/$(ARCH) && rm -f $(SHARED) && ln -s $(SHAREDV) $(SHARED) ) ; \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050130164343.2826422BF>