pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libxslt



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May 30 15:34:55 UTC 2025

Modified Files:
        pkgsrc/textproc/libxslt: Makefile Makefile.common

Log Message:
libxslt: Fix SunOS mapfile handling.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 pkgsrc/textproc/libxslt/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/libxslt/Makefile.common

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

Modified files:

Index: pkgsrc/textproc/libxslt/Makefile
diff -u pkgsrc/textproc/libxslt/Makefile:1.143 pkgsrc/textproc/libxslt/Makefile:1.144
--- pkgsrc/textproc/libxslt/Makefile:1.143      Tue May 27 20:29:31 2025
+++ pkgsrc/textproc/libxslt/Makefile    Fri May 30 15:34:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2025/05/27 20:29:31 maya Exp $
+# $NetBSD: Makefile,v 1.144 2025/05/30 15:34:55 jperkin Exp $
 
 PKGREVISION=   4
 .include "Makefile.common"
@@ -19,13 +19,7 @@ TEST_TARGET=         check
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == SunOS
-.  if ${OS_VARIANT} == Solaris
-BUILDLINK_TRANSFORM+=  rm:-Wl,--version-script=./libxslt.syms
-.  else
-BUILDLINK_TRANSFORM+=  opt:-Wl,./libxslt.syms:-Wl,./libxslt_solaris.syms
-.  endif
-.endif
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-M rm:-Wl,./libxslt.syms
 
 .if ${USE_CROSS_COMPILE:tl} == "yes"
 # Both libgcrypt and libxml2 install scripts in the _target_ system,

Index: pkgsrc/textproc/libxslt/Makefile.common
diff -u pkgsrc/textproc/libxslt/Makefile.common:1.12 pkgsrc/textproc/libxslt/Makefile.common:1.13
--- pkgsrc/textproc/libxslt/Makefile.common:1.12        Mon May 26 10:54:49 2025
+++ pkgsrc/textproc/libxslt/Makefile.common     Fri May 30 15:34:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2025/05/26 10:54:49 nia Exp $
+# $NetBSD: Makefile.common,v 1.13 2025/05/30 15:34:55 jperkin Exp $
 #
 # used by textproc/libxslt/Makefile
 # used by textproc/py-libxslt/Makefile
@@ -15,6 +15,3 @@ LICENSE=      mit # with advertisement clause
 
 PATCHDIR=      ${.CURDIR}/../../textproc/libxslt/patches
 DISTINFO_FILE= ${.CURDIR}/../../textproc/libxslt/distinfo
-
-post-extract:
-       ${CP} ${WRKSRC}/libxslt/libxslt.syms ${WRKSRC}/libxslt/libxslt_solaris.syms



Home | Main Index | Thread Index | Old Index