From owner-svn-ports-head@freebsd.org Wed Nov 23 14:43:10 2016 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 CCC4DC51305; Wed, 23 Nov 2016 14:43:10 +0000 (UTC) (envelope-from amdmi3@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 9EA7E8FA; Wed, 23 Nov 2016 14:43:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uANEh93D084720; Wed, 23 Nov 2016 14:43:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANEh9MU084718; Wed, 23 Nov 2016 14:43:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611231443.uANEh9MU084718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 23 Nov 2016 14:43:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426929 - in head/security/smap: . 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: Wed, 23 Nov 2016 14:43:10 -0000 Author: amdmi3 Date: Wed Nov 23 14:43:09 2016 New Revision: 426929 URL: https://svnweb.freebsd.org/changeset/ports/426929 Log: - Add LICENSE - Respect CFLAGS/LDFLAGS Added: head/security/smap/files/ head/security/smap/files/patch-Makefile (contents, props changed) Modified: head/security/smap/Makefile Modified: head/security/smap/Makefile ============================================================================== --- head/security/smap/Makefile Wed Nov 23 14:41:04 2016 (r426928) +++ head/security/smap/Makefile Wed Nov 23 14:43:09 2016 (r426929) @@ -3,13 +3,17 @@ PORTNAME= smap PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://www.wormulon.net/smap/ MAINTAINER= ports@FreeBSD.org COMMENT= SIP scanner and identifier +# does not really specify # of clauses, so stay +# with strictest variant to be on a safe side +LICENSE= BSD4CLAUSE + USES= gmake do-install: Added: head/security/smap/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/smap/files/patch-Makefile Wed Nov 23 14:43:09 2016 (r426929) @@ -0,0 +1,13 @@ +--- Makefile.orig 2007-05-10 13:45:31 UTC ++++ Makefile +@@ -8,8 +8,8 @@ + # + # $Id: Makefile,v 1.15 2007/05/10 13:45:31 hscholz Exp $ + +-LDFLAGS= -L/usr/local/lib -lm +-CFLAGS= -Wall -g -I/usr/local/include ++LDFLAGS+= -lm ++CFLAGS+= -Wall + CFLAGS+= -DHAVE_RANDOM -DRAW_SOCKET + CC?= gcc + OBJS= error.o fingerprint.o helpers.o icmpping.o localip.o request.o randomizer.o response.o scan.o sip.o smap.o stats.o stun.o test_accept.o test_allow.o test_supported.o test_headers.o transport_udp.o transport_tcp.o