pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/epeg epeg: honor LDFLAGS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a57c6166807d
branches:  trunk
changeset: 452719:a57c6166807d
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 14 14:13:22 2021 +0000

description:
epeg: honor LDFLAGS

diffstat:

 graphics/epeg/Makefile                          |   3 ++-
 graphics/epeg/distinfo                          |   4 ++--
 graphics/epeg/patches/patch-aa                  |  13 -------------
 graphics/epeg/patches/patch-src_lib_Makefile.in |  14 ++++++++++++++
 4 files changed, 18 insertions(+), 16 deletions(-)

diffs (65 lines):

diff -r 3c4f82d416ae -r a57c6166807d graphics/epeg/Makefile
--- a/graphics/epeg/Makefile    Fri May 14 14:09:05 2021 +0000
+++ b/graphics/epeg/Makefile    Fri May 14 14:13:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/09/03 08:36:54 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2021/05/14 14:13:22 nia Exp $
 #
 
 DISTNAME=              epeg-0.9.0
@@ -9,6 +9,7 @@
 MAINTAINER=            Peter.Bex%student.kun.nl@localhost
 #HOMEPAGE=             https://www.enlightenment.org/Libraries/Epeg/
 COMMENT=               Fast JPEG scaling library for thumbnail generation
+LICENSE=               original-bsd # ish
 
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
diff -r 3c4f82d416ae -r a57c6166807d graphics/epeg/distinfo
--- a/graphics/epeg/distinfo    Fri May 14 14:09:05 2021 +0000
+++ b/graphics/epeg/distinfo    Fri May 14 14:13:22 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 21:33:56 agc Exp $
+$NetBSD: distinfo,v 1.5 2021/05/14 14:13:22 nia Exp $
 
 SHA1 (epeg-0.9.0.tar.gz) = 06485f476078624cb847ed0bae0381663fc30301
 RMD160 (epeg-0.9.0.tar.gz) = b4835ddea6c7a64fdd3fa769af4866f53b7ebf17
 SHA512 (epeg-0.9.0.tar.gz) = 0eff5e8d26f4a3d010eeb0ae8ab11c4e41753feb7da1c9d31ab60a37a8e3fd50c5fcf4c26009bec761c5147a2e22b8ca837c94494fe3745ee870879221795c58
 Size (epeg-0.9.0.tar.gz) = 2340371 bytes
-SHA1 (patch-aa) = c71d5b423992d4e9fff55123e73760272755bd27
+SHA1 (patch-src_lib_Makefile.in) = 9d40fa90397e68c806ee174a3a965c717f03acb5
diff -r 3c4f82d416ae -r a57c6166807d graphics/epeg/patches/patch-aa
--- a/graphics/epeg/patches/patch-aa    Fri May 14 14:09:05 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/02/02 18:21:00 joerg Exp $
-
---- src/lib/Makefile.in.orig   2006-02-02 18:13:49.000000000 +0000
-+++ src/lib/Makefile.in
-@@ -92,7 +92,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign
- # A list of all the files in the current directory which can be regenerated
- MAINTAINERCLEANFILES = Makefile.in
- 
--LDFLAGS = -L/usr/local/lib
-+LDFLAGS = ${COMPILER_RPATH_FLAG}${PREFIX}/lib
- INCLUDES = -I/usr/local/include                      -I$(includedir)                 @my_includes@
- 
- 
diff -r 3c4f82d416ae -r a57c6166807d graphics/epeg/patches/patch-src_lib_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/epeg/patches/patch-src_lib_Makefile.in   Fri May 14 14:13:22 2021 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_lib_Makefile.in,v 1.1 2021/05/14 14:13:22 nia Exp $
+
+Honor LDFLAGS.
+
+--- src/lib/Makefile.in.orig   2004-07-30 03:29:18.000000000 +0000
++++ src/lib/Makefile.in
+@@ -92,7 +92,6 @@ AUTOMAKE_OPTIONS = 1.4 foreign
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in
+ 
+-LDFLAGS = -L/usr/local/lib
+ INCLUDES = -I/usr/local/include                      -I$(includedir)                 @my_includes@
+ 
+ 



Home | Main Index | Thread Index | Old Index