pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/patch



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 16:32:26 UTC 2025

Modified Files:
        pkgsrc/devel/patch: Makefile

Log Message:
patch: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/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/devel/patch/Makefile
diff -u pkgsrc/devel/patch/Makefile:1.46 pkgsrc/devel/patch/Makefile:1.47
--- pkgsrc/devel/patch/Makefile:1.46    Sat Jan 18 23:30:36 2020
+++ pkgsrc/devel/patch/Makefile Mon Apr 21 16:32:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2020/01/18 23:30:36 rillig Exp $
+# $NetBSD: Makefile,v 1.47 2025/04/21 16:32:26 wiz Exp $
 
 DISTNAME=      patch-2.7.6
 PKGREVISION=   1
@@ -17,7 +17,6 @@ USE_TOOLS+=           awk
 .include "../../mk/bsd.prefs.mk"
 
 CONFIGURE_ARGS+=       --program-prefix=g
-CONFIGURE_ENV+=                ac_cv_func_setmode_dos=no       # Fix for Interix (and old bsd?)
 
 INSTALLATION_DIRS=     ${PKGGNUDIR}bin ${PKGGNUDIR}${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index