Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 1999 20:50:01 -0700 (PDT)
From:      "Pedro F. Giffuni" <pfgiffun@bachue.usc.unal.edu.co>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/11206: Fix for slingshot port
Message-ID:  <199904190350.UAA72153@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/11206; it has been noted by GNATS.

From: "Pedro F. Giffuni" <pfgiffun@bachue.usc.unal.edu.co>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/11206: Fix for slingshot port
Date: Sun, 18 Apr 1999 22:47:47 -0500

 This is a multi-part message in MIME format.
 --------------30FFD11DC0CBDC723B518BE3
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Hmm..
 the PLIST also needs some order, and I won't maintain this anymore, here
 goes (attached)a new diff
 
 --------------30FFD11DC0CBDC723B518BE3
 Content-Type: text/plain; charset=us-ascii; name="slingshot.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline; filename="slingshot.diff"
 
 diff -rNu slingshot.old/Makefile slingshot/Makefile
 --- slingshot.old/Makefile	Sat Apr 17 21:42:56 1999
 +++ slingshot/Makefile	Sun Apr 18 22:31:39 1999
 @@ -12,11 +12,9 @@
  MASTER_SITES=	ftp://ftp.cdrom.com/pub/X11/R5contrib/
  EXTRACT_SUFX=	.tar.Z
  
 -MAINTAINER=	giffunip@asme.org
 +MAINTAINER=	ports@FreeBSD.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	Sun Apr 18 20:17:17 1999
 @@ -1,9 +1,9 @@
 -*** config.sunos4x	Fri Oct 22 12:35:02 1993
 ---- config.fbsd	Thu Apr 24 20:32:41 1997
 +*** config.fbsd.orig	Sun Apr 18 20:12:13 1999
 +--- config.fbsd	Sun Apr 18 20:16:44 1999
  ***************
  *** 1,8 ****
    
 -  #	@(#) config.sunos4x 1.6 92/10/27 
 +! #	@(#) config.sunos4x 1.6 92/10/27 
    
  ! CONFIGPIC		= -pic
  ! CONFIGSHAREDLIBLD	= ld -o $@ -assert pure-text $?
 @@ -12,10 +12,10 @@
    SHAREDLIBDATA	= $(LIBDIR)/libsspkg.sa.1.0
  --- 1,8 ----
    
 -  #	@(#) config.sunos4x 1.6 92/10/27 
 +! #	@(#) config.FreeBSD-ELF 1.6 99/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
 diff -rNu slingshot.old/pkg/PLIST slingshot/pkg/PLIST
 --- slingshot.old/pkg/PLIST	Sat Apr 17 21:42:56 1999
 +++ slingshot/pkg/PLIST	Sun Apr 18 20:08:34 1999
 @@ -1,17 +1,17 @@
 +include/sspkg/array.h
  include/sspkg/box.h
 -include/sspkg/tree.h
 -include/sspkg/rectobj.h
 -include/sspkg/list.h
 +include/sspkg/canshell.h
  include/sspkg/disp_list.h
 -include/sspkg/grip.h
  include/sspkg/drawobj.h
 -include/sspkg/canshell.h
 -include/sspkg/array.h
 +include/sspkg/grip.h
 +include/sspkg/list.h
  include/sspkg/patchlevel.h
 -lib/libsspkg.so.1.0
 -lib/libsspkg.so
 -lib/libsspkg.sa.1.0
 +include/sspkg/rectobj.h
 +include/sspkg/tree.h
  lib/libsspkg.a
 +lib/libsspkg.sa.1.0
 +lib/libsspkg.so
 +lib/libsspkg.so.1.0
  share/doc/SlingShot/README
  share/doc/SlingShot/appA.ps
  share/doc/SlingShot/appB.ps
 @@ -21,4 +21,3 @@
  share/doc/SlingShot/ch1.ps
  share/doc/SlingShot/ch2.ps
  share/doc/SlingShot/ch3.ps
 -
 
 --------------30FFD11DC0CBDC723B518BE3--
 
 


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?199904190350.UAA72153>