Date: Thu, 31 Jan 2002 15:21:29 -0500 (EST) From: Joe Marcus Clarke <marcus@marcuscom.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/34501: [PATCH] Update x11-toolkits/panel-- Message-ID: <200201312021.g0VKLTW62584@shumai.marcuscom.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201312021.g0VKLTW62584>