Date: Thu, 23 Feb 2017 14:25:25 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434668 - in head/comms/smstools3: . files Message-ID: <201702231425.v1NEPPVp098489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Thu Feb 23 14:25:24 2017 New Revision: 434668 URL: https://svnweb.freebsd.org/changeset/ports/434668 Log: Update comms/smstools3 to 3.1.16 Modified: head/comms/smstools3/Makefile head/comms/smstools3/distinfo head/comms/smstools3/files/patch-src-Makefile Modified: head/comms/smstools3/Makefile ============================================================================== --- head/comms/smstools3/Makefile Thu Feb 23 14:19:43 2017 (r434667) +++ head/comms/smstools3/Makefile Thu Feb 23 14:25:24 2017 (r434668) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= smstools -PORTVERSION= 3.1.15 -PORTREVISION= 4 +PORTVERSION= 3.1.16 CATEGORIES= comms MASTER_SITES= http://smstools3.kekekasvi.com/packages/ DISTNAME= smstools3-${PORTVERSION} Modified: head/comms/smstools3/distinfo ============================================================================== --- head/comms/smstools3/distinfo Thu Feb 23 14:19:43 2017 (r434667) +++ head/comms/smstools3/distinfo Thu Feb 23 14:25:24 2017 (r434668) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478085197 -SHA256 (smstools3-3.1.15.tar.gz) = ed00ffaeaa312a5b4f969f4e97a64603a866bbe16e393ea02f5bf05234814d59 -SIZE (smstools3-3.1.15.tar.gz) = 300088 +TIMESTAMP = 1487844294 +SHA256 (smstools3-3.1.16.tar.gz) = f79e501c3640ffeef360f75e3146ab423a30f50304e8e27044ccdaf692276799 +SIZE (smstools3-3.1.16.tar.gz) = 338866 Modified: head/comms/smstools3/files/patch-src-Makefile ============================================================================== --- head/comms/smstools3/files/patch-src-Makefile Thu Feb 23 14:19:43 2017 (r434667) +++ head/comms/smstools3/files/patch-src-Makefile Thu Feb 23 14:25:24 2017 (r434668) @@ -1,4 +1,4 @@ ---- src/Makefile.orig 2010-09-21 11:29:14 UTC +--- src/Makefile.orig 2017-02-08 20:40:28 UTC +++ src/Makefile @@ -1,7 +1,7 @@ # In case of windows, use os_cygwin=yes setting in the configuration file (smsd.conf). @@ -9,28 +9,21 @@ # Uncomment for Solaris # CFLAGS += -D SOLARIS -@@ -9,13 +9,13 @@ CFLAGS = -D NUMBER_OF_MODEMS=64 +@@ -9,7 +9,7 @@ CFLAGS = -D NUMBER_OF_MODEMS=64 # CC=gcc # Comment this out, to enable statistics -CFLAGS += -D NOSTATS +#CFLAGS += -D NOSTATS - # Comment this out if iconv is not available on the system - #CFLAGS += -D USE_ICONV - - # Uncomment this is iconv is used and it's not included in libc: --#LFLAGS += -liconv -+#LDFLAGS += -liconv - # Uncomment this to force smsd to run in terminal mode #CFLAGS += -D TERMINAL -@@ -43,14 +43,14 @@ smsd: smsd.c extras.o locking.o cfgfile. +@@ -46,14 +46,14 @@ smsd: smsd.c extras.o locking.o cfgfile. ifneq (,$(findstring SOLARIS,$(CFLAGS))) ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS))) --override LFLAGS += -lsocket -lnsl -+override LDFLAGS += -lsocket -lnsl +- override LFLAGS += -lsocket -lnsl ++ override LDFLAGS += -lsocket -lnsl endif endif @@ -39,7 +32,7 @@ + $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) else - $(CC) `mm-config --cflags` $(CFLAGS) -o $@ $^ `mm-config --ldflags --libs` $(LFLAGS) -+ $(CC) `$(LOCALBASE)/bin/mm-config --cflags` $(CFLAGS) -o $@ $^ `$(LOCALBASE)/bin/mm-config --ldflags --libs` $(LDFLAGS) ++ $(CC) `mm-config --cflags` $(CFLAGS) -o $@ $^ `mm-config --ldflags --libs` $(LDFLAGS) endif clean:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702231425.v1NEPPVp098489>