pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 16:30:06 UTC 2025

Modified Files:
        pkgsrc/devel/bcc: Makefile
        pkgsrc/devel/bmake: Makefile

Log Message:
*: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/bcc/Makefile
cvs rdiff -u -r1.86 -r1.87 pkgsrc/devel/bmake/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/bcc/Makefile
diff -u pkgsrc/devel/bcc/Makefile:1.32 pkgsrc/devel/bcc/Makefile:1.33
--- pkgsrc/devel/bcc/Makefile:1.32      Sun May  3 16:01:27 2020
+++ pkgsrc/devel/bcc/Makefile   Mon Apr 21 16:30:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2020/05/03 16:01:27 rillig Exp $
+# $NetBSD: Makefile,v 1.33 2025/04/21 16:30:06 wiz Exp $
 
 DISTNAME=              bcc
 PKGREVISION=           3
@@ -12,7 +12,6 @@ LICENSE=              gnu-gpl-v2
 CONFLICTS=             bin86-[0-9]*
 CONFLICTS+=            dev86-[0-9]*
 
-NOT_FOR_PLATFORM=      Interix-*-*             # no <a.out.h>
 # These platforms cannot build 32-on-64 binaries.
 NOT_FOR_PLATFORM+=     *-*-alpha
 NOT_FOR_PLATFORM+=     DragonFly-*-x86_64

Index: pkgsrc/devel/bmake/Makefile
diff -u pkgsrc/devel/bmake/Makefile:1.86 pkgsrc/devel/bmake/Makefile:1.87
--- pkgsrc/devel/bmake/Makefile:1.86    Sat Apr 19 08:07:26 2025
+++ pkgsrc/devel/bmake/Makefile Mon Apr 21 16:30:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2025/04/19 08:07:26 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2025/04/21 16:30:06 wiz Exp $
 
 PKGNAME=       bmake-20240909
 CATEGORIES=    devel
@@ -43,8 +43,6 @@ CONFIGURE_ARGS+=      --with-defshell=${PREFI
 CONFIGURE_ARGS+=       --with-defshell=/usr/bin/bash
 .endif
 
-MAKE_ENV.Interix+=     XDEFS=-DUSE_SELECT
-
 # Fix bmake not finding files (e.g. .include) on Illumos with 32 bit ABI
 CFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64
 



Home | Main Index | Thread Index | Old Index