From asami@stampede.cs.berkeley.edu  Fri Feb 12 14:28:47 1999
Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA16432
          for <FreeBSD-gnats-submit@FreeBSD.ORG>; Fri, 12 Feb 1999 14:28:45 -0800 (PST)
          (envelope-from asami@stampede.cs.berkeley.edu)
Received: (from smap@localhost)
          by dfw-ix12.ix.netcom.com (8.8.4/8.8.4)
	  id QAA16293; Fri, 12 Feb 1999 16:28:36 -0600 (CST)
Received: from sji-ca1-226.ix.netcom.com(209.109.232.226) by dfw-ix12.ix.netcom.com via smap (V1.3)
	id rma016178; Fri Feb 12 16:28:12 1999
Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.1/8.6.9) id OAA05198; Fri, 12 Feb 1999 14:26:56 -0800 (PST)
Message-Id: <199902122226.OAA05198@silvia.hip.berkeley.edu>
Date: Fri, 12 Feb 1999 14:26:56 -0800 (PST)
From: asami@FreeBSD.ORG (Satoshi Asami)
To: dima@Chg.RU
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
In-Reply-To: <199902122123.AAA19371@netserv1.chg.ru> (message from Dima
	Sivachenko on Sat, 13 Feb 1999 00:23:36 +0300 (MSK))
Subject: Re: PR ports/10036

>Number:         10054
>Category:       ports
>Synopsis:       Re: PR ports/10036
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 12 14:30:01 PST 1999
>Closed-Date:    Fri Feb 12 14:34:32 PST 1999
>Last-Modified:  Fri Sep 19 09:55:04 PDT 2003
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
  * Dear commiter who will deal with pr/10036 (new port - fltk).
 
 You want to submit such reports with a subject that will be recognized 
 by gnats as a followup to 10036 (see headers :).
 
  * Please apply this patch before looking at this port.
 
 (patch reproduced in full for the benefit of gnats)
 
 =======
 diff -Nur fltk.old/Makefile fltk/Makefile
 --- fltk.old/Makefile	Fri Feb 12 21:44:25 1999
 +++ fltk/Makefile	Sat Feb 13 00:09:22 1999
 @@ -17,10 +17,12 @@
  USE_X_PREFIX=	yes
  
  GNU_CONFIGURE=	yes
 -CONFIGURE_ARGS=	--prefix=${PREFIX}
 +CONFIGURE_ARGS=	--enable-shared
  
  post-install:
  
 +		@ ${INSTALL_DATA} ${WRKSRC}/lib/libfltk.so.1.0 ${PREFIX}/lib
 +		@ ${LDCONFIG} -m
  .if !defined(NOPORTDOCS)
  		@ ${MKDIR} ${PREFIX}/share/doc/fltk
  		@ ${INSTALL_DATA} ${WRKSRC}/documentation/FL.gif ${PREFIX}/share/doc/fltk
 diff -Nur fltk.old/patches/patch-ab fltk/patches/patch-ab
 --- fltk.old/patches/patch-ab	Thu Jan  1 03:00:00 1970
 +++ fltk/patches/patch-ab	Fri Feb 12 23:57:12 1999
 @@ -0,0 +1,11 @@
 +--- makeinclude.in.orig	Fri Feb 12 23:56:37 1999
 ++++ makeinclude.in	Fri Feb 12 23:57:00 1999
 +@@ -42,7 +42,7 @@
 + CXXFLAGS	=@CXXFLAGS@ @X_CFLAGS@
 + 
 + # program to make the archive:
 +-LIBNAME		=@LIBNAME@
 ++LIBNAME		=libfltk.so.1.0
 + LIBCOMMAND	=@LIBCOMMAND@
 + RANLIB		=@RANLIB@
 + 
 diff -Nur fltk.old/pkg/PLIST fltk/pkg/PLIST
 --- fltk.old/pkg/PLIST	Fri Feb 12 21:44:25 1999
 +++ fltk/pkg/PLIST	Fri Feb 12 23:13:00 1999
 @@ -1,4 +1,6 @@
 -lib/libfltk.a
 +lib/libfltk.so.1
 +@exec /sbin/ldconfig -m %D/lib
 +@unexec /sbin/ldconfig -R
  bin/fluid
  include/FL/Fl_Image.H
  include/FL/Enumerations.H
 =======
 
 However,
 
 @ ${INSTALL_DATA} ${WRKSRC}/lib/libfltk.so.1.0 ${PREFIX}/lib
 
 doesn't look right.  ELF shlibs should have only one version number.
 
 Satoshi
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: asami 
State-Changed-When: Fri Feb 12 14:34:32 PST 1999 
State-Changed-Why:  
shoot. 
>Unformatted:
