pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/glew glew: restore patch chunk lost in update...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dce10f3752d9
branches:  trunk
changeset: 447172:dce10f3752d9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 17 14:20:35 2021 +0000

description:
glew: restore patch chunk lost in update that fixes RELRO build

Bump PKGREVISION.

diffstat:

 graphics/glew/Makefile               |   3 ++-
 graphics/glew/distinfo               |   4 ++--
 graphics/glew/patches/patch-Makefile |  11 ++++++++++-
 3 files changed, 14 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r 59889d73a9ca -r dce10f3752d9 graphics/glew/Makefile
--- a/graphics/glew/Makefile    Wed Feb 17 14:17:31 2021 +0000
+++ b/graphics/glew/Makefile    Wed Feb 17 14:20:35 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2021/02/16 10:25:01 nia Exp $
+# $NetBSD: Makefile,v 1.27 2021/02/17 14:20:35 wiz Exp $
 
 DISTNAME=      glew-2.2.0
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nigels-com/}
 GITHUB_RELEASE=        ${DISTNAME}
diff -r 59889d73a9ca -r dce10f3752d9 graphics/glew/distinfo
--- a/graphics/glew/distinfo    Wed Feb 17 14:17:31 2021 +0000
+++ b/graphics/glew/distinfo    Wed Feb 17 14:20:35 2021 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.26 2021/02/16 10:25:01 nia Exp $
+$NetBSD: distinfo,v 1.27 2021/02/17 14:20:35 wiz Exp $
 
 SHA1 (glew-2.2.0.tgz) = 22d6e9b9e691080eb6313407dbf51cfebc3345ea
 RMD160 (glew-2.2.0.tgz) = d36b8aea152ad3b18889e048eb680ab9772959c9
 SHA512 (glew-2.2.0.tgz) = 57453646635609d54f62fb32a080b82b601fd471fcfd26e109f479b3fef6dfbc24b83f4ba62916d07d62cd06d1409ad7aa19bc1cd7cf3639c103c815b8be31d1
 Size (glew-2.2.0.tgz) = 835861 bytes
-SHA1 (patch-Makefile) = 40e1cc85e625c99f7a6c3aa068b261601419c43a
+SHA1 (patch-Makefile) = 14f54ec17a0650c119de5950628a276b5691b882
 SHA1 (patch-config_Makefile.freebsd) = dcfdf2a6bde59529412bff2529d976df6c9bf6a4
 SHA1 (patch-config_Makefile.linux) = 49ae0366211065225c944cd0088af6e591f12aa9
 SHA1 (patch-config_Makefile.netbsd) = b7df2081f77ec7df0a6e7727c3ddcb68129e7e9c
diff -r 59889d73a9ca -r dce10f3752d9 graphics/glew/patches/patch-Makefile
--- a/graphics/glew/patches/patch-Makefile      Wed Feb 17 14:17:31 2021 +0000
+++ b/graphics/glew/patches/patch-Makefile      Wed Feb 17 14:20:35 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.2 2021/02/16 10:25:01 nia Exp $
+$NetBSD: patch-Makefile,v 1.3 2021/02/17 14:20:35 wiz Exp $
 
 On Darwin, do not put GLU as required lib in glew.pc.
 Use LDFLAGS for linking.
@@ -16,6 +16,15 @@
  
  DIST_NAME    ?= glew-$(GLEW_VERSION)
  DIST_SRC_ZIP ?= $(shell pwd)/$(DIST_NAME).zip
+@@ -120,7 +122,7 @@ ifneq ($(STRIP),)
+ endif
+ 
+ $(LIB.SHARED.DIR)/$(LIB.SHARED): $(LIB.SOBJS)
+-      $(LD) $(LDFLAGS.SO) -o $@ $^ $(LIB.LDFLAGS) $(LIB.LIBS)
++      $(CC) $(LDFLAGS) $(LDFLAGS.SO) -o $@ $^ $(LIB.LDFLAGS) $(LIB.LIBS)
+ ifneq ($(LN),)
+       $(LN) $(LIB.SHARED) $(LIB.SHARED.DIR)/$(LIB.SONAME)
+       $(LN) $(LIB.SHARED) $(LIB.SHARED.DIR)/$(LIB.DEVLNK)
 @@ -180,13 +182,13 @@ bin:
        mkdir bin
  



Home | Main Index | Thread Index | Old Index