From owner-svn-ports-head@freebsd.org Thu Feb 23 14:25:26 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AED7CEBAB8; Thu, 23 Feb 2017 14:25:26 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BE7E1D1D; Thu, 23 Feb 2017 14:25:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1NEPPMA098491; Thu, 23 Feb 2017 14:25:25 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1NEPPVp098489; Thu, 23 Feb 2017 14:25:25 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201702231425.v1NEPPVp098489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 23 Feb 2017 14:25:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434668 - in head/comms/smstools3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2017 14:25:26 -0000 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: