From marcus@shumai.marcuscom.com  Thu Jan 31 12:21:08 2002
Return-Path: <marcus@shumai.marcuscom.com>
Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46])
	by hub.freebsd.org (Postfix) with ESMTP id DABCD37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Jan 2002 12:21:07 -0800 (PST)
Received: (from marcus@localhost)
	by shumai.marcuscom.com (8.11.6/8.11.6) id g0VKLTW62584;
	Thu, 31 Jan 2002 15:21:29 -0500 (EST)
	(envelope-from marcus)
Message-Id: <200201312021.g0VKLTW62584@shumai.marcuscom.com>
Date: Thu, 31 Jan 2002 15:21:29 -0500 (EST)
From: Joe Marcus Clarke <marcus@marcuscom.com>
Reply-To: Joe Marcus Clarke <marcus@marcuscom.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Update x11-toolkits/panel--
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         34501
>Category:       ports
>Synopsis:       [PATCH] Update x11-toolkits/panel--
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 31 12:30:01 PST 2002
>Closed-Date:    Fri Feb 1 03:29:54 PST 2002
>Last-Modified:  Fri Feb 01 03:30:18 PST 2002
>Originator:     Joe Marcus Clarke
>Release:        FreeBSD 4.5-RC i386
>Organization:
MarcusCom, Inc.
>Environment:
System: FreeBSD shumai.marcuscom.com 4.5-RC FreeBSD 4.5-RC #0: Fri Jan 25 02:45:22 EST 2002 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386


	
>Description:
	Update panel-- to 0.2

>How-To-Repeat:
	
>Fix:

ADDED FILES:
 files/patch-scripts::ltmain.sh

Also, chase panelmm version in x11/gnome/Makefile (panelmm.0 -> panelmm.1)

--- Makefile.orig	Thu Jan 31 13:17:59 2002
+++ Makefile	Thu Jan 31 13:09:16 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	panelmm
-PORTVERSION=	0.1
+PORTVERSION=	0.2
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	stable/sources/panelmm
@@ -18,8 +18,7 @@
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 USE_GNOME=	yes
-USE_LIBTOOL=	yes
-LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
+GNU_CONFIGURE=	yes
 INSTALLS_SHLIB=	yes
 CONFIGURE_ARGS=	--enable-static
 

--- distinfo.orig	Thu Jan 31 13:18:07 2002
+++ distinfo	Thu Jan 31 13:08:13 2002
@@ -1 +1 @@
-MD5 (panelmm-0.1.tar.gz) = c69464cf59468e82bb1bfdc3aa1c72b9
+MD5 (panelmm-0.2.tar.gz) = 82a704ea27a15d671e6398c3f51973d6


--- pkg-plist.orig	Thu Jan 31 13:18:15 2002
+++ pkg-plist	Thu Jan 31 13:13:35 2002
@@ -6,6 +6,6 @@
 include/panel--/private/applet_p.h
 lib/libpanelmm.a
 lib/libpanelmm.so
-lib/libpanelmm.so.0
+lib/libpanelmm.so.1
 @dirrm include/panel--/private
 @dirrm include/panel--

ADDED FILE: files/patch-scripts::ltmain.sh

--- scripts/ltmain.sh	2001/08/27 09:51:26	1.1
+++ scripts/ltmain.sh	2001/08/27 09:51:42
@@ -2408,6 +2408,9 @@
 	  *-*-netbsd*)
 	    # Don't link with libc until the a.out ld.so is fixed.
 	    ;;
+	  *-*-freebsd*)
+	    # FreeBSD doesn't need this...
+	    ;;
 	  *)
 	    # Add libc to deplibs on all other systems if necessary.
 	    if test "$build_libtool_need_lc" = "yes"; then
@@ -4175,10 +4178,12 @@
 	fi
 
 	# Install the pseudo-library for information purposes.
+	if /usr/bin/false; then
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
 	instname="$dir/$name"i
 	$show "$install_prog $instname $destdir/$name"
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
+	fi
 
 	# Maybe install the static library, too.
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sobomax 
State-Changed-When: Fri Feb 1 03:29:54 PST 2002 
State-Changed-Why:  
Update committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=34501 
>Unformatted:
