aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-01-14 06:44:20 +0800
committerrene <rene@FreeBSD.org>2013-01-14 06:44:20 +0800
commit3af2741449b002af45573912d406fd8dbb409548 (patch)
tree466779aca5e7afa89e3da77fcdb51d5cf91fd4d6
parentd9049b8c3fd18eef775d2d1febac5616cd175b0a (diff)
downloadfreebsd-ports-gnome-3af2741449b002af45573912d406fd8dbb409548.tar.gz
freebsd-ports-gnome-3af2741449b002af45573912d406fd8dbb409548.tar.zst
freebsd-ports-gnome-3af2741449b002af45573912d406fd8dbb409548.zip
Remove expired port:
2013-01-12 devel/lbpp: Dead upstream since 2001
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/lbpp/Makefile38
-rw-r--r--devel/lbpp/distinfo2
-rw-r--r--devel/lbpp/pkg-descr16
-rw-r--r--devel/lbpp/pkg-plist2
6 files changed, 1 insertions, 59 deletions
diff --git a/MOVED b/MOVED
index c6e59ec1cbe4..701b3e9b02da 100644
--- a/MOVED
+++ b/MOVED
@@ -4011,3 +4011,4 @@ x11/Terminal|x11/xfce4-terminal|2013-01-06|Project was renamed
textproc/p5-ack|textproc/ack|2013-01-06|Not just a perl module
sysutils/syslog-ng-rc|sysutils/syslog-ng-devel|2013-01-08|No longer used by our upline, use syslog-ng-devel instead
www/openbravoerp||2013-01-12|Has expired: incompatible with ant for building
+devel/lbpp||2013-01-13|Has expired: Dead upstream since 2001
diff --git a/devel/Makefile b/devel/Makefile
index 6b608f6c4501..be3dbdd4e257 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -893,7 +893,6 @@
SUBDIR += kscope
SUBDIR += kyra
SUBDIR += lasi
- SUBDIR += lbpp
SUBDIR += lcov
SUBDIR += leaktracer
SUBDIR += lemon
diff --git a/devel/lbpp/Makefile b/devel/lbpp/Makefile
deleted file mode 100644
index 3882012d55e2..000000000000
--- a/devel/lbpp/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= lbpp
-PORTVERSION= 0.0.6b
-PORTREVISION= 8
-CATEGORIES= devel
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Front end to GCC from Liberty Basic source code
-
-DEPRECATED= Dead upstream since 2001
-EXPIRATION_DATE= 2013-01-12
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gnomelibs
-MAKE_JOBS_UNSAFE= yes
-
-post-patch:
- @${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} \
- ${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g"
- @${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} \
- ${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS =,CFLAGS+=,g ; \
- s,-Wall -g,,g"
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/lbpp ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/liblb/libLB.a ${PREFIX}/lib
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "powerpc"
-BROKEN= Does not install on powerpc: runaway process
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/lbpp/distinfo b/devel/lbpp/distinfo
deleted file mode 100644
index cbddd285cff2..000000000000
--- a/devel/lbpp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (lbpp-0.0.6b.tar.bz2) = 15e0475f149d5eaf13bdf1db6efbb6d61dc9fbd4b61d391d0055376c0e81847d
-SIZE (lbpp-0.0.6b.tar.bz2) = 40060
diff --git a/devel/lbpp/pkg-descr b/devel/lbpp/pkg-descr
deleted file mode 100644
index daf61564c736..000000000000
--- a/devel/lbpp/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-LBPP is a front end to the GNU Common Compiler (GCC) that produces C
-source code from Liberty Basic source code. This code then is fed to
-GCC to produce an executable. It is similar to C++ compilers that
-produce C code that then is compiled. It can be thought of either as
-a GCC extension or a C translator. The architecture of LBPP was
-designed to allow statements to be added dynamically without requiring
-a recompile of the source. It accomplishes this by defining a
-standard interface between C and Liberty Basic that allows C functions
-to access all of the internal data of a Liberty Basic program. The
-fact that all of the functionality of is based in a C library, porting
-LBPP to a new platform requires only porting the library to the native
-GUI system along with necessary modifications to allow the code to
-compile. The translator should be ANSI C so porting should not be an
-issue.
-
-WWW: http://lbpp.sourceforge.net/
diff --git a/devel/lbpp/pkg-plist b/devel/lbpp/pkg-plist
deleted file mode 100644
index d0e1e7787170..000000000000
--- a/devel/lbpp/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/lbpp
-lib/libLB.a