diff options
author | rene <rene@FreeBSD.org> | 2014-05-05 09:18:13 +0000 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-05-05 09:18:13 +0000 |
commit | 69d8c7fcc584d63b202991dfadbdedd01ba509f8 (patch) | |
tree | db18ad708555035b82b7c592cc8d622c96fdc356 | |
parent | 247261aa1939f9c4fc6b43ee8f238fe219a400d7 (diff) | |
download | FreeBSD-ports-69d8c7fcc584d63b202991dfadbdedd01ba509f8.zip FreeBSD-ports-69d8c7fcc584d63b202991dfadbdedd01ba509f8.tar.gz |
Remove expired port:
2014-05-05 devel/buildapp: Broken for more than 6 months
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/buildapp/Makefile | 42 | ||||
-rw-r--r-- | devel/buildapp/distinfo | 2 | ||||
-rw-r--r-- | devel/buildapp/pkg-descr | 5 |
5 files changed, 1 insertions, 50 deletions
@@ -6085,3 +6085,4 @@ x11-wm/stumpwm||2014-05-04|Has expired: Broken for more than 4 months sysutils/cpupowerd||2014-05-04|Has expired: Not maintained from upstream anymore and only supports ancient AMD K8. net/pchar||2014-05-04|Has expired: Obsolete, abandoned x11-fonts/texcm-ttf||2014-05-04|Has expired: Should be replaced by x11-fonts/stix-fonts +devel/buildapp||2014-05-05|Has expired: Broken for more than 6 months diff --git a/devel/Makefile b/devel/Makefile index 8b7ddd2..1162197 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -149,7 +149,6 @@ SUBDIR += bugzilla42 SUBDIR += bugzilla44 SUBDIR += build - SUBDIR += buildapp SUBDIR += buildbot SUBDIR += buildbot-slave SUBDIR += buildtool diff --git a/devel/buildapp/Makefile b/devel/buildapp/Makefile deleted file mode 100644 index 8a50563..0000000 --- a/devel/buildapp/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: dunkyp -# $FreeBSD$ - -PORTNAME= buildapp -PORTVERSION= 1.1 -PORTREVISION= 10 -CATEGORIES= devel lisp -MASTER_SITES= http://www.xach.com/lisp/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tgz - -MAINTAINER= dunkyp@gmail.com -COMMENT= A simple wrapper for creating executables with sbcl - -LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/doc/LICENSE - -USE_SBCL= yes - -WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION} -ALL_TARGET= - -PLIST_FILES= bin/buildapp -PORTDOCS= * - -BROKEN= require needs a pathname for uninstalled modules with the ASDF 3.x bundled with sbcl -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2014-05-05 - -post-patch: .SILENT - ${REINPLACE_CMD} 's|sbcl|${SBCL}|' ${WRKSRC}/Makefile - -NO_STAGE= yes -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR} "! -name LICENSE*") -.endif - -.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" -.include <bsd.port.mk> diff --git a/devel/buildapp/distinfo b/devel/buildapp/distinfo deleted file mode 100644 index 9554322..0000000 --- a/devel/buildapp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (buildapp.tgz) = fd79a7ed73909b1d232e211c391b6f0d061d11cf1bf13b3a592de99e99414452 -SIZE (buildapp.tgz) = 14152 diff --git a/devel/buildapp/pkg-descr b/devel/buildapp/pkg-descr deleted file mode 100644 index 9b93fe3..0000000 --- a/devel/buildapp/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Allows building executables simply from sbcl. -Also allows for ARGV so programs generated -behave like normal unix programs. - -WWW: http://www.xach.com/lisp/buildapp/ |