pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/bootstrap-mk-files



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Sat Feb 25 11:27:27 UTC 2023

Modified Files:
        pkgsrc/pkgtools/bootstrap-mk-files: Makefile
        pkgsrc/pkgtools/bootstrap-mk-files/files/mods: bsd.own.mk.in

Log Message:
bootstrap-mk-files: Do not overwrite OBJECT_FMT.

Fixes builds on macOS.  Bump version to 20230225.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/pkgtools/bootstrap-mk-files/Makefile
cvs rdiff -u -r1.7 -r1.8 \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in

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

Modified files:

Index: pkgsrc/pkgtools/bootstrap-mk-files/Makefile
diff -u pkgsrc/pkgtools/bootstrap-mk-files/Makefile:1.57 pkgsrc/pkgtools/bootstrap-mk-files/Makefile:1.58
--- pkgsrc/pkgtools/bootstrap-mk-files/Makefile:1.57    Sat Feb 25 01:46:42 2023
+++ pkgsrc/pkgtools/bootstrap-mk-files/Makefile Sat Feb 25 11:27:27 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2023/02/25 01:46:42 riastradh Exp $
+# $NetBSD: Makefile,v 1.58 2023/02/25 11:27:27 jperkin Exp $
 
-PKGNAME=       bootstrap-mk-files-20230224
+PKGNAME=       bootstrap-mk-files-20230225
 CATEGORIES=    pkgtools
 
 CONFLICTS+=    mk-files-[0-9]*

Index: pkgsrc/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in
diff -u pkgsrc/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in:1.7 pkgsrc/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in:1.8
--- pkgsrc/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in:1.7     Sat Feb 25 01:46:42 2023
+++ pkgsrc/pkgtools/bootstrap-mk-files/files/mods/bsd.own.mk.in Sat Feb 25 11:27:27 2023
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk.in,v 1.7 2023/02/25 01:46:42 riastradh Exp $
+#      $NetBSD: bsd.own.mk.in,v 1.8 2023/02/25 11:27:27 jperkin Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -112,7 +112,7 @@ NOPIC?=1
 #
 # All platforms are ELF.
 #
-OBJECT_FMT=    ELF
+OBJECT_FMT?=   ELF
 
 # Location of the file that contains the major and minor numbers of the
 # version of a shared library.  If this file exists a shared library



Home | Main Index | Thread Index | Old Index