- Update to 0.6.22

PR:		ports/118692
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2007-12-14 22:04:20 +00:00
parent 568dae9511
commit 19e752457c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203655
7 changed files with 51 additions and 29 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= gnokii
PORTVERSION= 0.6.18
PORTREVISION= 1
PORTVERSION= 0.6.22
PORTEPOCH= 1
CATEGORIES= comms
MASTER_SITES= http://www.gnokii.org/download/gnokii/ \
@ -32,7 +31,7 @@ MAN1= gnokii.1 sendsms.1
MAN8= gnokiid.8 mgnokiidev.8
PORTDOCS= *
INSTALL_TARGET= install-suid
INSTALL_TARGET= install-binaries install-docs install-includes
PKGDEINSTALL= ${PKGINSTALL}
PKGMESSAGE= ${WRKDIR}/pkg-message

View File

@ -1,3 +1,3 @@
MD5 (gnokii-0.6.18.tar.bz2) = 0060f876414a22914ded4201335298ad
SHA256 (gnokii-0.6.18.tar.bz2) = 9b47279e0659a3c1e4bd35c48112dcbd2e4c30038bb589de1dab6f580827ada5
SIZE (gnokii-0.6.18.tar.bz2) = 1756016
MD5 (gnokii-0.6.22.tar.bz2) = 15d64a4911735ee30c03a7bfa9b60f05
SHA256 (gnokii-0.6.22.tar.bz2) = 9c72fdb581bc0a3653962931592439489be7d9306cd71e94b48689545aeb7be0
SIZE (gnokii-0.6.22.tar.bz2) = 1808129

View File

@ -1,5 +1,5 @@
--- Makefile.global.in.orig Thu May 10 20:50:16 2007
+++ Makefile.global.in Thu Jun 21 23:18:13 2007
--- Makefile.global.in.orig 2007-11-24 12:31:01.000000000 +0100
+++ Makefile.global.in 2007-12-06 11:58:02.000000000 +0100
@@ -21,14 +21,14 @@
bindir = @bindir@
@ -15,6 +15,6 @@
man8dir = ${mandir}/man8/
-xmandir = @XGNOKIIDIR@/man/man1/
+xmandir = ${mandir}/man1/
docdir = ${prefix}/share/doc/${PACKAGE}
locdir = @datadir@/locale
datarootdir = @datarootdir@
docdir = @docdir@
datadir = @datadir@

View File

