pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/htmldoc



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Aug 11 16:31:31 UTC 2025

Modified Files:
        pkgsrc/www/htmldoc: Makefile distinfo
Added Files:
        pkgsrc/www/htmldoc/patches: patch-configure

Log Message:
htmldoc: compile one (auto-selected) arch on macOS.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/htmldoc/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/htmldoc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/htmldoc/patches/patch-configure

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

Modified files:

Index: pkgsrc/www/htmldoc/Makefile
diff -u pkgsrc/www/htmldoc/Makefile:1.67 pkgsrc/www/htmldoc/Makefile:1.68
--- pkgsrc/www/htmldoc/Makefile:1.67    Thu Apr 24 14:16:03 2025
+++ pkgsrc/www/htmldoc/Makefile Mon Aug 11 16:31:31 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.67 2025/04/24 14:16:03 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2025/08/11 16:31:31 schmonz Exp $
 
 CONFIGURE_ARGS+=       --without-gui
 
-PKGREVISION= 11
+PKGREVISION=           11
 
 .include "Makefile.common"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/htmldoc/distinfo
diff -u pkgsrc/www/htmldoc/distinfo:1.24 pkgsrc/www/htmldoc/distinfo:1.25
--- pkgsrc/www/htmldoc/distinfo:1.24    Tue May 24 21:35:45 2022
+++ pkgsrc/www/htmldoc/distinfo Mon Aug 11 16:31:31 2025
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.24 2022/05/24 21:35:45 fcambus Exp $
+$NetBSD: distinfo,v 1.25 2025/08/11 16:31:31 schmonz Exp $
 
 BLAKE2s (htmldoc/v1.9.16.tar.gz) = 312269baf3f0f089faa17e35cc7be9b4c503806e73bfadf3bd903af55c970a25
 SHA512 (htmldoc/v1.9.16.tar.gz) = 3970df269a0aeb8145b65dd47daa2d2351c1453b6b71c1775e571089bcd97fffc6d83df8c14906fb8da5eb9af3e1d8bd0c0a689a4e64b59c974331a6ac73daab
 Size (htmldoc/v1.9.16.tar.gz) = 3416333 bytes
+SHA1 (patch-configure) = 2b404a840f1519b21b3b29210ed4ff462f598386
 SHA1 (patch-desktop_Makefile) = 687b416d6b4189aa4b0242b23858daabd54a76ed
 SHA1 (patch-htmldoc_http-addrlist.c) = 5c36f78655838e633f805b6529a2a3183e10288a

Added files:

Index: pkgsrc/www/htmldoc/patches/patch-configure
diff -u /dev/null pkgsrc/www/htmldoc/patches/patch-configure:1.1
--- /dev/null   Mon Aug 11 16:31:31 2025
+++ pkgsrc/www/htmldoc/patches/patch-configure  Mon Aug 11 16:31:31 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2025/08/11 16:31:31 schmonz Exp $
+
+Compile one (auto-selected) arch on macOS.
+
+--- configure.orig     2025-08-11 16:29:15.540457333 +0000
++++ configure
+@@ -6441,7 +6441,7 @@ rm -f core conftest.err conftest.$ac_obj
+         if test "$host_os_name" = darwin -a x$enable_debug != xyes
+ then :
+ 
+-        OPTIM="$OPTIM -mmacosx-version-min=10.14 -arch x86_64 -arch arm64"
++        OPTIM="$OPTIM -mmacosx-version-min=10.14"
+ 
+ fi
+ 



Home | Main Index | Thread Index | Old Index