pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 21 21:28:18 UTC 2025
Modified Files:
pkgsrc/time/heirloom-date: Makefile
pkgsrc/time/phoon: Makefile
Log Message:
*: remove Interix support
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/heirloom-date/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/time/phoon/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/heirloom-date/Makefile
diff -u pkgsrc/time/heirloom-date/Makefile:1.2 pkgsrc/time/heirloom-date/Makefile:1.3
--- pkgsrc/time/heirloom-date/Makefile:1.2 Sat May 28 10:15:24 2011
+++ pkgsrc/time/heirloom-date/Makefile Mon Apr 21 21:28:18 2025
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:24 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 21:28:18 wiz Exp $
PKGNAME= heirloom-date-${HEIRLOOM_VER}
CATEGORIES= textproc
MAKE_FLAGS+= SUBDIRS="build date"
-NOT_FOR_PLATFORM+= Interix-*-*
-
.include "../../sysutils/heirloom-doc/Makefile.common"
DESCR_SRC+= ${.CURDIR}/DESCR
Index: pkgsrc/time/phoon/Makefile
diff -u pkgsrc/time/phoon/Makefile:1.15 pkgsrc/time/phoon/Makefile:1.16
--- pkgsrc/time/phoon/Makefile:1.15 Sun Jan 26 17:32:19 2020
+++ pkgsrc/time/phoon/Makefile Mon Apr 21 21:28:18 2025
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/01/26 17:32:19 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.16 2025/04/21 21:28:18 wiz Exp $
DISTNAME= phoon_29jun2005
PKGNAME= phoon-20050629
@@ -15,7 +14,7 @@ WRKSRC= ${WRKDIR}/phoon
.include "../../mk/bsd.prefs.mk"
# doesn't have tm_gmtoff
-.if ${OPSYS} == "Interix" || ${OPSYS} == "SunOS" || ${OPSYS} == "IRIX"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "IRIX"
MAKE_FLAGS+= DEFINES=-DOS_SYSV
.endif
Home |
Main Index |
Thread Index |
Old Index