diff options
author | dima <dima@FreeBSD.org> | 1998-05-12 00:31:48 +0000 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 1998-05-12 00:31:48 +0000 |
commit | f745a9445b16b23453bcbfdd00f7264ed89b71aa (patch) | |
tree | 9c4a002c10b858e77451b5dfca136b582f6c7996 /palm/kpilot/files | |
parent | 0963256014769c623f3bc9d493e898f73f8484e9 (diff) | |
download | FreeBSD-ports-f745a9445b16b23453bcbfdd00f7264ed89b71aa.zip FreeBSD-ports-f745a9445b16b23453bcbfdd00f7264ed89b71aa.tar.gz |
2.0 -> 3.0
Also make myself as a maintainer (Okayed with se@freebsd.org)
Diffstat (limited to 'palm/kpilot/files')
-rw-r--r-- | palm/kpilot/files/patch-aa | 4 | ||||
-rw-r--r-- | palm/kpilot/files/patch-ab | 23 | ||||
-rw-r--r-- | palm/kpilot/files/patch-ae | 22 |
3 files changed, 33 insertions, 16 deletions
diff --git a/palm/kpilot/files/patch-aa b/palm/kpilot/files/patch-aa index 741a398..5b5ceec 100644 --- a/palm/kpilot/files/patch-aa +++ b/palm/kpilot/files/patch-aa @@ -30,12 +30,12 @@ *** 2214,2218 **** for i in $qt_libdirs; do -! for j in libqt.so libqt.so.1.30 libqt.so.1 libqt.a libqt.sl; +! for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1 libqt.a libqt.sl; do if test -r "$i/$j"; then --- 2214,2218 ---- for i in $qt_libdirs; do -! for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1.32 libqt.so.1 libqt.a libqt.sl; +! for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1.32 libqt.so.1.33 libqt.so.1 libqt.a libqt.sl; do if test -r "$i/$j"; then diff --git a/palm/kpilot/files/patch-ab b/palm/kpilot/files/patch-ab index ed0ecf6..b5ad96c 100644 --- a/palm/kpilot/files/patch-ab +++ b/palm/kpilot/files/patch-ab @@ -1,17 +1,12 @@ *** kpilot/Makefile.in~ Sat Mar 7 14:21:14 1998 --- kpilot/Makefile.in Sat Mar 7 14:21:25 1998 *************** -*** 144,149 **** - - # the library search path -! kpilot_LDFLAGS = @all_libraries@ -Llibpilot/_libs -! kpilotDaemon_LDFLAGS = @all_libraries@ -Llibpilot/_libs - - # the libraries to link against. Be aware of the order. First the libraries, ---- 144,149 ---- - - # the library search path -! kpilot_LDFLAGS = @all_libraries@ -Llibpilot/.libs -! kpilotDaemon_LDFLAGS = @all_libraries@ -Llibpilot/.libs - - # the libraries to link against. Be aware of the order. First the libraries, +*** 582,587 **** +--- 582,588 ---- + $(INSTALL_DATA) kpilprc.xpm $(kde_icondir) + $(mkinstalldirs) $(kde_minidir) + $(INSTALL_DATA) mini-kpilot.xpm $(kde_minidir)/kpilot.xpm ++ $(mkinstalldirs) $(kde_mimedir) + grep kpilot $(MAGIC) 2>&1 >/dev/null || { cat kpilot.magic >> $(MAGIC); } + $(mkinstalldirs) $(kde_mimedir)/palmpilot + $(INSTALL_DATA) application.kdelnk $(kde_mimedir)/palmpilot diff --git a/palm/kpilot/files/patch-ae b/palm/kpilot/files/patch-ae new file mode 100644 index 0000000..260b57b --- /dev/null +++ b/palm/kpilot/files/patch-ae @@ -0,0 +1,22 @@ +*** configure.orig Sun Apr 26 20:31:19 1998 +--- configure Fri May 8 15:34:13 1998 +*************** +*** 2601,2608 **** + ac_cv_path_MOC="$MOC" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" +! for ac_dir in $QTDIR/bin:$PATH:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin$ac_dummy; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + ac_cv_path_MOC="$ac_dir/$ac_word" +--- 2601,2609 ---- + ac_cv_path_MOC="$MOC" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" ++ FOO="$QTDIR/bin:$PATH:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin$ac_dummy" +! for ac_dir in $FOO; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + ac_cv_path_MOC="$ac_dir/$ac_word" |