Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2017 13:50:49 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448232 - in head: . x11 x11/cl-clx-sbcl
Message-ID:  <201708181350.v7IDonWt047811@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Fri Aug 18 13:50:49 2017
New Revision: 448232
URL: https://svnweb.freebsd.org/changeset/ports/448232

Log:
  x11/cl-clx-sbcl: Re-add after deletion in 2013

Added:
  head/x11/cl-clx-sbcl/
     - copied from r325482, head/x11/cl-clx-sbcl/
  head/x11/cl-clx-sbcl/pkg-descr   (contents, props changed)
Modified:
  head/MOVED
  head/x11/Makefile
  head/x11/cl-clx-sbcl/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Aug 18 13:40:29 2017	(r448231)
+++ head/MOVED	Fri Aug 18 13:50:49 2017	(r448232)
@@ -4820,7 +4820,6 @@ news/lottanzb||2013-08-27|Has expired: Broken for more
 textproc/xaira||2013-08-27|Has expired: Broken for more than 6 months
 graphics/f90gl||2013-08-27|Has expired: Broken for more than 6 months
 multimedia/linux-gspca-kmod||2013-08-27|Has expired: Broken for more than 6 months
-x11/cl-clx-sbcl||2013-08-27|Has expired: Broken for more than 6 months
 math/dislin||2013-08-27|Has expired: Broken for more than 6 months
 irc/smuxi||2013-08-27|Has expired: Broken for more than 6 months
 java/icedtea6-stubs||2013-08-27|Has expired: Broken for more than 6 months

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Fri Aug 18 13:40:29 2017	(r448231)
+++ head/x11/Makefile	Fri Aug 18 13:50:49 2017	(r448232)
@@ -33,6 +33,7 @@
     SUBDIR += cinnamon-screensaver
     SUBDIR += cinnamon-session
     SUBDIR += cl-clx
+    SUBDIR += cl-clx-sbcl
     SUBDIR += compositeproto
     SUBDIR += controllermap
     SUBDIR += cool-retro-term

Modified: head/x11/cl-clx-sbcl/Makefile
==============================================================================
--- head/x11/cl-clx-sbcl/Makefile	Tue Aug 27 18:42:37 2013	(r325482)
+++ head/x11/cl-clx-sbcl/Makefile	Fri Aug 18 13:50:49 2017	(r448232)
@@ -1,22 +1,24 @@
 # Created by: Anonymous
 # $FreeBSD$
 
-PORTREVISION=	3
+PORTNAME=	clx
+PORTVERSION=	0.7.4
+CATEGORIES=	x11 lisp
+PKGNAMEPREFIX=	cl-
+PKGNAMESUFFIX=	-sbcl
 DISTFILES=	# none
 
-MASTERDIR=	${.CURDIR}/../../x11/cl-clx
+MAINTAINER=	jrm@FreeBSD.org
+COMMENT=	X11 client library for Common Lisp
 
-BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/clx/clx.asd:${PORTSDIR}/x11/cl-clx
-RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/clx/clx.asd:${PORTSDIR}/x11/cl-clx
+LICENSE=	MIT
 
+BUILD_DEPENDS=	${PKGNAMEPREFIX}${PORTNAME}>=0:x11/${PKGNAMEPREFIX}${PORTNAME}
+RUN_DEPENDS=	${PKGNAMEPREFIX}${PORTNAME}>=0:x11/${PKGNAMEPREFIX}${PORTNAME}
+
 USE_ASDF_FASL=	yes
-FASL_BUILD=	yes
 FASL_TARGET=	sbcl
+FASL_BUILD=	yes
 
-PLIST=		${.CURDIR}/pkg-plist
-
-DEPRECATED=	Broken for more than 6 month
-EXPIRATION_DATE=	2013-08-27
-BROKEN =	Changes in sbcl 1.0.55 have exposed problems in ${ASDF_PATHNAME}/depdefs.lisp
-
-.include "${MASTERDIR}/Makefile"
+.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
+.include <bsd.port.mk>

Added: head/x11/cl-clx-sbcl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/cl-clx-sbcl/pkg-descr	Fri Aug 18 13:50:49 2017	(r448232)
@@ -0,0 +1,6 @@
+CLX is to Common Lisp as Xlib is to C - it provides low-level X calls
+on top of which a Graphics Toolkit can be based.
+
+This package contains the fasl files generated by SBCL.
+
+WWW: http://www.cliki.net/CLX



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708181350.v7IDonWt047811>