tweak things a bit more, as this didn't build correctly.

The guile change means the slib-guile thingy is obsolete
(and didn't quite work anyways)
This commit is contained in:
espie 2013-12-08 11:23:47 +00:00
parent a74a1ab280
commit ce444c27a6
4 changed files with 7 additions and 23 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.14 2013/12/06 14:29:25 espie Exp $
# $OpenBSD: Makefile,v 1.15 2013/12/08 11:23:47 espie Exp $
COMMENT = scheme r5 library
CATEGORIES = devel
REVISION = 0
DISTNAME = slib-3b4
@ -30,5 +31,6 @@ do-install:
# Those are not Unix-like
rm ${PREFIX}/share/slib/{macscheme.init,pscheme.init}
${INSTALL_DATA} ${WRKDIST}/slib.info ${PREFIX}/info
cd ${PREFIX}/share/slib && ln -s mklibcat.scm mklibcat
.include <bsd.port.mk>

View File

@ -1,17 +0,0 @@
$OpenBSD: patch-mklibcat_scm,v 1.1 2005/12/05 16:28:33 espie Exp $
--- mklibcat.scm.orig Mon Dec 5 17:26:54 2005
+++ mklibcat.scm Mon Dec 5 17:27:04 2005
@@ -17,7 +17,12 @@
;promotional, or sales literature without prior written consent in
;each case.
-(let ((catpath (in-vicinity (implementation-vicinity) "slibcat")))
+(let ((catpath
+ (let (
+ (basepath (in-vicinity (implementation-vicinity) "slibcat"))
+ (destdir (getenv "DESTDIR")))
+ (if destdir (string-append destdir basepath) basepath)
+ )))
(and (file-exists? catpath) (delete-file catpath))
(call-with-output-file catpath
(lambda (op)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2013/12/06 14:29:26 espie Exp $
@comment $OpenBSD: PLIST,v 1.6 2013/12/08 11:23:47 espie Exp $
@info info/slib.info
share/slib/
share/slib/ANNOUNCE
@ -86,6 +86,7 @@ share/slib/minimize.scm
share/slib/mitscheme.init
share/slib/mkclrnam.scm
share/slib/mklibcat.scm
share/slib/mklibcat
share/slib/mkpltcat.scm
share/slib/modular.scm
share/slib/mulapply.scm

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.58 2013/09/27 17:49:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.59 2013/12/08 11:23:47 espie Exp $
SHARED_ONLY = Yes
@ -8,7 +8,7 @@ GNOME_PROJECT = gnucash
GNOME_VERSION = 2.4.13
DOC_VERSION = 2.4.2
EXTRACT_SUFX = .tar.bz2
REVISION= 0
REVISION= 1
SHARED_LIBS += gnc-qof 1.4 # 1.4
SHARED_LIBS += gnc-core-utils 0.0 # unknown
@ -54,8 +54,6 @@ MODGNOME_ICON_CACHE = Yes
MODGCONF2_SCHEMAS_DIR = gnucash
MODGNOME_TOOLS = yelp
BUILD_DEPENDS = devel/slib-guile
RUN_DEPENDS = devel/slib-guile
LIB_DEPENDS = databases/libdbi \
devel/goffice08 \
lang/guile \