pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/macports-legacy-support



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Mar  5 12:23:16 UTC 2025

Modified Files:
        pkgsrc/devel/macports-legacy-support: Makefile distinfo
Removed Files:
        pkgsrc/devel/macports-legacy-support/patches: patch-Makefile

Log Message:
macports-legacy-support: update to 1.4.0. Changes:

1.4.0:
Update copyright years
Multiple updates, mostly for realpath()
Multiple updates, mostly for stat() by @fhgwright in #105
Multiple changes (primarily cleanups)
Fixes for copyfile(), *statx() and TargetConditionals
Multiple fixes and new features
Add CPU_TYPE_ARM; update README

1.3.0:
Add implementation and tests for stpncpy() security wrapper
Many updates - primarily header-related
Cleanups and a few minor bugfixes
Mostly SDK-related changes, including __DARWIN_C_LEVEL stuff
Add two new queue macros with tests, plus a warning fix
Add fgetattrlist()

Tested on Sequoia/aarch64 and Tiger/powerpc.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/macports-legacy-support/Makefile \
    pkgsrc/devel/macports-legacy-support/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/macports-legacy-support/patches/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/macports-legacy-support/Makefile
diff -u pkgsrc/devel/macports-legacy-support/Makefile:1.2 pkgsrc/devel/macports-legacy-support/Makefile:1.3
--- pkgsrc/devel/macports-legacy-support/Makefile:1.2   Tue Apr 23 21:33:37 2024
+++ pkgsrc/devel/macports-legacy-support/Makefile       Wed Mar  5 12:23:16 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/04/23 21:33:37 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2025/03/05 12:23:16 schmonz Exp $
 
-DISTNAME=      macports-legacy-support-1.2.3
+DISTNAME=      macports-legacy-support-1.4.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=macports/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -26,18 +26,4 @@ GENERATE_PLIST+= \
        cd ${DESTDIR}${PREFIX} && \
        ${FIND} lib include \( -type f -o -type l \) -print | ${SORT};
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS_VERSION} < 100500
-CWRAPPERS_APPEND.cc+=  -isystem ${WRKSRC}/tiger_only/include
-.endif
-
-pre-configure:
-       ${RM} ${WRKSRC}/src/macports_legacy_atexit.c
-
-post-install:
-.if ${OPSYS_VERSION} < 100500
-       ${CP} -Rp ${WRKSRC}/tiger_only/include/* ${DESTDIR}${PREFIX}/include/LegacySupport
-.endif
-
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/macports-legacy-support/distinfo
diff -u pkgsrc/devel/macports-legacy-support/distinfo:1.2 pkgsrc/devel/macports-legacy-support/distinfo:1.3
--- pkgsrc/devel/macports-legacy-support/distinfo:1.2   Tue Apr 23 21:33:37 2024
+++ pkgsrc/devel/macports-legacy-support/distinfo       Wed Mar  5 12:23:16 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/04/23 21:33:37 schmonz Exp $
+$NetBSD: distinfo,v 1.3 2025/03/05 12:23:16 schmonz Exp $
 
-BLAKE2s (macports-legacy-support-1.2.3.tar.gz) = 5ffbcc22e4fd3c060da89cf9abffca7756bfd729d765f76a8347007f10365860
-SHA512 (macports-legacy-support-1.2.3.tar.gz) = 83af34a71660410238b18a30dc831f3e6e0fbaa19308b74ed26ac946807791dee9145bb68f77e4d550660d6eba60525d10449b2443979f208817e2d1b9763bf4
-Size (macports-legacy-support-1.2.3.tar.gz) = 75978 bytes
-SHA1 (patch-Makefile) = 802c1989d6ea0bca7416d1dcfd4f5c140778b42c
+BLAKE2s (macports-legacy-support-1.4.0.tar.gz) = 40fa664a34a66ff13cbed93fc1a5645ec741c7c5976ee71ea7da1cc93493f44e
+SHA512 (macports-legacy-support-1.4.0.tar.gz) = 42b43b82406be482af620b5d07e417fff82d19542f814c63e107ecd389078280fe8f38ba086bc61b81bed6e0e92d064a82879c8cd750c803a3c2aebafa89fb85
+Size (macports-legacy-support-1.4.0.tar.gz) = 163809 bytes



Home | Main Index | Thread Index | Old Index