pkgsrc-WIP-changes archive

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

wip/netkit-telent: remove redundant substitution



Module Name:	pkgsrc-wip
Committed By:	Brook Milligan <brook%nmsu.edu@localhost>
Pushed By:	brook
Date:		Sun Dec 15 08:47:37 2024 -0700
Changeset:	e58b07b3d13c804018e695fecdbd023f74e3239a

Modified Files:
	netkit-telnet/Makefile

Log Message:
wip/netkit-telent: remove redundant substitution

Both the package Makefile and patches/patch-configure comment out the
definition of WARNINGS in configure.  Remove the redundant
substitution in Makefile, since it has no effect after the patch and
the patch has additional changes that should be retained.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e58b07b3d13c804018e695fecdbd023f74e3239a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 netkit-telnet/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diffs:
diff --git a/netkit-telnet/Makefile b/netkit-telnet/Makefile
index 6fe624124b..a85890b92c 100644
--- a/netkit-telnet/Makefile
+++ b/netkit-telnet/Makefile
@@ -17,9 +17,4 @@ ONLY_FOR_PLATFORM=	Linux-*-* Darwin-*-*
 CONFIGURE_ARGS+=	--prefix=${PREFIX}
 CONFIGURE_ARGS+=	--installroot=${DESTDIR}
 
-SUBST_CLASSES+=		warn
-SUBST_STAGE.warn=	pre-configure
-SUBST_FILES.warn=	configure
-SUBST_SED.warn=		-e s,^WARNINGS=,\#WARNINGS=,g
-
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index