- Update to 0.6.14
PR: ports/102918 Submitted by: Guido Falsi <mad at madpilot.net> (maintainer)
This commit is contained in:
parent
06a5b671b2
commit
9674fcd71a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172389
4 changed files with 28 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnokii
|
||||
PORTVERSION= 0.6.12
|
||||
PORTVERSION= 0.6.14
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://www.gnokii.org/download/gnokii/ \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnokii-0.6.12.tar.bz2) = 846e03e7cf3581000c9d0141c2950b79
|
||||
SHA256 (gnokii-0.6.12.tar.bz2) = 7ec179f8d933c1005af2b4996198fffc10b528f4604b796c471d6413cc825b58
|
||||
SIZE (gnokii-0.6.12.tar.bz2) = 1517318
|
||||
MD5 (gnokii-0.6.14.tar.bz2) = 89449d613c7a7e765a0d8da57ef1bb88
|
||||
SHA256 (gnokii-0.6.14.tar.bz2) = cea63cddf79864d306198c7a84091af0b4685816b352ae253a3e2bfac5e67cb7
|
||||
SIZE (gnokii-0.6.14.tar.bz2) = 1546845
|
||||
|
|
11
comms/gnokii/files/patch-include-compat.h
Normal file
11
comms/gnokii/files/patch-include-compat.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- include/compat.h.orig Tue Sep 5 14:13:49 2006
|
||||
+++ include/compat.h Tue Sep 5 14:14:37 2006
|
||||
@@ -37,6 +37,8 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
+/* FreeBSD seems to require this one in various sources for "INT_MAX" */
|
||||
+#include <limits.h>
|
||||
|
||||
#ifdef WIN32
|
||||
# include <windows.h>
|
|
@ -2,6 +2,7 @@ bin/gnokii
|
|||
bin/ppm2nokia
|
||||
bin/sendsms
|
||||
bin/todologo
|
||||
bin/waitcall
|
||||
%%X11%%bin/xgnokii
|
||||
etc/gnokiirc.sample
|
||||
include/gnokii.h
|
||||
|
@ -17,11 +18,12 @@ include/gnokii/rlp-common.h
|
|||
include/gnokii/sms.h
|
||||
include/gnokii/statemachine.h
|
||||
include/gnokii/virtmodem.h
|
||||
include/gnokii/wappush.h
|
||||
@dirrm include/gnokii
|
||||
lib/libgnokii.a
|
||||
lib/libgnokii.la
|
||||
lib/libgnokii.so
|
||||
lib/libgnokii.so.2
|
||||
lib/libgnokii.so.3
|
||||
libdata/pkgconfig/gnokii.pc
|
||||
libdata/pkgconfig/xgnokii.pc
|
||||
sbin/gnokiid
|
||||
|
@ -158,3 +160,13 @@ sbin/mgnokiidev
|
|||
%%X11%%@dirrm share/xgnokii/help/pl_PL
|
||||
%%X11%%@dirrm share/xgnokii/help
|
||||
%%X11%%@dirrm share/xgnokii
|
||||
%%NLS%%@dirrmtry share/locale/cs/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/cs
|
||||
%%NLS%%@dirrmtry share/locale/fi/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/fi
|
||||
%%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/pl
|
||||
%%NLS%%@dirrmtry share/locale/sk/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/sk
|
||||
%%NLS%%@dirrmtry share/locale/sl/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/sl
|
||||
|
|
Loading…
Reference in a new issue