pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: sevan
Date: Sun Oct 28 18:41:41 UTC 2018
Modified Files:
pkgsrc/bootstrap: bootstrap
pkgsrc/mk: bsd.prefs.mk
Log Message:
libcompat_minix was removed some years back and minlib does not exist as a
linkable library in 3.4RC6 so don't try to link against these.
To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 pkgsrc/bootstrap/bootstrap
cvs rdiff -u -r1.399 -r1.400 pkgsrc/mk/bsd.prefs.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.252 pkgsrc/bootstrap/bootstrap:1.253
--- pkgsrc/bootstrap/bootstrap:1.252 Sun Oct 28 16:59:00 2018
+++ pkgsrc/bootstrap/bootstrap Sun Oct 28 18:41:41 2018
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.252 2018/10/28 16:59:00 sevan Exp $
+# $NetBSD: bootstrap,v 1.253 2018/10/28 18:41:41 sevan Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
# All rights reserved.
@@ -733,7 +733,6 @@ Minix)
need_sed=no
set_opsys=no
machine_arch=`uname -p`
- LDFLAGS="-lcompat_minix -lminlib"
check_compiler=yes
;;
MirBSD)
Index: pkgsrc/mk/bsd.prefs.mk
diff -u pkgsrc/mk/bsd.prefs.mk:1.399 pkgsrc/mk/bsd.prefs.mk:1.400
--- pkgsrc/mk/bsd.prefs.mk:1.399 Sun Oct 28 18:08:15 2018
+++ pkgsrc/mk/bsd.prefs.mk Sun Oct 28 18:41:41 2018
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.399 2018/10/28 18:08:15 sevan Exp $
+# $NetBSD: bsd.prefs.mk,v 1.400 2018/10/28 18:41:41 sevan Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -279,7 +279,6 @@ OS_VARIANT= SCOOSR6
.elif ${OPSYS} == "Minix"
LOWER_VENDOR?= unknown
LOWER_OPSYS:= ${OPSYS:tl}
-LDFLAGS+= -lcompat_minix -lminlib
.elif !defined(LOWER_OPSYS)
LOWER_OPSYS:= ${OPSYS:tl}
Home |
Main Index |
Thread Index |
Old Index