pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/epeg



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 14:13:22 UTC 2021

Modified Files:
        pkgsrc/graphics/epeg: Makefile distinfo
Added Files:
        pkgsrc/graphics/epeg/patches: patch-src_lib_Makefile.in
Removed Files:
        pkgsrc/graphics/epeg/patches: patch-aa

Log Message:
epeg: honor LDFLAGS


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/epeg/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/epeg/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/epeg/patches/patch-aa
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/epeg/patches/patch-src_lib_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/epeg/Makefile
diff -u pkgsrc/graphics/epeg/Makefile:1.12 pkgsrc/graphics/epeg/Makefile:1.13
--- pkgsrc/graphics/epeg/Makefile:1.12  Sun Sep  3 08:36:54 2017
+++ pkgsrc/graphics/epeg/Makefile       Fri May 14 14:13:22 2021
@@ -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 @@ MASTER_SITES=           ${MASTER_SITE_SOURCEFORGE
 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

Index: pkgsrc/graphics/epeg/distinfo
diff -u pkgsrc/graphics/epeg/distinfo:1.4 pkgsrc/graphics/epeg/distinfo:1.5
--- pkgsrc/graphics/epeg/distinfo:1.4   Tue Nov  3 21:33:56 2015
+++ pkgsrc/graphics/epeg/distinfo       Fri May 14 14:13:22 2021
@@ -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

Added files:

Index: pkgsrc/graphics/epeg/patches/patch-src_lib_Makefile.in
diff -u /dev/null pkgsrc/graphics/epeg/patches/patch-src_lib_Makefile.in:1.1
--- /dev/null   Fri May 14 14:13:22 2021
+++ pkgsrc/graphics/epeg/patches/patch-src_lib_Makefile.in      Fri May 14 14:13:22 2021
@@ -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