Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 1999 17:29:41 -0700 (PDT)
From:      pfgiffun@bachue.usc.unal.edu.co
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/11206: Fix for slingshot port
Message-ID:  <19990419002941.71CC914BE5@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         11206
>Category:       ports
>Synopsis:       Fix for slingshot port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 18 17:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        3.1R
>Organization:
U. Nacional de Colombia
>Environment:
>Description:
This fix solve the ELF build problem in slingshot. It is recommended 
that PR 9699 (the unified Xview port) be committed first.
>How-To-Repeat:

>Fix:
diff -rNu slingshot.old/Makefile slingshot/Makefile
--- slingshot.old/Makefile	Sat Apr 17 21:42:56 1999
+++ slingshot/Makefile	Sun Apr 18 18:52:53 1999
@@ -14,9 +14,7 @@
 
 MAINTAINER=	giffunip@asme.org
 
-LIB_DEPENDS=	xview.3:${PORTSDIR}/x11-toolkits/xview-lib
-
-BROKEN_ELF=	yes
+LIB_DEPENDS=	xview.3:${PORTSDIR}/x11-toolkits/xview
 
 WRKSRC=		$(WRKDIR)/sspkg2.1
 USE_X_PREFIX=	yes
diff -rNu slingshot.old/patches/patch-ab slingshot/patches/patch-ab
--- slingshot.old/patches/patch-ab	Sat Apr 17 21:42:56 1999
+++ slingshot/patches/patch-ab	Sat Apr 17 23:30:39 1999
@@ -1,5 +1,5 @@
-*** config.sunos4x	Fri Oct 22 12:35:02 1993
---- config.fbsd	Thu Apr 24 20:32:41 1997
+*** config.fbsd.orig	Sat Apr 17 23:26:15 1999
+--- config.fbsd	Sat Apr 17 23:29:55 1999
 ***************
 *** 1,8 ****
   
@@ -15,7 +15,7 @@
   #	@(#) config.sunos4x 1.6 92/10/27 
   
 ! CONFIGPIC		= -fpic
-! CONFIGSHAREDLIBLD	= ld -o $@ -Bshareable $?
+! CONFIGSHAREDLIBLD	= ld -G -o $@ -h libsspkg.so.1 $? -lm -lc
   
   SHAREDLIB	= $(LIBDIR)/libsspkg.so.1.0
   SHAREDLIBDATA	= $(LIBDIR)/libsspkg.sa.1.0


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990419002941.71CC914BE5>