pkgsrc-Users archive

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

(x11/clisp-gtk2) Re: pkgsrc-current NetBSD 9.0/x86_64 2021-08-07 02:07



| To: pkgsrc-bulk%NetBSD.org@localhost
| From: Makoto Fujiwara <makoto%ki.nu@localhost>
| Subject: pkgsrc-current NetBSD 9.0/x86_64 2021-08-07 02:07
| Date: Sat, 7 Aug 2021 23:28:52 GMT
| Message-ID: <202108072328.177NSpTq000956%ki.nu@localhost>

mef> x11/clisp-gtk2                               asau%inbox.ru@localhost

http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20210807.0207/clisp-gtk2-2.49nb34/install.log

| ld: unrecognised option: -rpath,/usr/X11R7/lib
| /usr/pkg/bin/clisp-link: failed in /tmp/x11/clisp-gtk2/work/clisp-2.49/modules/gtk2
| *** Error code 1

The attached adhoc change fixes the problem.
(But I don't think this is the right fix, sorry)

-- 
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost
Key fingerprint = 0BFA FAEB EAD1 90BA 7498  8F85 6809 9E0B B7EF A12E
----
pkgsrc freshness:
http://www.ki.nu/~makoto/pkgsrc/check-update/00_Summary.html
http://www.ki.nu/~makoto/pkgsrc/check-update/HEAD/00_Summary.html

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/clisp-gtk2/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- Makefile	21 Apr 2021 11:42:56 -0000	1.36
+++ Makefile	9 Aug 2021 11:24:28 -0000
@@ -14,6 +14,12 @@
 
 MAKE_JOBS_SAFE=	no
 
+SUBST_CLASSES+=		rpath
+SUBST_FILES.rpath=	modules/gtk2/link.sh
+SUBST_SED.rpath=	-e s/rpath,/rpath=/g
+SUBST_STAGE.rpath=	post-configure
+SUBST_MESSAGE.rpath=	Convert -rpath, to -rpath=
+
 .include "../../lang/clisp/module.mk"
 
 USE_TOOLS+=	pkg-config


Home | Main Index | Thread Index | Old Index