pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/jove
Module Name: pkgsrc
Committed By: gutteridge
Date: Tue Dec 19 01:00:27 UTC 2023
Modified Files:
pkgsrc/editors/jove: Makefile
pkgsrc/editors/jove/patches: patch-proc.c
Log Message:
jove: minor pkglint cleanup
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/editors/jove/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/jove/patches/patch-proc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/jove/Makefile
diff -u pkgsrc/editors/jove/Makefile:1.20 pkgsrc/editors/jove/Makefile:1.21
--- pkgsrc/editors/jove/Makefile:1.20 Fri Sep 6 14:52:39 2019
+++ pkgsrc/editors/jove/Makefile Tue Dec 19 01:00:27 2023
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/09/06 14:52:39 christos Exp $
-#
+# $NetBSD: Makefile,v 1.21 2023/12/19 01:00:27 gutteridge Exp $
DISTNAME= jove4.16.0.74
PKGNAME= ${DISTNAME:S/jove/jove-/}
@@ -19,8 +18,8 @@ MAKE_FLAGS+= NROFF=${NROFF:Q}
INSTALL_MAKE_FLAGS+= JOVEHOME=${DESTDIR}${PREFIX}
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
-CFLAGS.NetBSD+=-DUSE_OPENPTY -DNO_TIOCREMOTE
-LDFLAGS.NetBSD+=-lutil
+CFLAGS.NetBSD+= -DUSE_OPENPTY -DNO_TIOCREMOTE
+LDFLAGS.NetBSD+= -lutil
SUBST_CLASSES+= getline
SUBST_STAGE.getline= pre-build # no pre-configure with NO_CONFIGURE...
Index: pkgsrc/editors/jove/patches/patch-proc.c
diff -u pkgsrc/editors/jove/patches/patch-proc.c:1.1 pkgsrc/editors/jove/patches/patch-proc.c:1.2
--- pkgsrc/editors/jove/patches/patch-proc.c:1.1 Fri Sep 6 14:51:42 2019
+++ pkgsrc/editors/jove/patches/patch-proc.c Tue Dec 19 01:00:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: patch-proc.c,v 1.1 2019/09/06 14:51:42 christos Exp $
+$NetBSD: patch-proc.c,v 1.2 2023/12/19 01:00:27 gutteridge Exp $
Don't smash the stack by using the same variable for input and output.
Home |
Main Index |
Thread Index |
Old Index