aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-pim
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2001-05-05 05:39:58 +0800
committerade <ade@FreeBSD.org>2001-05-05 05:39:58 +0800
commit47096a53b6ba4bc8cf0c36b6496e7e6bd04d1a56 (patch)
treef1bacc1ef2f6c75368fd9132a67b624f0abf2cd4 /deskutils/gnome-pim
parentb168e3046ef1066791fa96cbbbdcfc373243817c (diff)
downloadfreebsd-ports-gnome-47096a53b6ba4bc8cf0c36b6496e7e6bd04d1a56.tar.gz
freebsd-ports-gnome-47096a53b6ba4bc8cf0c36b6496e7e6bd04d1a56.tar.zst
freebsd-ports-gnome-47096a53b6ba4bc8cf0c36b6496e7e6bd04d1a56.zip
Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54
Diffstat (limited to 'deskutils/gnome-pim')
-rw-r--r--deskutils/gnome-pim/Makefile23
-rw-r--r--deskutils/gnome-pim/distinfo2
-rw-r--r--deskutils/gnome-pim/files/extra-patch-nopilot26
-rw-r--r--deskutils/gnome-pim/files/patch-ab8
-rw-r--r--deskutils/gnome-pim/files/patch-ae28
-rw-r--r--deskutils/gnome-pim/pkg-plist24
6 files changed, 41 insertions, 70 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile
index b688bc0ac521..bdcd06e47671 100644
--- a/deskutils/gnome-pim/Makefile
+++ b/deskutils/gnome-pim/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomepim
-PORTVERSION= 1.2.0
+PORTVERSION= 1.4.0
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-pim
@@ -14,28 +14,13 @@ DISTNAME= gnome-pim-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
-.if defined(WITH_GNOMEPILOT)
-LIB_DEPENDS+= gpilotd.0:${PORTSDIR}/palm/gnomepilot
-PILOTINC= "-I${LOCALBASE}/pilot/include"
-PILOTLIB= "-L${LOCALBASE}/pilot/lib"
-PLIST_SUB+= GNOMEPILOT:=""
-.else
-CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nopilot
-PLIST_SUB+= GNOMEPILOT:="@comment "
-.endif
-
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PILOTINC}" \
- LIBS="-L${LOCALBASE}/lib ${PILOTLIB}"
-
-.if !defined(WITH_GNOMEPILOT)
-pre-extract:
- @${ECHO} "You can add gnomepilot support by defining WITH_GNOMEPILOT"
-.endif
+CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
diff --git a/deskutils/gnome-pim/distinfo b/deskutils/gnome-pim/distinfo
index 277f4e65d5f2..6daa3d5c1631 100644
--- a/deskutils/gnome-pim/distinfo
+++ b/deskutils/gnome-pim/distinfo
@@ -1 +1 @@
-MD5 (gnome-pim-1.2.0.tar.gz) = d0af4da54851fa996b59d4f738ff2920
+MD5 (gnome-pim-1.4.0.tar.gz) = 177daf8b1e15be906fb41dca94a00e76
diff --git a/deskutils/gnome-pim/files/extra-patch-nopilot b/deskutils/gnome-pim/files/extra-patch-nopilot
index 546fad85c5a5..e69de29bb2d1 100644
--- a/deskutils/gnome-pim/files/extra-patch-nopilot
+++ b/deskutils/gnome-pim/files/extra-patch-nopilot
@@ -1,26 +0,0 @@
---- configure.orig Fri Jun 2 12:19:04 2000
-+++ configure Fri Jun 2 12:19:38 2000
-@@ -3629,23 +3629,7 @@
-
- echo $ac_n "checking for gnome-pilot environment""... $ac_c" 1>&6
- echo "configure:3632: checking for gnome-pilot environment" >&5
--if eval "test \"`echo '$''{'gnome_cv_pilot_found'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
--
-- if test "x$GNOME_CONFIG" = "xno"; then
- gnome_cv_pilot_found=no
-- else
-- # gnome-config doesn't return a useful error status,
-- # so we check if it outputs anything to stderr
-- if test "x`$GNOME_CONFIG gpilot 2>&1 > /dev/null`" = "x"; then
-- gnome_cv_pilot_found=yes
-- else
-- gnome_cv_pilot_found=no
-- fi
-- fi
--
--fi
-
- echo "$ac_t""$gnome_cv_pilot_found" 1>&6
-
diff --git a/deskutils/gnome-pim/files/patch-ab b/deskutils/gnome-pim/files/patch-ab
index a64463dc909a..9471fee3c802 100644
--- a/deskutils/gnome-pim/files/patch-ab
+++ b/deskutils/gnome-pim/files/patch-ab
@@ -1,11 +1,11 @@
---- gncal/Makefile.in.orig Sat May 20 20:52:50 2000
-+++ gncal/Makefile.in Wed Aug 2 10:27:30 2000
-@@ -143,3 +143,3 @@
+--- gncal/Makefile.in.orig Tue Feb 27 16:56:32 2001
++++ gncal/Makefile.in Tue Feb 27 16:56:49 2001
+@@ -139,3 +139,3 @@
-help_base = $(datadir)/help/cal
+help_base = $(datadir)/help/gnomecal
-@@ -174,3 +174,3 @@
+@@ -170,3 +170,3 @@
-libcalendar_conduit_la_LDFLAGS = -rpath $(libdir)
+libcalendar_conduit_la_LDFLAGS = -rpath $(libdir) -avoid-version
diff --git a/deskutils/gnome-pim/files/patch-ae b/deskutils/gnome-pim/files/patch-ae
new file mode 100644
index 000000000000..d717eba3f5d7
--- /dev/null
+++ b/deskutils/gnome-pim/files/patch-ae
@@ -0,0 +1,28 @@
+--- configure.orig Mon Feb 26 00:15:55 2001
++++ configure Tue Feb 27 16:58:50 2001
+@@ -3632,23 +3632,5 @@
+
+- echo $ac_n "checking for gnome-pilot environment""... $ac_c" 1>&6
+-echo "configure:3635: checking for gnome-pilot environment" >&5
+-if eval "test \"`echo '$''{'gnome_cv_pilot_found'+set}'`\" = set"; then
+- echo $ac_n "(cached) $ac_c" 1>&6
+-else
+-
+- if test "x$GNOME_CONFIG" = "xno"; then
++ echo "ignoring gnome-pilot environment""... $ac_c" 1>&6
++echo "configure:3635: ignoring gnome-pilot environment" >&5
+ gnome_cv_pilot_found=no
+- else
+- # gnome-config doesn't return a useful error status,
+- # so we check if it outputs anything to stderr
+- if test "x`$GNOME_CONFIG gpilot 2>&1 > /dev/null`" = "x"; then
+- gnome_cv_pilot_found=yes
+- else
+- gnome_cv_pilot_found=no
+- fi
+- fi
+-
+-fi
+-
+-echo "$ac_t""$gnome_cv_pilot_found" 1>&6
+
diff --git a/deskutils/gnome-pim/pkg-plist b/deskutils/gnome-pim/pkg-plist
index ad35d9235e36..13b989f665b7 100644
--- a/deskutils/gnome-pim/pkg-plist
+++ b/deskutils/gnome-pim/pkg-plist
@@ -1,40 +1,21 @@
-%%GNOMEPILOT:%%bin/address-conduit-capplet
-%%GNOMEPILOT:%%bin/calendar-conduit-control-applet
-%%GNOMEPILOT:%%bin/calendar-pilot-sync
bin/gnomecal
bin/gnomecard
etc/CORBA/servers/gnomecal.gnorba
etc/CORBA/servers/gnomecard.gnorba
-%%GNOMEPILOT:%%lib/gnome-pilot/conduits/libaddress_conduit.so
-%%GNOMEPILOT:%%lib/gnome-pilot/conduits/libcalendar_conduit.so
share/gnome/apps/Applications/gncal.desktop
share/gnome/apps/Applications/gnomecard.desktop
-%%GNOMEPILOT:%%share/gnome/apps/Settings/Peripherals/Conduits/address-conduit-capplet.desktop
-%%GNOMEPILOT:%%share/gnome/apps/Settings/Peripherals/Conduits/calendar-conduit-control-applet.desktop
-%%GNOMEPILOT:%%share/gnome/control-center/Peripherals/Conduits/address-conduit-capplet.desktop
-%%GNOMEPILOT:%%share/gnome/control-center/Peripherals/Conduits/calendar-conduit-control-applet.desktop
-%%GNOMEPILOT:%%share/gnome/gnome-pilot/conduits/gnomecal.conduit
-%%GNOMEPILOT:%%share/gnome/gnome-pilot/conduits/gnomecard.conduit
-share/gnome/help/gnomecal/C/calappoint.html
-share/gnome/help/gnomecal/C/calsetup.html
-share/gnome/help/gnomecal/C/caluse.html
-share/gnome/help/gnomecal/C/cmdline.html
-share/gnome/help/gnomecal/C/docbook.css
-share/gnome/help/gnomecal/C/gcal.html
-share/gnome/help/gnomecal/C/gnomecal.html
share/gnome/help/gnomecal/C/images/cal-props.gif
share/gnome/help/gnomecal/C/images/calday.gif
share/gnome/help/gnomecal/C/images/calmonth.gif
share/gnome/help/gnomecal/C/images/calweek.gif
share/gnome/help/gnomecal/C/images/calyear.gif
-share/gnome/help/gnomecal/C/ln20.html
-share/gnome/help/gnomecal/C/tech.html.html
share/gnome/help/gnomecal/C/topic.dat
share/gnome/idl/GnomeCal.idl
share/gnome/idl/gnome-pim.idl
share/gnome/mime-info/gnome-pim.keys
share/gnome/pixmaps/gnome-calendar-conduit.png
share/gnome/pixmaps/gnome-gnomecard.png
+share/locale/az/LC_MESSAGES/gnome-pim.mo
share/locale/ca/LC_MESSAGES/gnome-pim.mo
share/locale/cs/LC_MESSAGES/gnome-pim.mo
share/locale/cy/LC_MESSAGES/gnome-pim.mo
@@ -62,7 +43,10 @@ share/locale/pl/LC_MESSAGES/gnome-pim.mo
share/locale/pt/LC_MESSAGES/gnome-pim.mo
share/locale/pt_BR/LC_MESSAGES/gnome-pim.mo
share/locale/ru/LC_MESSAGES/gnome-pim.mo
+share/locale/sk/LC_MESSAGES/gnome-pim.mo
+share/locale/sl/LC_MESSAGES/gnome-pim.mo
share/locale/sv/LC_MESSAGES/gnome-pim.mo
+share/locale/tr/LC_MESSAGES/gnome-pim.mo
share/locale/uk/LC_MESSAGES/gnome-pim.mo
share/locale/wa/LC_MESSAGES/gnome-pim.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-pim.mo