@ -1,13 +1,13 @@
--- common/Makefile.orig Sun Feb 1 16:59:32 2004
+++ common/Makefile Fri Feb 13 20:02:19 2004
@@ -89,8 +89,8 @@
install:
$(INSTALL) -d $(DESTDIR)$(libdir)
$(LIBTOOL) --mode=install $(INSTALL) libgnokii.la $(DESTDIR)$(libdir)
--- common/Makefile.orig 2007-11-24 12:31:01.000000000 +0100
+++ common/Makefile 2007-12-06 12:02:39.000000000 +0100
@@ -107,8 +107,8 @@
@echo "done"
install-devel: install
- $(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig
- $(INSTALL_DATA) gnokii.pc $(DESTDIR)$(libdir)/pkgconfig
+ $(INSTALL) -d $(DESTDIR)$(prefix)/libdata/pkgconfig
+ $(INSTALL_DATA) gnokii.pc $(DESTDIR)$(prefix)/libdata/pkgconfig
@echo
@echo "done"
install-strip: install
depend dep:

View File

@ -1,6 +1,6 @@
--- configure.orig Thu May 10 20:50:32 2007
+++ configure Thu Jun 21 23:16:04 2007
@@ -976,7 +976,7 @@
--- configure.orig 2007-11-24 12:31:25.000000000 +0100
+++ configure 2007-12-06 12:08:24.000000000 +0100
@@ -981,7 +981,7 @@
psdir='${docdir}'
libdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
@ -9,7 +9,7 @@
ac_prev=
ac_dashdash=
@@ -26321,13 +26321,15 @@
@@ -26588,13 +26588,15 @@
# First of all, check if the user has set any of the PTHREAD_LIBS,
# etcetera environment variables, and if threads linking works using
# them:
@ -30,7 +30,7 @@
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -26691,7 +26693,7 @@
@@ -26958,7 +26960,7 @@
echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; }
flag=no
case "${host_cpu}-${host_os}" in
@ -39,7 +39,7 @@
*solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";;
esac
{ echo "$as_me:$LINENO: result: ${flag}" >&5
@@ -27495,7 +27497,7 @@
@@ -27762,7 +27764,7 @@
if test "$enable_libical" == "yes"; then
OLD_CFLAGS="$CFLAGS"
@ -48,12 +48,12 @@
CFLAGS="$CFLAGS $ICAL_CFLAGS"
{ echo "$as_me:$LINENO: checking whether libical is installed" >&5
echo $ECHO_N "checking whether libical is installed... $ECHO_C" >&6; }
@@ -29039,7 +29041,7 @@
{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmWriteFileFromXpmImage" >&5
@@ -29577,7 +29579,7 @@
echo "${ECHO_T}$ac_cv_lib_Xpm_XpmWriteFileFromXpmImage" >&6; }
if test $ac_cv_lib_Xpm_XpmWriteFileFromXpmImage = yes; then
- XPM_CFLAGS="$XINCL" XPM_LIBS="-L$x_libraries -lXpm -lX11"
+ XPM_CFLAGS="$XINCL" XPM_LIBS="-L$x_libraries -lXpm -lX11 -lroken -lcrypt"
XPM_CFLAGS="$XINCL"
- XPM_LIBS="$XLIBS -lXpm -lX11"
+ XPM_LIBS="$XLIBS -lXpm -lX11 -lroken -lcrypt"
cat >>confdefs.h <<\_ACEOF
#define XPM 1
_ACEOF

View File

@ -0,0 +1,11 @@
--- gnokii/gnokii-utils.c.orig 2007-12-06 14:24:37.000000000 +0100
+++ gnokii/gnokii-utils.c 2007-12-06 14:25:25.000000000 +0100
@@ -43,6 +43,8 @@
#include <stdio.h>
#include <signal.h>
+#include <sys/types.h>
+#include <sys/stat.h>
#include "gnokii-app.h"
#include "gnokii.h"

View File

@ -20,7 +20,7 @@ include/gnokii/wappush.h
lib/libgnokii.a
lib/libgnokii.la
lib/libgnokii.so
lib/libgnokii.so.6
lib/libgnokii.so.9
libdata/pkgconfig/gnokii.pc
libdata/pkgconfig/xgnokii.pc
sbin/gnokiid
@ -34,6 +34,7 @@ sbin/mgnokiidev
%%NLS%%share/locale/it/LC_MESSAGES/gnokii.mo
%%NLS%%share/locale/nl/LC_MESSAGES/gnokii.mo
%%NLS%%share/locale/pl/LC_MESSAGES/gnokii.mo
%%NLS%%share/locale/pt/LC_MESSAGES/gnokii.mo
%%NLS%%share/locale/sk/LC_MESSAGES/gnokii.mo
%%NLS%%share/locale/sl/LC_MESSAGES/gnokii.mo
%%NLS%%share/locale/sv/LC_MESSAGES/gnokii.mo
@ -53,6 +54,7 @@ sbin/mgnokiidev
%%PGM%%share/smsd/sms.tables.pq.sql
%%SMSD%%@dirrm lib/smsd
%%SMSD%%@dirrm share/smsd
%%X11%%share/applications/xgnokii.desktop
%%X11%%share/xgnokii/help/C
%%X11%%share/xgnokii/help/POSIX
%%X11%%share/xgnokii/help/en_US/COPYING
@ -129,6 +131,15 @@ sbin/mgnokiidev
%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/cables
%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/irda
%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/windows
%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/windows/calendar
%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/windows/contacts
%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/windows/dtmf
%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/windows/main
%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/windows/netmon
%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/windows/sms
%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/windows/speeddial
%%X11%%@exec mkdir -p %D/share/xgnokii/help/en_US/windows/xkeyb
%%X11%%@exec mkdir -p %D/share/doc/gnokii/sample/vCard
%%X11%%@dirrm share/xgnokii/help/en_US/cables
%%X11%%@dirrm share/xgnokii/help/en_US/calendar
%%X11%%@dirrm share/xgnokii/help/en_US/contacts
@ -157,3 +168,4 @@ sbin/mgnokiidev
%%X11%%@dirrm share/xgnokii/help/pl_PL
%%X11%%@dirrm share/xgnokii/help
%%X11%%@dirrm share/xgnokii
%%X11%%@dirrmtry share/applications