Index: head/devel/cl-port/Makefile =================================================================== --- head/devel/cl-port/Makefile (revision 235534) +++ head/devel/cl-port/Makefile (revision 235535) @@ -1,38 +1,39 @@ # New ports collection Makefile for: cl-port # Date created: 12 May 2003 # Whom: Henrik Motakef # # $FreeBSD$ PORTNAME= port PORTVERSION= 2002.10.02.1 +PORTREVISION= 1 CATEGORIES= devel lisp MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ ftp://ftp.ntnu.no/pub/lisp/cclan/ \ http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ PKGNAMEPREFIX= cl- DISTNAME= clocc-${PORTNAME}_2002-10-02-1 MAINTAINER= ports@FreeBSD.org COMMENT= Cross-Lisp portability package BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf WRKSRC= ${WRKDIR}/clocc-${PORTNAME} DOCSDIR?= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} NO_BUILD= yes CL_LIBDIR= ${PREFIX}/lib/common-lisp do-install: ${MKDIR} ${CL_LIBDIR}/port ${INSTALL_DATA} ${WRKSRC}/clocc-port.asd ${CL_LIBDIR}/port/port.asd ${INSTALL_DATA} ${WRKSRC}/port.system ${CL_LIBDIR}/port/port.system ${INSTALL_DATA} ${WRKSRC}/*.lisp ${CL_LIBDIR}/port/ ${LN} -s ${CL_LIBDIR}/port/port.asd ${CL_LIBDIR}/system-registry/port.asd .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/port.html ${DOCSDIR} .endif .include Property changes on: head/devel/cl-port/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/cl-port/files/patch-path.lisp =================================================================== --- head/devel/cl-port/files/patch-path.lisp (nonexistent) +++ head/devel/cl-port/files/patch-path.lisp (revision 235535) @@ -0,0 +1,11 @@ +--- path.lisp.orig 2009-06-10 11:40:23.000000000 +0400 ++++ path.lisp 2009-06-10 11:40:43.000000000 +0400 +@@ -57,7 +57,7 @@ + path))) + #+cmu (eq :directory (unix:unix-file-kind (namestring path))) + #+lispworks (lw:file-directory-p path) +- #+sbcl (eq :directory (sb-unix:unix-file-kind (namestring path))) ++ #+sbcl (eq :directory (native-file-kind (namestring path))) + #-(or allegro clisp cmu lispworks sbcl) + (probe-file path))) + Property changes on: head/devel/cl-port/files/patch-path.lisp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property