pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/giflib Fix soname of libgifutils.so. Bump rev...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fcdb3d30cce
branches:  trunk
changeset: 413409:9fcdb3d30cce
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 19 23:58:33 2020 +0000

description:
Fix soname of libgifutils.so. Bump revision.

diffstat:

 graphics/giflib/Makefile               |  4 ++--
 graphics/giflib/distinfo               |  4 ++--
 graphics/giflib/patches/patch-Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r 0d1178481345 -r 9fcdb3d30cce graphics/giflib/Makefile
--- a/graphics/giflib/Makefile  Thu Mar 19 22:46:34 2020 +0000
+++ b/graphics/giflib/Makefile  Thu Mar 19 23:58:33 2020 +0000
@@ -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
 
diff -r 0d1178481345 -r 9fcdb3d30cce graphics/giflib/distinfo
--- a/graphics/giflib/distinfo  Thu Mar 19 22:46:34 2020 +0000
+++ b/graphics/giflib/distinfo  Thu Mar 19 23:58:33 2020 +0000
@@ -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
diff -r 0d1178481345 -r 9fcdb3d30cce graphics/giflib/patches/patch-Makefile
--- a/graphics/giflib/patches/patch-Makefile    Thu Mar 19 22:46:34 2020 +0000
+++ b/graphics/giflib/patches/patch-Makefile    Thu Mar 19 23:58:33 2020 +0000
@@ -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 @@
 +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