mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Update to 0.6.18
PR: 114914 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
This commit is contained in:
parent
e072e38833
commit
93b529c226
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196337
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnokii
|
||||
PORTVERSION= 0.6.17
|
||||
PORTVERSION= 0.6.18
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://www.gnokii.org/download/gnokii/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnokii-0.6.17.tar.bz2) = 42b78d30e9eff4de9cfa20a54ead1818
|
||||
SHA256 (gnokii-0.6.17.tar.bz2) = f16ab192c72161f99473f2644e2afa9e31c7702b2544b5595231213e26a90f6c
|
||||
SIZE (gnokii-0.6.17.tar.bz2) = 1739452
|
||||
MD5 (gnokii-0.6.18.tar.bz2) = 0060f876414a22914ded4201335298ad
|
||||
SHA256 (gnokii-0.6.18.tar.bz2) = 9b47279e0659a3c1e4bd35c48112dcbd2e4c30038bb589de1dab6f580827ada5
|
||||
SIZE (gnokii-0.6.18.tar.bz2) = 1756016
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- 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>
|
@ -1,6 +1,6 @@
|
||||
--- smsd/Makefile.orig Wed Oct 20 17:24:58 2004
|
||||
+++ smsd/Makefile Wed Oct 20 17:25:10 2004
|
||||
@@ -26,9 +26,9 @@
|
||||
--- smsd/Makefile.orig Tue Jul 24 22:31:35 2007
|
||||
+++ smsd/Makefile Wed Jul 25 23:18:11 2007
|
||||
@@ -29,9 +29,9 @@
|
||||
LDLIBS += $(PTHREAD_LIBS) \
|
||||
$(shell $(GLIBLDLIBS))
|
||||
|
||||
@ -12,3 +12,14 @@
|
||||
|
||||
OBJS = smsd.lo \
|
||||
lowlevel.lo
|
||||
@@ -39,8 +39,8 @@
|
||||
|
||||
# A list of database modules to build.
|
||||
# FIXME: detect which ones to build in configure
|
||||
-DB_LIBS = libfile.la libpq.la libmysql.la
|
||||
-#DB_LIBS := libfile.la
|
||||
+#DB_LIBS = libfile.la libpq.la libmysql.la
|
||||
+DB_LIBS := libfile.la
|
||||
|
||||
all: smsd
|
||||
|
||||
|
@ -20,7 +20,7 @@ include/gnokii/wappush.h
|
||||
lib/libgnokii.a
|
||||
lib/libgnokii.la
|
||||
lib/libgnokii.so
|
||||
lib/libgnokii.so.5
|
||||
lib/libgnokii.so.6
|
||||
libdata/pkgconfig/gnokii.pc
|
||||
libdata/pkgconfig/xgnokii.pc
|
||||
sbin/gnokiid
|
||||
|
Loading…
Reference in New Issue
Block a user