summaryrefslogtreecommitdiff
path: root/palm/gnomepilot2/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-03-30 23:13:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-03-30 23:13:34 +0000
commit7d89019b26727f7613a09fe8cb2524ea365f6cfb (patch)
treec9d0ee3994d427c376eb07a263be0422c82b3dd7 /palm/gnomepilot2/files
parent[MAINTAINER] Update security/libtasn1 to 0.2.4 (diff)
Add gnomepilot2 after a repo copy from gnomepilot. gnomepilot2 is the
PalmOS conduit system for GNOME 2.
Notes
Notes: svn path=/head/; revision=77770
Diffstat (limited to 'palm/gnomepilot2/files')
-rw-r--r--palm/gnomepilot2/files/patch-aa44
-rw-r--r--palm/gnomepilot2/files/patch-ah11
-rw-r--r--palm/gnomepilot2/files/patch-capplet::Makefile.in14
-rw-r--r--palm/gnomepilot2/files/patch-gpilotd::Makefile.in14
-rw-r--r--palm/gnomepilot2/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c10
-rw-r--r--palm/gnomepilot2/files/patch-po::Makefile.in.in14
6 files changed, 5 insertions, 102 deletions
diff --git a/palm/gnomepilot2/files/patch-aa b/palm/gnomepilot2/files/patch-aa
index fe24d8508a77..943a37e42eb6 100644
--- a/palm/gnomepilot2/files/patch-aa
+++ b/palm/gnomepilot2/files/patch-aa
@@ -1,16 +1,5 @@
--- configure.orig Thu Oct 24 10:43:46 2002
+++ configure Thu Oct 24 22:06:58 2002
-@@ -1265,10 +1265,6 @@
-
- # The aliases save the names the user supplied, while $host etc.
- # will get canonicalized.
--test -n "$target_alias" &&
-- test "$program_prefix$program_suffix$program_transform_name" = \
-- NONENONEs,x,x, &&
-- program_prefix=${target_alias}-
-
- GNOME_PILOT_MAJOR=0
- GNOME_PILOT_REVISION=1
@@ -6474,6 +6470,7 @@
# This can be used to rebuild libtool when needed
@@ -19,36 +8,3 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -6707,8 +6704,8 @@
-
- gnome_cv_gnorba_found=no
- if test x$gnome_cv_orbit_found = xyes; then
-- GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`"
-- GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`"
-+ GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`"
-+ GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`"
- if test -n "$GNORBA_LIBS"; then
- gnome_cv_gnorba_found=yes
- fi
-@@ -6727,8 +6724,8 @@
- fi
- if test x$gnome_cv_orbit_found = xyes; then
-
-- GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`"
-- GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`"
-+ GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`"
-+ GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`"
-
- else
- if test xfail = xfailure; then
-@@ -11322,8 +11319,8 @@
- fi
-
- GPILOT_LIBDIR='-L${libdir}'
--GPILOT_LIBS="-lgpilotd -lgpilotdcm -lgpilotdconduit `$GNOME_CONFIG --libs gnome` `glib-config --libs glib gmodule`"
--GPILOT_INCLUDEDIR="-I${includedir} `$GNOME_CONFIG --cflags gnome` `glib-config --cflags glib gmodule`"
-+GPILOT_LIBS="-lgpilotd -lgpilotdcm -lgpilotdconduit `$GNOME_CONFIG --libs gnome` `$GLIB_CONFIG --libs glib gmodule`"
-+GPILOT_INCLUDEDIR="-I${includedir} `$GNOME_CONFIG --cflags gnome` `$GLIB_CONFIG --cflags glib gmodule`"
-
- # Check whether --with-oaf or --without-oaf was given.
- if test "${with_oaf+set}" = set; then
diff --git a/palm/gnomepilot2/files/patch-ah b/palm/gnomepilot2/files/patch-ah
deleted file mode 100644
index c8bcc5dc63df..000000000000
--- a/palm/gnomepilot2/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Fri Mar 31 11:05:19 2000
-+++ Makefile.in Wed Apr 5 17:16:05 2000
-@@ -156,7 +156,7 @@
-
- bin_SCRIPTS = gnome-pilot-config
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = gpilotConf.sh
-
- EXTRA_DIST = gnome-pilot.spec gpilotConf.sh.in
diff --git a/palm/gnomepilot2/files/patch-capplet::Makefile.in b/palm/gnomepilot2/files/patch-capplet::Makefile.in
deleted file mode 100644
index 3f33fb1efccc..000000000000
--- a/palm/gnomepilot2/files/patch-capplet::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- capplet/Makefile.in 2002/04/25 16:25:08 1.1
-+++ capplet/Makefile.in 2002/04/25 16:25:15
-@@ -174,7 +174,7 @@
- $(NULL)
-
-
--CFLAGS = @CFLAGS@ -g
-+CFLAGS = @CFLAGS@
-
- gpilotd_control_applet_SOURCES = \
- gpilotd-control-applet.c \
diff --git a/palm/gnomepilot2/files/patch-gpilotd::Makefile.in b/palm/gnomepilot2/files/patch-gpilotd::Makefile.in
deleted file mode 100644
index c454b7787ade..000000000000
--- a/palm/gnomepilot2/files/patch-gpilotd::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- gpilotd/Makefile.in 2002/04/25 16:24:16 1.1
-+++ gpilotd/Makefile.in 2002/04/25 16:24:35
-@@ -305,7 +305,7 @@
- CFLAGS = \
- -Wall -Wmissing-prototypes \
- -Wmissing-declarations \
-- -Wpointer-arith -g \
-+ -Wpointer-arith \
- -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" \
- $(NULL)
-
diff --git a/palm/gnomepilot2/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c b/palm/gnomepilot2/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c
index d4533162b8a2..82bf09dd7847 100644
--- a/palm/gnomepilot2/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c
+++ b/palm/gnomepilot2/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c
@@ -1,11 +1,11 @@
---- libgpilotdCM/gnome-pilot-conduit-management.c.orig Tue Jun 19 09:47:42 2001
-+++ libgpilotdCM/gnome-pilot-conduit-management.c Sun Dec 2 02:55:26 2001
-@@ -238,7 +238,7 @@
+--- libgpilotdCM/gnome-pilot-conduit-management.c.orig Thu Feb 6 03:35:48 2003
++++ libgpilotdCM/gnome-pilot-conduit-management.c Wed Mar 12 23:12:10 2003
+@@ -235,7 +235,7 @@
GList *iterator;
/* Do read of all .conduit files here */
-- conduit_files = get_conduit_file_names ("share/gnome-pilot/conduits", ".conduit");
-+ conduit_files = get_conduit_file_names ("share/gnome/gnome-pilot/conduits", ".conduit");
+- conduit_files = self_get_conduit_file_names ("share/gnome-pilot/conduits", ".conduit");
++ conduit_files = self_get_conduit_file_names ("share/gnome/gnome-pilot/conduits", ".conduit");
LOCK_MY_HASHES;
conduitname_to_datastruct = g_hash_table_new (g_str_hash,g_str_equal);
diff --git a/palm/gnomepilot2/files/patch-po::Makefile.in.in b/palm/gnomepilot2/files/patch-po::Makefile.in.in
deleted file mode 100644
index 68b6a8c98491..000000000000
--- a/palm/gnomepilot2/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in.in 2002/01/14 11:02:35 1.1
-+++ po/Makefile.in.in 2002/01/14 11:02:49
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \