pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2003Q4]: pkgsrc/math/scilab Pull up functionality fix to the p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0dd1282a6a8b
branches: pkgsrc-2003Q4
changeset: 463726:0dd1282a6a8b
user: agc <agc%pkgsrc.org@localhost>
date: Tue Dec 30 23:18:21 2003 +0000
description:
Pull up functionality fix to the pkgsrc-2003Q4 branch, requested by Dan
McMahill.
Module Name: pkgsrc
Committed By: dmcmahill
Date: Fri Dec 19 04:37:23 UTC 2003
Modified Files:
pkgsrc/math/scilab: Makefile
Log Message:
Make sure that the link to libtool in the scilab installation directory
points to the installed libtool instead of to the buildlink2 directory.
Should fix PR23759.
diffstat:
math/scilab/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 3ea8bcf7431a -r 0dd1282a6a8b math/scilab/Makefile
--- a/math/scilab/Makefile Tue Dec 30 23:12:28 2003 +0000
+++ b/math/scilab/Makefile Tue Dec 30 23:18:21 2003 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.43 2003/09/17 19:40:48 grant Exp $
+# $NetBSD: Makefile,v 1.43.2.1 2003/12/30 23:18:21 agc Exp $
#
DISTNAME= ${SCIBASE}.src
PKGNAME= ${SCIBASE}
-PKGREVISION= 2
+PKGREVISION= 3
WRKSRC= ${WRKDIR}/${SCIBASE}
CATEGORIES= math
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/
@@ -71,9 +71,12 @@
.endfor
# delete some .orig files that got created by patching
+# also fix the libtool link
post-install:
${RM} -f ${PREFIX}/lib/${SCIBASE}/config/Makeso.incl.in.orig
${RM} -f ${PREFIX}/lib/${SCIBASE}/macros/util/scipad.sci.orig
+ ${RM} -f ${PREFIX}/lib/${SCIBASE}/libtool
+ ${LN} -s ${LIBTOOL} ${PREFIX}/lib/${SCIBASE}/libtool
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
USE_PKGSRC_GCC= # defined
Home |
Main Index |
Thread Index |
Old Index