diff --git a/network/jpilot/jpilot.conf b/network/jpilot/jpilot.conf index f458517fe..e8145b496 100644 --- a/network/jpilot/jpilot.conf +++ b/network/jpilot/jpilot.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../jpilot/jpilot.conf -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2006 - 2011 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2004 Clifford Wolf # @@ -14,9 +14,6 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -# we have to run autogen (see: lib64.patch) -autogen=1 - # gtk+ support if ! pkginstalled gtk+ ; then var_append confopt ' ' '--disable-gtk2' diff --git a/network/jpilot/jpilot.desc b/network/jpilot/jpilot.desc index 85fc0dc6d..2687a3243 100644 --- a/network/jpilot/jpilot.desc +++ b/network/jpilot/jpilot.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../jpilot/jpilot.desc -[COPY] Copyright (C) 2006 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2004 Clifford Wolf [COPY] @@ -31,10 +31,10 @@ [L] GPL [S] Beta -[V] 0.99.9 +[V] 1.8.1 [P] X -----5---9 205.000 [CV-URL] http://jpilot.org/download.html -[D] 3916581540 jpilot-0.99.9.tar.gz http://jpilot.org/ +[D] 1075624859 jpilot-1.8.1.tar.gz http://jpilot.org/ diff --git a/network/jpilot/lib64.patch b/network/jpilot/lib64.patch deleted file mode 100644 index 41508b677..000000000 --- a/network/jpilot/lib64.patch +++ /dev/null @@ -1,27 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../jpilot/lib64.patch -# Copyright (C) 2006 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- ./configure.in.orig 2006-11-09 13:42:14.000000000 +0200 -+++ ./configure.in 2006-11-09 13:42:56.000000000 +0200 -@@ -135,7 +135,7 @@ - PILOT_LIBS="-lpisock" - - if test $pilotlibs = no ; then --for pilot_libs in $pilot_prefix/lib /usr/lib /usr/local/lib/ \ -+for pilot_libs in $pilot_prefix/lib{,64} /usr/lib{,64} /usr/local/lib/ \ - /usr/extra/pilot/lib ; do - if test -r $pilot_libs/libpisock.so >/dev/null 2>&1 ; then - pilotlibs=yes