From fe3e05fb295d130c221e1c58e80f57d59317af56 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 28 Jan 2002 17:07:47 +0000 Subject: Update to 1.4.0.6. --- x11/gnomecore/Makefile | 4 ++-- x11/gnomecore/distinfo | 2 +- x11/gnomecore/files/patch-ltmain.sh | 42 +++++++++++++++++++++++++++++++++++++ x11/gnomecore/pkg-plist | 2 ++ 4 files changed, 47 insertions(+), 3 deletions(-) create mode 100644 x11/gnomecore/files/patch-ltmain.sh (limited to 'x11') diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index a80cc66..b35b18b 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomecore -PORTVERSION= 1.4.0.5 +PORTVERSION= 1.4.0.6 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-core @@ -21,8 +21,8 @@ RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudi USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMECTRL= yes -USE_LIBTOOL= yes INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ --with-gtkhtml=${X11BASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11/gnomecore/distinfo b/x11/gnomecore/distinfo index ba28f31..51e9db2 100644 --- a/x11/gnomecore/distinfo +++ b/x11/gnomecore/distinfo @@ -1 +1 @@ -MD5 (gnome-core-1.4.0.5.tar.gz) = 34115bc1330c91a15c3547a35fd28296 +MD5 (gnome-core-1.4.0.6.tar.gz) = bc0cad00493d6f256d2434399d9dfc15 diff --git a/x11/gnomecore/files/patch-ltmain.sh b/x11/gnomecore/files/patch-ltmain.sh new file mode 100644 index 0000000..3284d88 --- /dev/null +++ b/x11/gnomecore/files/patch-ltmain.sh @@ -0,0 +1,42 @@ + +$FreeBSD$ + +--- ltmain.sh.orig Sun Jan 20 16:11:07 2002 ++++ ltmain.sh Thu Jan 24 17:07:06 2002 +@@ -1058,8 +1058,13 @@ + continue + ;; + ++ -pthread) ++ compiler_flags="$compiler_flags -pthread" ++ ;; ++ + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2442,6 +2447,9 @@ + *-*-openbsd*) + # Do not include libc due to us having libc/libc_r. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test $build_libtool_need_lc = "yes"; then +@@ -4208,10 +4216,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/gnomecore/pkg-plist b/x11/gnomecore/pkg-plist index d6e6a1e..e8aa290 100644 --- a/x11/gnomecore/pkg-plist +++ b/x11/gnomecore/pkg-plist @@ -242,6 +242,7 @@ share/gnome/help/gnome-feedback/C/ln7.html share/gnome/help/gnome-feedback/no/gnome-feedback.sgml share/gnome/help/gnome-feedback/no/index.html share/gnome/help/gnome-feedback/no/ln7.html +share/gnome/help/gnome-terminal/C/LEGALNOTICE.html share/gnome/help/gnome-terminal/C/authors.html share/gnome/help/gnome-terminal/C/classes.html share/gnome/help/gnome-terminal/C/config.html @@ -429,6 +430,7 @@ share/gnome/help/mailcheck_applet/no/ln10.html share/gnome/help/mailcheck_applet/no/mailcheck.sgml share/gnome/help/mailcheck_applet/no/mailcheck_applet.sgml share/gnome/help/mailcheck_applet/no/topic.dat +share/gnome/help/panel/C/LEGALNOTICE.html share/gnome/help/panel/C/appletadd.html share/gnome/help/panel/C/applets.html share/gnome/help/panel/C/authors.html -- cgit v1.1