pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/potrace Quick fix: install the include file; ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3cefb98fa56
branches:  trunk
changeset: 358283:e3cefb98fa56
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 08 18:03:27 2017 +0000

description:
Quick fix: install the include file; remove patches

diffstat:

 graphics/potrace/Makefile                      |   3 ++-
 graphics/potrace/PLIST                         |   3 ++-
 graphics/potrace/distinfo                      |   4 +---
 graphics/potrace/patches/patch-src_Makefile.am |  17 -----------------
 graphics/potrace/patches/patch-src_Makefile.in |  26 --------------------------
 5 files changed, 5 insertions(+), 48 deletions(-)

diffs (93 lines):

diff -r d0312bdaf5e6 -r e3cefb98fa56 graphics/potrace/Makefile
--- a/graphics/potrace/Makefile Wed Feb 08 17:53:51 2017 +0000
+++ b/graphics/potrace/Makefile Wed Feb 08 18:03:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/02/08 17:53:51 adam Exp $
+# $NetBSD: Makefile,v 1.12 2017/02/08 18:03:27 adam Exp $
 
 DISTNAME=      potrace-1.13
 CATEGORIES=    graphics
@@ -12,6 +12,7 @@
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --with-libpotrace
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d0312bdaf5e6 -r e3cefb98fa56 graphics/potrace/PLIST
--- a/graphics/potrace/PLIST    Wed Feb 08 17:53:51 2017 +0000
+++ b/graphics/potrace/PLIST    Wed Feb 08 18:03:27 2017 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/17 21:56:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/02/08 18:03:27 adam Exp $
 bin/mkbitmap
 bin/potrace
+include/potracelib.h
 lib/libpotrace.la
 man/man1/mkbitmap.1
 man/man1/potrace.1
diff -r d0312bdaf5e6 -r e3cefb98fa56 graphics/potrace/distinfo
--- a/graphics/potrace/distinfo Wed Feb 08 17:53:51 2017 +0000
+++ b/graphics/potrace/distinfo Wed Feb 08 18:03:27 2017 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/02/08 17:53:51 adam Exp $
+$NetBSD: distinfo,v 1.10 2017/02/08 18:03:27 adam Exp $
 
 SHA1 (potrace-1.13.tar.gz) = fe8e42e0b5f7d3130b494818d6b1872e29097cd5
 RMD160 (potrace-1.13.tar.gz) = ff51f938641bfc81236dd4daba54c00915e883c0
 SHA512 (potrace-1.13.tar.gz) = d7b1e72bee388aa309a5fbf3944b9409d912f2ed8a089a44dfca597b55d88bdf08778d40fc487e6689a873631c24cd393894ff353442dc778dfd0d3068121484
 Size (potrace-1.13.tar.gz) = 605931 bytes
-SHA1 (patch-src_Makefile.am) = 4476e3719269afd1d8455eca89baba8feeaaa18d
-SHA1 (patch-src_Makefile.in) = a4eae96751dc22a75594e91347bff6c4e6aff45c
diff -r d0312bdaf5e6 -r e3cefb98fa56 graphics/potrace/patches/patch-src_Makefile.am
--- a/graphics/potrace/patches/patch-src_Makefile.am    Wed Feb 08 17:53:51 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_Makefile.am,v 1.2 2017/02/08 17:53:52 adam Exp $
-
-The result of replacing EXTRA_LIBRARIES with lib_LTLIBRARIES
-and rerunning automake-1.11.3 to make it install the needed libpotrace.
-
---- src/Makefile.am.orig       2015-10-23 01:25:37.000000000 +0000
-+++ src/Makefile.am
-@@ -39,8 +39,7 @@ libsources = curve.c curve.h trace.c tra
-  decompose.h potracelib.c potracelib.h lists.h auxiliary.h bitmap.h   \
-  progress.h
- 
--lib_LTLIBRARIES = $(INSTLIBS)
--EXTRA_LTLIBRARIES = libpotrace.la
-+lib_LTLIBRARIES = libpotrace.la
- libpotrace_la_SOURCES = $(libsources)
- libpotrace_la_LDFLAGS = -version-info 0:3:0 -rpath '$(libdir)' \
-  -export-symbols $(srcdir)/libpotrace-export.sym -no-undefined
diff -r d0312bdaf5e6 -r e3cefb98fa56 graphics/potrace/patches/patch-src_Makefile.in
--- a/graphics/potrace/patches/patch-src_Makefile.in    Wed Feb 08 17:53:51 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-$NetBSD: patch-src_Makefile.in,v 1.3 2017/02/08 17:53:52 adam Exp $
-
-The result of replacing EXTRA_LIBRARIES with lib_LTLIBRARIES
-and rerunning automake-1.11.3 to make it install the needed libpotrace.
-
---- src/Makefile.in.orig       2015-10-23 01:42:02.000000000 +0000
-+++ src/Makefile.in
-@@ -378,8 +378,7 @@ libsources = curve.c curve.h trace.c tra
-  decompose.h potracelib.c potracelib.h lists.h auxiliary.h bitmap.h   \
-  progress.h
- 
--lib_LTLIBRARIES = $(INSTLIBS)
--EXTRA_LTLIBRARIES = libpotrace.la
-+lib_LTLIBRARIES = libpotrace.la
- libpotrace_la_SOURCES = $(libsources)
- libpotrace_la_LDFLAGS = -version-info 0:3:0 -rpath '$(libdir)' \
-  -export-symbols $(srcdir)/libpotrace-export.sym -no-undefined
-@@ -464,7 +463,7 @@ clean-libLTLIBRARIES:
-       }
- 
- libpotrace.la: $(libpotrace_la_OBJECTS) $(libpotrace_la_DEPENDENCIES) $(EXTRA_libpotrace_la_DEPENDENCIES) 
--      $(AM_V_CCLD)$(libpotrace_la_LINK)  $(libpotrace_la_OBJECTS) $(libpotrace_la_LIBADD) $(LIBS)
-+      $(AM_V_CCLD)$(libpotrace_la_LINK) -rpath $(libdir) $(libpotrace_la_OBJECTS) $(libpotrace_la_LIBADD) $(LIBS)
- install-binPROGRAMS: $(bin_PROGRAMS)
-       @$(NORMAL_INSTALL)
-       @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \



Home | Main Index | Thread Index | Old Index