From owner-freebsd-ports Thu Jan 31 12:30:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2967B37B416 for ; Thu, 31 Jan 2002 12:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0VKU1r71427; Thu, 31 Jan 2002 12:30:01 -0800 (PST) (envelope-from gnats) 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 ; 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 Reply-To: Joe Marcus Clarke To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34501: [PATCH] Update x11-toolkits/panel-- Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34501 >Category: ports >Synopsis: [PATCH] Update x11-toolkits/panel-- >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jan 31 12:30:01 PST 2002 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message