pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/giflib
Module Name: pkgsrc
Committed By: joerg
Date: Thu Mar 19 23:58:34 UTC 2020
Modified Files:
pkgsrc/graphics/giflib: Makefile distinfo
pkgsrc/graphics/giflib/patches: patch-Makefile
Log Message:
Fix soname of libgifutils.so. Bump revision.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/graphics/giflib/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/giflib/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/giflib/patches/patch-Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/giflib/Makefile
diff -u pkgsrc/graphics/giflib/Makefile:1.52 pkgsrc/graphics/giflib/Makefile:1.53
--- pkgsrc/graphics/giflib/Makefile:1.52 Mon Jan 13 07:20:17 2020
+++ pkgsrc/graphics/giflib/Makefile Thu Mar 19 23:58:33 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2020/01/13 07:20:17 minskim Exp $
+# $NetBSD: Makefile,v 1.53 2020/03/19 23:58:33 joerg Exp $
.include "Makefile.common"
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= GIF image format library
Index: pkgsrc/graphics/giflib/distinfo
diff -u pkgsrc/graphics/giflib/distinfo:1.21 pkgsrc/graphics/giflib/distinfo:1.22
--- pkgsrc/graphics/giflib/distinfo:1.21 Wed Jan 22 20:46:49 2020
+++ pkgsrc/graphics/giflib/distinfo Thu Mar 19 23:58:33 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2020/01/22 20:46:49 sevan Exp $
+$NetBSD: distinfo,v 1.22 2020/03/19 23:58:33 joerg Exp $
SHA1 (giflib-5.2.1.tar.gz) = c3f774dcbdf26afded7788979c8081d33c6426dc
RMD160 (giflib-5.2.1.tar.gz) = bc4be3ddaef877e4fd546b1240fe94dec8ef3e27
SHA512 (giflib-5.2.1.tar.gz) = 4550e53c21cb1191a4581e363fc9d0610da53f7898ca8320f0d3ef6711e76bdda2609c2df15dc94c45e28bff8de441f1227ec2da7ea827cb3c0405af4faa4736
Size (giflib-5.2.1.tar.gz) = 444187 bytes
-SHA1 (patch-Makefile) = 9a65622d3ac2cfffef06c743b917693513f1cd7c
+SHA1 (patch-Makefile) = 056d12c235600ea3e3f29c1707ecac904dc0e049
Index: pkgsrc/graphics/giflib/patches/patch-Makefile
diff -u pkgsrc/graphics/giflib/patches/patch-Makefile:1.3 pkgsrc/graphics/giflib/patches/patch-Makefile:1.4
--- pkgsrc/graphics/giflib/patches/patch-Makefile:1.3 Wed Jan 22 20:46:49 2020
+++ pkgsrc/graphics/giflib/patches/patch-Makefile Thu Mar 19 23:58:34 2020
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.3 2020/01/22 20:46:49 sevan Exp $
+$NetBSD: patch-Makefile,v 1.4 2020/03/19 23:58:34 joerg Exp $
- Inherit the PREFIX rather than hard-coding it.
- Adjust location where manuals are installed.
@@ -72,7 +72,7 @@ $NetBSD: patch-Makefile,v 1.3 2020/01/22
+ifeq ($(UNAME), Darwin)
+ $(CC) $(CFLAGS) -dynamiclib -current_version $(LIBVER) $(OBJECTS) -o $(LIBUTILSO)
+else
-+ $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname -Wl,$(LIBUTILMAJOR) -o $(LIBUTILSO) $(UOBJECTS)
++ $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname -Wl,$(LIBUTILSOMAJOR) -o $(LIBUTILSO) $(UOBJECTS)
+endif
libutil.a: $(UOBJECTS) $(UHEADERS)
Home |
Main Index |
Thread Index |
Old Index