diff options
author | steve <steve@FreeBSD.org> | 1999-08-22 04:00:15 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-08-22 04:00:15 +0000 |
commit | 626f8960a461044c330211341b1f4a2e05359423 (patch) | |
tree | 12a4c99fc42ee9b556a42917a7a82d1d6fad4484 /deskutils | |
parent | a9b88980eae025f230e32df67dbfbb82a8ac6515 (diff) | |
download | FreeBSD-ports-626f8960a461044c330211341b1f4a2e05359423.zip FreeBSD-ports-626f8960a461044c330211341b1f4a2e05359423.tar.gz |
Update to version 1.0.12.
PR: 12781 (14 of 19)
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-utils/Makefile | 8 | ||||
-rw-r--r-- | deskutils/gnome-utils/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gnome-utils/files/patch-aa | 12 | ||||
-rw-r--r-- | deskutils/gnome-utils/files/patch-ad | 6 | ||||
-rw-r--r-- | deskutils/gnome-utils/pkg-plist | 6 | ||||
-rw-r--r-- | deskutils/gnomeutils2/Makefile | 8 | ||||
-rw-r--r-- | deskutils/gnomeutils2/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gnomeutils2/files/patch-aa | 12 | ||||
-rw-r--r-- | deskutils/gnomeutils2/files/patch-ad | 6 | ||||
-rw-r--r-- | deskutils/gnomeutils2/pkg-plist | 6 |
10 files changed, 38 insertions, 30 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index 090fd8c..8a46c2e 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gnomeutils -# Version required: 1.0.1 +# Version required: 1.0.12 # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.8 1999/04/08 18:08:34 steve Exp $ +# $Id: Makefile,v 1.9 1999/05/30 03:51:37 steve Exp $ # -DISTNAME= gnome-utils-1.0.1 -PKGNAME= gnomeutils-1.0.1 +DISTNAME= gnome-utils-1.0.12 +PKGNAME= gnomeutils-1.0.12 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-utils diff --git a/deskutils/gnome-utils/distinfo b/deskutils/gnome-utils/distinfo index b35b2a1..d3f5f51 100644 --- a/deskutils/gnome-utils/distinfo +++ b/deskutils/gnome-utils/distinfo @@ -1 +1 @@ -MD5 (gnome-utils-1.0.1.tar.gz) = c267d32ddf310b3e9f70a2d915cccf5a +MD5 (gnome-utils-1.0.12.tar.gz) = bf95eb57c0d41d770d1709bbbfbbe897 diff --git a/deskutils/gnome-utils/files/patch-aa b/deskutils/gnome-utils/files/patch-aa index c814062..57811b2 100644 --- a/deskutils/gnome-utils/files/patch-aa +++ b/deskutils/gnome-utils/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Tue Mar 2 00:23:40 1999 -+++ configure Sat May 22 21:54:01 1999 -@@ -2387,7 +2387,7 @@ +--- configure.orig Thu Jul 29 14:41:22 1999 ++++ configure Wed Aug 18 11:31:10 1999 +@@ -2410,7 +2410,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -9,16 +9,16 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for pthread_create""... $ac_c" 1>&6 -@@ -3143,7 +3143,7 @@ +@@ -3191,7 +3191,7 @@ echo $ac_n "checking for an obGnomeConf.sh""... $ac_c" 1>&6 - echo "configure:3146: checking for an obGnomeConf.sh" >&5 + echo "configure:3194: checking for an obGnomeConf.sh" >&5 - my_gnome_libdir=`$GNOME_CONFIG --libdir` + my_gnome_libdir=`$GNOME_CONFIG --sysconfdir` if test -f $my_gnome_libdir/obGnomeConf.sh; then . $my_gnome_libdir/obGnomeConf.sh echo "$ac_t""found $my_gnome_libdir" 1>&6 -@@ -5389,7 +5389,7 @@ +@@ -5500,7 +5500,7 @@ cat conftest.$ac_ext >&5 rm -rf conftest* CATOBJEXT=.mo diff --git a/deskutils/gnome-utils/files/patch-ad b/deskutils/gnome-utils/files/patch-ad index 4da63db..65ebff0 100644 --- a/deskutils/gnome-utils/files/patch-ad +++ b/deskutils/gnome-utils/files/patch-ad @@ -1,5 +1,5 @@ ---- gdialog/dialog.h.orig Tue Jan 5 17:55:34 1999 -+++ gdialog/dialog.h Tue Jan 5 17:55:48 1999 +--- gdialog/dialog.h.orig Tue Jul 6 16:23:33 1999 ++++ gdialog/dialog.h Wed Aug 18 11:34:23 1999 @@ -36,24 +36,7 @@ #include <gnome.h> #endif @@ -10,7 +10,7 @@ -# if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) -# include <ncurses.h> -# else --# ifndef _XOPEN_SOURCE_EXTENDED +-# if !defined(_XOPEN_SOURCE_EXTENDED) && !defined(__sgi) -# define hacked 1 -# define _XOPEN_SOURCE_EXTENDED -# define _ACS_COMPAT_CODE diff --git a/deskutils/gnome-utils/pkg-plist b/deskutils/gnome-utils/pkg-plist index 43750e5..7841dae 100644 --- a/deskutils/gnome-utils/pkg-plist +++ b/deskutils/gnome-utils/pkg-plist @@ -16,7 +16,7 @@ bin/splac bin/splash share/gnome/apps/Applications/ghex.desktop share/gnome/apps/Applications/gtt.desktop -share/gnome/apps/Settings/gshutdown.desktop +share/gnome/apps/System/gshutdown.desktop share/gnome/apps/Utilities/gcalc.desktop share/gnome/apps/Utilities/gcolorsel.desktop share/gnome/apps/Utilities/gdiskfree.desktop @@ -44,9 +44,11 @@ share/gnome/help/gtt/de/index.html share/gnome/help/gtt/de/topic.dat share/gnome/help/gtt/es/index.html share/gnome/help/gtt/es/topic.dat +share/gnome/idl/gsu.idl share/gnome/pixmaps/gnome-ghex.png share/locale/cs/LC_MESSAGES/gnome-utils.mo share/locale/de/LC_MESSAGES/gnome-utils.mo +share/locale/en_GB/LC_MESSAGES/gnome-utils.mo share/locale/es/LC_MESSAGES/gnome-utils.mo share/locale/fi/LC_MESSAGES/gnome-utils.mo share/locale/fr/LC_MESSAGES/gnome-utils.mo @@ -59,6 +61,8 @@ share/locale/no/LC_MESSAGES/gnome-utils.mo share/locale/pt/LC_MESSAGES/gnome-utils.mo share/locale/ru/LC_MESSAGES/gnome-utils.mo share/locale/sv/LC_MESSAGES/gnome-utils.mo +share/locale/wa/LC_MESSAGES/gnome-utils.mo +share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/gtt/es @dirrm share/gnome/help/gtt/de @dirrm share/gnome/help/gtt/C diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile index 090fd8c..8a46c2e 100644 --- a/deskutils/gnomeutils2/Makefile +++ b/deskutils/gnomeutils2/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gnomeutils -# Version required: 1.0.1 +# Version required: 1.0.12 # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.8 1999/04/08 18:08:34 steve Exp $ +# $Id: Makefile,v 1.9 1999/05/30 03:51:37 steve Exp $ # -DISTNAME= gnome-utils-1.0.1 -PKGNAME= gnomeutils-1.0.1 +DISTNAME= gnome-utils-1.0.12 +PKGNAME= gnomeutils-1.0.12 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-utils diff --git a/deskutils/gnomeutils2/distinfo b/deskutils/gnomeutils2/distinfo index b35b2a1..d3f5f51 100644 --- a/deskutils/gnomeutils2/distinfo +++ b/deskutils/gnomeutils2/distinfo @@ -1 +1 @@ -MD5 (gnome-utils-1.0.1.tar.gz) = c267d32ddf310b3e9f70a2d915cccf5a +MD5 (gnome-utils-1.0.12.tar.gz) = bf95eb57c0d41d770d1709bbbfbbe897 diff --git a/deskutils/gnomeutils2/files/patch-aa b/deskutils/gnomeutils2/files/patch-aa index c814062..57811b2 100644 --- a/deskutils/gnomeutils2/files/patch-aa +++ b/deskutils/gnomeutils2/files/patch-aa @@ -1,6 +1,6 @@ ---- configure.orig Tue Mar 2 00:23:40 1999 -+++ configure Sat May 22 21:54:01 1999 -@@ -2387,7 +2387,7 @@ +--- configure.orig Thu Jul 29 14:41:22 1999 ++++ configure Wed Aug 18 11:31:10 1999 +@@ -2410,7 +2410,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 @@ -9,16 +9,16 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for pthread_create""... $ac_c" 1>&6 -@@ -3143,7 +3143,7 @@ +@@ -3191,7 +3191,7 @@ echo $ac_n "checking for an obGnomeConf.sh""... $ac_c" 1>&6 - echo "configure:3146: checking for an obGnomeConf.sh" >&5 + echo "configure:3194: checking for an obGnomeConf.sh" >&5 - my_gnome_libdir=`$GNOME_CONFIG --libdir` + my_gnome_libdir=`$GNOME_CONFIG --sysconfdir` if test -f $my_gnome_libdir/obGnomeConf.sh; then . $my_gnome_libdir/obGnomeConf.sh echo "$ac_t""found $my_gnome_libdir" 1>&6 -@@ -5389,7 +5389,7 @@ +@@ -5500,7 +5500,7 @@ cat conftest.$ac_ext >&5 rm -rf conftest* CATOBJEXT=.mo diff --git a/deskutils/gnomeutils2/files/patch-ad b/deskutils/gnomeutils2/files/patch-ad index 4da63db..65ebff0 100644 --- a/deskutils/gnomeutils2/files/patch-ad +++ b/deskutils/gnomeutils2/files/patch-ad @@ -1,5 +1,5 @@ ---- gdialog/dialog.h.orig Tue Jan 5 17:55:34 1999 -+++ gdialog/dialog.h Tue Jan 5 17:55:48 1999 +--- gdialog/dialog.h.orig Tue Jul 6 16:23:33 1999 ++++ gdialog/dialog.h Wed Aug 18 11:34:23 1999 @@ -36,24 +36,7 @@ #include <gnome.h> #endif @@ -10,7 +10,7 @@ -# if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) -# include <ncurses.h> -# else --# ifndef _XOPEN_SOURCE_EXTENDED +-# if !defined(_XOPEN_SOURCE_EXTENDED) && !defined(__sgi) -# define hacked 1 -# define _XOPEN_SOURCE_EXTENDED -# define _ACS_COMPAT_CODE diff --git a/deskutils/gnomeutils2/pkg-plist b/deskutils/gnomeutils2/pkg-plist index 43750e5..7841dae 100644 --- a/deskutils/gnomeutils2/pkg-plist +++ b/deskutils/gnomeutils2/pkg-plist @@ -16,7 +16,7 @@ bin/splac bin/splash share/gnome/apps/Applications/ghex.desktop share/gnome/apps/Applications/gtt.desktop -share/gnome/apps/Settings/gshutdown.desktop +share/gnome/apps/System/gshutdown.desktop share/gnome/apps/Utilities/gcalc.desktop share/gnome/apps/Utilities/gcolorsel.desktop share/gnome/apps/Utilities/gdiskfree.desktop @@ -44,9 +44,11 @@ share/gnome/help/gtt/de/index.html share/gnome/help/gtt/de/topic.dat share/gnome/help/gtt/es/index.html share/gnome/help/gtt/es/topic.dat +share/gnome/idl/gsu.idl share/gnome/pixmaps/gnome-ghex.png share/locale/cs/LC_MESSAGES/gnome-utils.mo share/locale/de/LC_MESSAGES/gnome-utils.mo +share/locale/en_GB/LC_MESSAGES/gnome-utils.mo share/locale/es/LC_MESSAGES/gnome-utils.mo share/locale/fi/LC_MESSAGES/gnome-utils.mo share/locale/fr/LC_MESSAGES/gnome-utils.mo @@ -59,6 +61,8 @@ share/locale/no/LC_MESSAGES/gnome-utils.mo share/locale/pt/LC_MESSAGES/gnome-utils.mo share/locale/ru/LC_MESSAGES/gnome-utils.mo share/locale/sv/LC_MESSAGES/gnome-utils.mo +share/locale/wa/LC_MESSAGES/gnome-utils.mo +share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/gtt/es @dirrm share/gnome/help/gtt/de @dirrm share/gnome/help/gtt/C |