diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-01 11:29:34 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-01 11:29:34 +0000 |
commit | b23654eebcd1c83cdf87865e9450158c7c71f674 (patch) | |
tree | 0beda907b0685caf0c63a0c4392ebf9bb34071bc /x11-toolkits | |
parent | 0658c67757f82631902d83130090ebf952532cdb (diff) | |
download | ports-b23654eebcd1c83cdf87865e9450158c7c71f674.tar.gz ports-b23654eebcd1c83cdf87865e9450158c7c71f674.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/panel--/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/panel--/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/panel--/files/patch-ltmain.sh | 43 | ||||
-rw-r--r-- | x11-toolkits/panel--/pkg-plist | 2 |
4 files changed, 47 insertions, 5 deletions
diff --git a/x11-toolkits/panel--/Makefile b/x11-toolkits/panel--/Makefile index e1bf3cf71261..50aaa9c6468d 100644 --- a/x11-toolkits/panel--/Makefile +++ b/x11-toolkits/panel--/Makefile @@ -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,9 +18,8 @@ LIB_DEPENDS= gnomemm.9:${PORTSDIR}/x11-toolkits/gnome-- USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes -USE_LIBTOOL= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static .include <bsd.port.mk> diff --git a/x11-toolkits/panel--/distinfo b/x11-toolkits/panel--/distinfo index 7420d103f6d9..84e9072df7e5 100644 --- a/x11-toolkits/panel--/distinfo +++ b/x11-toolkits/panel--/distinfo @@ -1 +1 @@ -MD5 (panelmm-0.1.tar.gz) = c69464cf59468e82bb1bfdc3aa1c72b9 +MD5 (panelmm-0.2.tar.gz) = 82a704ea27a15d671e6398c3f51973d6 diff --git a/x11-toolkits/panel--/files/patch-ltmain.sh b/x11-toolkits/panel--/files/patch-ltmain.sh new file mode 100644 index 000000000000..910ec5c595de --- /dev/null +++ b/x11-toolkits/panel--/files/patch-ltmain.sh @@ -0,0 +1,43 @@ + +$FreeBSD$ + +--- scripts/ltmain.sh.orig Sat Jan 26 02:53:27 2002 ++++ scripts/ltmain.sh Tue Jan 29 09:13:29 2002 +@@ -1037,8 +1037,14 @@ + continue + ;; + ++ -pthread) ++ compiler_flags="$compiler_flags -pthread" ++ continue ++ ;; ++ + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2416,6 +2422,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 +@@ -4183,10 +4192,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" diff --git a/x11-toolkits/panel--/pkg-plist b/x11-toolkits/panel--/pkg-plist index 7dc7175ec8b5..5d71a87ff233 100644 --- a/x11-toolkits/panel--/pkg-plist +++ b/x11-toolkits/panel--/pkg-plist @@ -6,6 +6,6 @@ include/panel--/private/applet-main_p.h 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-- |