[Midnightbsd-cvs] mports [24306] trunk/archivers/libzip/files: add patchset back

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 11 23:00:59 EDT 2018


Revision: 24306
          http://svnweb.midnightbsd.org/mports/?rev=24306
Author:   laffer1
Date:     2018-09-11 23:00:59 -0400 (Tue, 11 Sep 2018)
Log Message:
-----------
add patchset back

Added Paths:
-----------
    trunk/archivers/libzip/files/patch-lib__Makefile.in
    trunk/archivers/libzip/files/patch-libzip.pc.in

Added: trunk/archivers/libzip/files/patch-lib__Makefile.in
===================================================================
--- trunk/archivers/libzip/files/patch-lib__Makefile.in	                        (rev 0)
+++ trunk/archivers/libzip/files/patch-lib__Makefile.in	2018-09-12 03:00:59 UTC (rev 24306)
@@ -0,0 +1,23 @@
+--- lib/Makefile.in.orig	2016-02-19 14:21:44 UTC
++++ lib/Makefile.in
+@@ -367,8 +367,8 @@ AM_CFLAGS = @CFLAG_VISIBILITY@
+ libincludedir = ${libdir}/@PACKAGE@/include
+ lib_LTLIBRARIES = libzip.la
+ noinst_HEADERS = zipint.h
+-include_HEADERS = zip.h
+-nodist_libinclude_HEADERS = zipconf.h
++include_HEADERS = zip.h zipconf.h
++nodist_libinclude_HEADERS =
+ 
+ # also update CMakeLists.txt when changing version
+ libzip_la_LDFLAGS = -no-undefined -version-info 4:0:0
+@@ -882,8 +882,7 @@ info: info-am
+ 
+ info-am:
+ 
+-install-data-am: install-includeHEADERS \
+-	install-nodist_libincludeHEADERS
++install-data-am: install-includeHEADERS
+ 
+ install-dvi: install-dvi-am
+ 


Property changes on: trunk/archivers/libzip/files/patch-lib__Makefile.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/archivers/libzip/files/patch-libzip.pc.in
===================================================================
--- trunk/archivers/libzip/files/patch-libzip.pc.in	                        (rev 0)
+++ trunk/archivers/libzip/files/patch-libzip.pc.in	2018-09-12 03:00:59 UTC (rev 24306)
@@ -0,0 +1,17 @@
+--- libzip.pc.in.orig	2014-08-12 12:48:41 UTC
++++ libzip.pc.in
+@@ -2,7 +2,6 @@ prefix=@prefix@
+ exec_prefix=@exec_prefix@
+ libdir=@libdir@
+ includedir=@includedir@
+-libincludedir=@libdir@/@PACKAGE@/include
+ 
+ zipcmp=@prefix@/bin/zipcmp
+ 
+@@ -10,5 +9,5 @@ Name: libzip
+ Description: library for handling zip archives
+ Version: @VERSION@
+ Libs: @PKG_CONFIG_RPATH@ -L${libdir} -lzip @LIBS@
+-Cflags: -I${includedir} -I${libincludedir}
++Cflags: -I${includedir}
+ 


Property changes on: trunk/archivers/libzip/files/patch-libzip.pc.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list