pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/scdoc
Module Name: pkgsrc
Committed By: js
Date: Mon Aug 31 20:01:12 UTC 2020
Modified Files:
pkgsrc/textproc/scdoc: distinfo
Added Files:
pkgsrc/textproc/scdoc/patches: patch-Makefile
Log Message:
Remove -static in textproc/scdoc to fix Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/scdoc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/scdoc/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/textproc/scdoc/distinfo
diff -u pkgsrc/textproc/scdoc/distinfo:1.1 pkgsrc/textproc/scdoc/distinfo:1.2
--- pkgsrc/textproc/scdoc/distinfo:1.1 Mon Mar 23 02:29:17 2020
+++ pkgsrc/textproc/scdoc/distinfo Mon Aug 31 20:01:12 2020
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2020/03/23 02:29:17 riastradh Exp $
+$NetBSD: distinfo,v 1.2 2020/08/31 20:01:12 js Exp $
SHA1 (scdoc-1.10.1.tar.gz) = 5fbd5a9d9af526d92c71dcef46a220facbc2eabc
RMD160 (scdoc-1.10.1.tar.gz) = fe7d7ed1859a4bcb989e02435506406cea014d07
SHA512 (scdoc-1.10.1.tar.gz) = 2b6f86263aa7d2f3b08e00772446f8ae067178b8c4ed6d53cb0ed75a8326eb96288813af5faa403a2fbcbfca131adf6e2ca614bcac90c6c3bf979b6c15ec21ad
Size (scdoc-1.10.1.tar.gz) = 12447 bytes
+SHA1 (patch-Makefile) = db6776d997201358c442277f8ca07ee4858e6697
Added files:
Index: pkgsrc/textproc/scdoc/patches/patch-Makefile
diff -u /dev/null pkgsrc/textproc/scdoc/patches/patch-Makefile:1.1
--- /dev/null Mon Aug 31 20:01:12 2020
+++ pkgsrc/textproc/scdoc/patches/patch-Makefile Mon Aug 31 20:01:12 2020
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile,v 1.1 2020/08/31 20:01:12 js Exp $
+
+-static does not work on macOS, and there is no reason why this needs
+to be static.
+
+--- Makefile.orig 2020-02-14 21:38:03.000000000 +0000
++++ Makefile
+@@ -1,6 +1,5 @@
+ VERSION=1.10.1
+ CFLAGS+=-g -DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter
+-LDFLAGS+=-static
+ INCLUDE+=-Iinclude
+ PREFIX?=/usr/local
+ _INSTDIR=$(DESTDIR)$(PREFIX)
Home |
Main Index |
Thread Index |
Old Index