ports/76865: maintainer update: lang/swi-pl, fix for alpha version

Gerhard Gonter g.gonter at ieee.org
Sun Jan 30 16:50:16 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list