Update panel-- to 0.2 Fix: ADDED FILES: files/patch-scripts::ltmain.sh Also, chase panelmm version in x11/gnome/Makefile (panelmm.0 -> panelmm.1) 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"--mUh9SwxZ3ghfiNjF3KdyAnJ6cwJ24krcl6yzNA96DyxVyVGm Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- 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
State Changed From-To: open->closed Update committed, thank you!