pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/lr
Module Name: pkgsrc
Committed By: nia
Date: Wed Jan 15 16:24:18 UTC 2020
Modified Files:
pkgsrc/misc/lr: Makefile distinfo
Added Files:
pkgsrc/misc/lr/patches: patch-Makefile
Log Message:
lr: Needed missing patch to install to PREFIX.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/lr/Makefile pkgsrc/misc/lr/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/lr/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/misc/lr/Makefile
diff -u pkgsrc/misc/lr/Makefile:1.1 pkgsrc/misc/lr/Makefile:1.2
--- pkgsrc/misc/lr/Makefile:1.1 Wed Jan 15 14:56:46 2020
+++ pkgsrc/misc/lr/Makefile Wed Jan 15 16:24:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/15 14:56:46 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/15 16:24:18 nia Exp $
DISTNAME= lr-1.5
CATEGORIES= misc
@@ -11,6 +11,7 @@ HOMEPAGE= https://github.com/leahneukirc
COMMENT= List files, recursively
LICENSE= mit
+MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/lr/distinfo
diff -u pkgsrc/misc/lr/distinfo:1.1 pkgsrc/misc/lr/distinfo:1.2
--- pkgsrc/misc/lr/distinfo:1.1 Wed Jan 15 14:56:46 2020
+++ pkgsrc/misc/lr/distinfo Wed Jan 15 16:24:18 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2020/01/15 14:56:46 nia Exp $
+$NetBSD: distinfo,v 1.2 2020/01/15 16:24:18 nia Exp $
SHA1 (lr-1.5.tar.gz) = ceeb27c471b78bb0a34f077138690511020efd6c
RMD160 (lr-1.5.tar.gz) = 3045c617329176f6b804251446a82cf9ba468bdc
SHA512 (lr-1.5.tar.gz) = f703dcc4e79c2ab631ac10b19a566074480c1f62ccbdea32ea550256cc6c907454c90e6fc8a93f23ce2ffbd6dfb631bacbbb2e1c1828cbebb8a9c4a79d605f12
Size (lr-1.5.tar.gz) = 37824 bytes
-SHA1 (patch-Makefile) = 0a611c0e7448b7576279a5d62989800ce921e3f2
+SHA1 (patch-Makefile) = c994eb24924129a6303d167d56ef78b84690a0e1
Added files:
Index: pkgsrc/misc/lr/patches/patch-Makefile
diff -u /dev/null pkgsrc/misc/lr/patches/patch-Makefile:1.1
--- /dev/null Wed Jan 15 16:24:18 2020
+++ pkgsrc/misc/lr/patches/patch-Makefile Wed Jan 15 16:24:18 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile,v 1.1 2020/01/15 16:24:18 nia Exp $
+
+Do not override CFLAGS.
+
+--- Makefile.orig 2020-01-01 12:31:32.000000000 +0000
++++ Makefile
+@@ -1,7 +1,7 @@
+ ALL=lr
+ ZSHCOMP=_lr
+
+-CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings
++CFLAGS+= -Wall -Wno-switch -Wextra -Wwrite-strings
+
+ DESTDIR=
+ PREFIX=/usr/local
Home |
Main Index |
Thread Index |
Old Index