From owner-svn-ports-head@freebsd.org Wed Jul 12 14:42:20 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 EF109D99216; Wed, 12 Jul 2017 14:42:20 +0000 (UTC) (envelope-from jpaetzel@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 BEC0764DD4; Wed, 12 Jul 2017 14:42:20 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6CEgJvi021655; Wed, 12 Jul 2017 14:42:19 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6CEgJwQ021651; Wed, 12 Jul 2017 14:42:19 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201707121442.v6CEgJwQ021651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Wed, 12 Jul 2017 14:42:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445585 - in head/devel/popt: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jpaetzel X-SVN-Commit-Paths: in head/devel/popt: . files X-SVN-Commit-Revision: 445585 X-SVN-Commit-Repository: ports 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, 12 Jul 2017 14:42:21 -0000 Author: jpaetzel Date: Wed Jul 12 14:42:19 2017 New Revision: 445585 URL: https://svnweb.freebsd.org/changeset/ports/445585 Log: Add LICENSE Along the way silence portlint warnings about the patch files. Modified: head/devel/popt/Makefile head/devel/popt/files/patch-Makefile.in head/devel/popt/files/patch-popt.3 head/devel/popt/files/patch-popt.c Modified: head/devel/popt/Makefile ============================================================================== --- head/devel/popt/Makefile Wed Jul 12 12:29:37 2017 (r445584) +++ head/devel/popt/Makefile Wed Jul 12 14:42:19 2017 (r445585) @@ -10,6 +10,8 @@ MASTER_SITES= http://rpm5.org/files/popt/ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Getopt(3) like library with a number of enhancements, from Redhat +LICENSE= MIT + OPTIONS_DEFINE= NLS GNU_CONFIGURE= yes Modified: head/devel/popt/files/patch-Makefile.in ============================================================================== --- head/devel/popt/files/patch-Makefile.in Wed Jul 12 12:29:37 2017 (r445584) +++ head/devel/popt/files/patch-Makefile.in Wed Jul 12 14:42:19 2017 (r445585) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2010-05-05 04:55:59.000000000 +0800 -+++ Makefile.in 2010-06-16 00:29:47.000000000 +0800 -@@ -92,7 +92,7 @@ +--- Makefile.in.orig 2017-07-12 14:39:00 UTC ++++ Makefile.in +@@ -92,7 +92,7 @@ am__base_list = \ am__installdirs = "$(DESTDIR)$(usrlibdir)" "$(DESTDIR)$(man3dir)" \ "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" LTLIBRARIES = $(usrlib_LTLIBRARIES) @@ -9,7 +9,7 @@ am_libpopt_la_OBJECTS = popt.lo poptparse.lo poptconfig.lo popthelp.lo \ poptint.lo libpopt_la_OBJECTS = $(am_libpopt_la_OBJECTS) -@@ -349,16 +349,16 @@ +@@ -349,16 +349,16 @@ AM_CPPFLAGS = -I. -I$(top_srcdir) noinst_HEADERS = poptint.h system.h test1_SOURCES = test1.c test1_LDFLAGS = Modified: head/devel/popt/files/patch-popt.3 ============================================================================== --- head/devel/popt/files/patch-popt.3 Wed Jul 12 12:29:37 2017 (r445584) +++ head/devel/popt/files/patch-popt.3 Wed Jul 12 14:42:19 2017 (r445585) @@ -1,6 +1,6 @@ ---- popt.3.orig 2009-07-26 02:52:36.000000000 +0800 -+++ popt.3 2010-06-16 00:39:09.000000000 +0800 -@@ -24,7 +24,7 @@ +--- popt.3.orig 2009-07-25 18:52:36 UTC ++++ popt.3 +@@ -24,7 +24,7 @@ popt \- Parse command line options .sp .BI "const char ** poptGetArgs(poptContext " con ); .sp @@ -9,7 +9,7 @@ .sp .BI "const char * poptBadOption(poptContext " con ", int " flags ); .sp -@@ -498,7 +498,7 @@ +@@ -498,7 +498,7 @@ Two functions are available to make it easy for applic good error messages. .HP .nf Modified: head/devel/popt/files/patch-popt.c ============================================================================== --- head/devel/popt/files/patch-popt.c Wed Jul 12 12:29:37 2017 (r445584) +++ head/devel/popt/files/patch-popt.c Wed Jul 12 14:42:19 2017 (r445585) @@ -1,6 +1,6 @@ ---- popt.c.orig 2010-01-19 08:39:10.000000000 +0800 -+++ popt.c 2010-06-16 00:38:47.000000000 +0800 -@@ -22,6 +22,9 @@ +--- popt.c.orig 2010-01-19 00:39:10 UTC ++++ popt.c +@@ -22,6 +22,9 @@ extern long long int strtoll(const char *nptr, /*@null #include #endif #include