mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Rename infix.cl to infix.lisp to unbreak the build with lang/sbcl.
Suggested by: stas
This commit is contained in:
parent
e0d6aee749
commit
688399dcaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263366
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= infix
|
||||
PORTVERSION= 19960628
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
DISTFILES= # none
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= infix
|
||||
PORTVERSION= 19960628
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
DISTFILES= # none
|
||||
@ -23,7 +23,5 @@ USE_ASDF_FASL= yes
|
||||
FASL_TARGET= sbcl
|
||||
FASL_BUILD= yes
|
||||
|
||||
BROKEN= does not build with current lang/sbcl
|
||||
|
||||
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= infix
|
||||
PORTVERSION= 19960628
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel lisp
|
||||
MASTER_SITES= http://ftp.linux.org.uk/pub/lisp/cclan/ \
|
||||
ftp://ftp.ntnu.no/pub/lisp/cclan/ \
|
||||
@ -24,9 +24,12 @@ NO_CDROM= No fees or compensation can be charged
|
||||
|
||||
USE_ASDF= yes
|
||||
|
||||
post-extract:
|
||||
@${MV} ${WRKSRC}/infix.cl ${WRKSRC}/infix.lisp
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${ASDF_PATHNAME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/*.cl ${ASDF_PATHNAME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/*.lisp ${ASDF_PATHNAME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/infix.asd ${ASDF_PATHNAME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/infix.system ${ASDF_PATHNAME}
|
||||
@${LN} -sf ${ASDF_PATHNAME}/*.asd ${ASDF_REGISTRY}
|
||||
|
11
devel/cl-infix/files/patch-infix.asd
Normal file
11
devel/cl-infix/files/patch-infix.asd
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- infix.asd.orig
|
||||
+++ infix.asd
|
||||
@@ -16,4 +16,4 @@
|
||||
(:static-file "COPYING")))
|
||||
|
||||
(defmethod source-file-type ((f cl-source-file) (s (eql (find-system 'infix))))
|
||||
- "cl")
|
||||
+ "lisp")
|
14
devel/cl-infix/files/patch-infix.system
Normal file
14
devel/cl-infix/files/patch-infix.system
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- infix.system.orig
|
||||
+++ infix.system
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
(mk:defsystem infix
|
||||
:source-pathname "cl-library:infix;"
|
||||
- :source-extension "cl"
|
||||
+ :source-extension "lisp"
|
||||
:binary-pathname nil
|
||||
:binary-extension nil
|
||||
:components ((:file "infix")))
|
@ -1,6 +1,6 @@
|
||||
lib/common-lisp/system-registry/infix.asd
|
||||
lib/common-lisp/infix/infix.asd
|
||||
lib/common-lisp/infix/infix.cl
|
||||
lib/common-lisp/infix/infix.lisp
|
||||
lib/common-lisp/infix/infix.system
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/infix.3lisp
|
||||
|
Loading…
Reference in New Issue
Block a user