pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/tweak
Module Name: pkgsrc
Committed By: nia
Date: Sun Jul 9 15:27:00 UTC 2023
Modified Files:
pkgsrc/editors/tweak: Makefile distinfo
pkgsrc/editors/tweak/patches: patch-Makefile
Log Message:
tweak: Honour LDFLAGS, should fix the build on some platforms
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/editors/tweak/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/tweak/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/tweak/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/editors/tweak/Makefile
diff -u pkgsrc/editors/tweak/Makefile:1.8 pkgsrc/editors/tweak/Makefile:1.9
--- pkgsrc/editors/tweak/Makefile:1.8 Mon Jun 27 15:29:15 2022
+++ pkgsrc/editors/tweak/Makefile Sun Jul 9 15:27:00 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2022/06/27 15:29:15 fcambus Exp $
+# $NetBSD: Makefile,v 1.9 2023/07/09 15:27:00 nia Exp $
#
DISTNAME= tweak-3.02
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/tweak/
Index: pkgsrc/editors/tweak/distinfo
diff -u pkgsrc/editors/tweak/distinfo:1.9 pkgsrc/editors/tweak/distinfo:1.10
--- pkgsrc/editors/tweak/distinfo:1.9 Mon Nov 1 21:33:26 2021
+++ pkgsrc/editors/tweak/distinfo Sun Jul 9 15:27:00 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2021/11/01 21:33:26 fcambus Exp $
+$NetBSD: distinfo,v 1.10 2023/07/09 15:27:00 nia Exp $
BLAKE2s (tweak-3.02.tar.gz) = 170eca560ea496ce821c273c481e638ef65fa22d81d3179a8c1fbdeffbe23376
SHA512 (tweak-3.02.tar.gz) = 4cf16eae1c48073ca77b0577585473288d7ecbc2d261a359db2cff372c1850cd809becb46bc745ac7d07e982d5eae9a0e0332402267ebab6b12cc952a02cff4e
Size (tweak-3.02.tar.gz) = 71939 bytes
-SHA1 (patch-Makefile) = 43041b78d4bb28c84ab53792cbd39603c8ece038
+SHA1 (patch-Makefile) = 1bc33c0e261e6ae5329562b490f5e79ed6a87d04
SHA1 (patch-keytab.c) = 369ec87681d21cc26f104ba5ef9cd59a2c99707a
SHA1 (patch-rcfile.c) = 82bf8d167537de068650d3feaf5552ff7bb2be1b
Index: pkgsrc/editors/tweak/patches/patch-Makefile
diff -u pkgsrc/editors/tweak/patches/patch-Makefile:1.5 pkgsrc/editors/tweak/patches/patch-Makefile:1.6
--- pkgsrc/editors/tweak/patches/patch-Makefile:1.5 Fri May 14 14:22:04 2021
+++ pkgsrc/editors/tweak/patches/patch-Makefile Sun Jul 9 15:27:00 2023
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.5 2021/05/14 14:22:04 nia Exp $
+$NetBSD: patch-Makefile,v 1.6 2023/07/09 15:27:00 nia Exp $
DESTDIR and curses support.
@@ -35,3 +35,12 @@ DESTDIR and curses support.
TWEAK += curses.o
endif
+@@ -44,7 +44,7 @@ endif
+ all: tweak tweak.1 btree.html
+
+ tweak: $(TWEAK)
+- $(LINK) -o tweak $(TWEAK) $(LIBS)
++ $(LINK) $(LFLAGS) -o tweak $(TWEAK) $(LIBS)
+
+ tweak.1: manpage.but
+ halibut --man=$@ $<
Home |
Main Index |
Thread Index |
Old Index