diff options
author | rene <rene@FreeBSD.org> | 2013-08-28 02:57:00 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-08-28 02:57:00 +0800 |
commit | 26badf00d0d63b1166f081d9a40e3943c5b20913 (patch) | |
tree | f7d554eaba8519da25f58c6e80eeb8a5bdf4c6f5 /x11 | |
parent | 2d038623b7a1fe0783571b077996befe2ebeac49 (diff) | |
download | freebsd-ports-gnome-26badf00d0d63b1166f081d9a40e3943c5b20913.tar.gz freebsd-ports-gnome-26badf00d0d63b1166f081d9a40e3943c5b20913.tar.zst freebsd-ports-gnome-26badf00d0d63b1166f081d9a40e3943c5b20913.zip |
Remove expired ports:
2013-08-27 lang/ldc-devel: Broken for more than 6 month
2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month
2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month
2013-08-27 sysutils/avfs: Broken for more than 6 month
2013-08-27 multimedia/mp4split: Broken for more than 6 month
2013-08-27 net-mgmt/noc: Broken for more than 6 month
2013-08-27 sysutils/empower: Broken for more than 6 month
2013-08-27 emulators/xgngeo: Broken for more than 6 month
2013-08-27 graphics/geglmm: Broken for more than 6 month
2013-08-27 sysutils/libumberlog: Broken for more than 6 month
2013-08-27 net/wizd: Broken for more than 6 month
2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month
2013-08-27 palm/barry: Broken for more than 6 month
2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month
2013-08-27 news/lottanzb: Broken for more than 6 month
2013-08-27 textproc/xaira: Broken for more than 6 month
2013-08-27 graphics/f90gl: Broken for more than 6 month
2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month
2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month
2013-08-27 math/dislin: Broken for more than 6 month
2013-08-27 irc/smuxi: Broken for more than 6 month
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/cl-clx-sbcl/Makefile | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/x11/Makefile b/x11/Makefile index f4f1643a4718..6bfa8d0a5063 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -27,7 +27,6 @@ SUBDIR += bricons SUBDIR += brightside SUBDIR += cl-clx - SUBDIR += cl-clx-sbcl SUBDIR += compositeproto SUBDIR += damageproto SUBDIR += decurs diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile deleted file mode 100644 index dae559f55e88..000000000000 --- a/x11/cl-clx-sbcl/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Anonymous -# $FreeBSD$ - -PORTREVISION= 3 -DISTFILES= # none - -MASTERDIR= ${.CURDIR}/../../x11/cl-clx - -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 - -USE_ASDF_FASL= yes -FASL_BUILD= yes -FASL_TARGET= sbcl - -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" |