Date: Wed, 12 Jul 2017 14:42:19 +0000 (UTC) From: Josh Paetzel <jpaetzel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445585 - in head/devel/popt: . files Message-ID: <201707121442.v6CEgJwQ021651@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <float.h> #endif #include <math.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707121442.v6CEgJwQ021651>