aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-05-05 09:18:13 +0000
committerRene Ladan <rene@FreeBSD.org>2014-05-05 09:18:13 +0000
commitca8152491cc517d29eac2da0562bd25e01254f2a (patch)
treedb18ad708555035b82b7c592cc8d622c96fdc356
parent27a3e69c8dca856b0e03ff55bbee04d55f7adcb7 (diff)
downloadports-ca8152491cc517d29eac2da0562bd25e01254f2a.tar.gz
ports-ca8152491cc517d29eac2da0562bd25e01254f2a.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/buildapp/Makefile42
-rw-r--r--devel/buildapp/distinfo2
-rw-r--r--devel/buildapp/pkg-descr5
5 files changed, 1 insertions, 50 deletions
diff --git a/MOVED b/MOVED
index e81cd457b274..b83d6f521cc6 100644
--- a/MOVED
+++ b/MOVED
@@ -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 8b7ddd2739fa..1162197b1a04 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 8a5056311a15..000000000000
--- 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 95543222165a..000000000000
--- 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 9b93fe3d614e..000000000000
--- 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/