aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2002-07-16 02:11:27 +0800
committerroberto <roberto@FreeBSD.org>2002-07-16 02:11:27 +0800
commit6848663f36c3e2840e08681774862473c838d8cd (patch)
treef999d51e88972e87424017a55948b68b82612562 /devel
parent1d0590f3023591d31c7710b799874c64c1674f25 (diff)
downloadfreebsd-ports-gnome-6848663f36c3e2840e08681774862473c838d8cd.tar.gz
freebsd-ports-gnome-6848663f36c3e2840e08681774862473c838d8cd.tar.zst
freebsd-ports-gnome-6848663f36c3e2840e08681774862473c838d8cd.zip
devel/apr-devel is dead, long live devel/apr!
The repo-copy has been done and the only port depending on apr-devel updated (subversion). Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Diffstat (limited to 'devel')
-rw-r--r--devel/apr-devel/Makefile46
-rw-r--r--devel/apr-devel/distinfo2
-rw-r--r--devel/apr-devel/files/patch-apr-Makefile.in11
-rw-r--r--devel/apr-devel/pkg-comment1
-rw-r--r--devel/apr-devel/pkg-descr8
-rw-r--r--devel/apr-devel/pkg-install15
-rw-r--r--devel/apr-devel/pkg-plist66
7 files changed, 0 insertions, 149 deletions
diff --git a/devel/apr-devel/Makefile b/devel/apr-devel/Makefile
deleted file mode 100644
index 2a379aa25ce9..000000000000
--- a/devel/apr-devel/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: apr-devel
-# Date created: 19 February 2002
-# Whom: Garrett Rooney <rooneg@electricjellyfish.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= apr-devel
-PORTVERSION= 20020504162319
-CATEGORIES= devel
-MASTER_SITES= http://www.apache.org/dist/apr/not-released/
-DISTFILES= apr_${PORTVERSION}.tar.gz apr-util_20020504162329.tar.gz
-
-MAINTAINER= rooneg@electricjellyfish.net
-
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \
- libtool:${PORTSDIR}/devel/libtool
-LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2
-
-GNU_CONFIGURE= yes
-
-WRKSRC= ${WRKDIR}
-
-pre-fetch:
- ${SH} pkg-install apr-devel PRE-INSTALL
-
-pre-configure:
- (find ${WRKDIR}/apr-util/ -name Makefile.in -exec \
- ${PERL} -pi -e 's/\@APRUTIL_INCLUDES\@ \@APRUTIL_PRIV_INCLUDES\@/\@APRUTIL_PRIV_INCLUDES\@ \@APRUTIL_INCLUDES\@/g' \{\} \;)
-
- (cd ${WRKDIR}/apr/ && ./buildconf)
- (cd ${WRKDIR}/apr-util/ && ./buildconf)
-
-do-configure:
- (cd ${WRKDIR}/apr/ && ./configure --prefix=${PREFIX})
- (cd ${WRKDIR}/apr-util/ && ./configure --prefix=${PREFIX} --with-apr=../apr/ --with-expat=${PREFIX})
-
-do-build:
- (cd ${WRKDIR}/apr/ && make)
- (cd ${WRKDIR}/apr-util/ && make)
-
-do-install:
- (cd ${WRKDIR}/apr/ && make install)
- (cd ${WRKDIR}/apr-util/ && make install)
-
-.include <bsd.port.mk>
diff --git a/devel/apr-devel/distinfo b/devel/apr-devel/distinfo
deleted file mode 100644
index b3a7c7776f74..000000000000
--- a/devel/apr-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (apr_20020504162319.tar.gz) = 7d5221373291a635b1ecfb0e46242a3b
-MD5 (apr-util_20020504162329.tar.gz) = b09fd003133237af1ea441e64c7f4341
diff --git a/devel/apr-devel/files/patch-apr-Makefile.in b/devel/apr-devel/files/patch-apr-Makefile.in
deleted file mode 100644
index d56603894624..000000000000
--- a/devel/apr-devel/files/patch-apr-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- apr/Makefile.in.orig Mon Mar 18 20:14:35 2002
-+++ apr/Makefile.in Mon Mar 18 20:11:05 2002
-@@ -42,7 +42,7 @@
- includedir=@includedir@
- srcdir=@srcdir@
- top_srcdir=@top_srcdir@
--top_blddir=@top_builddir@
-+top_blddir=@apr_builddir@
-
- EXPORT_FILES = $(top_srcdir)/include/*.h
-
diff --git a/devel/apr-devel/pkg-comment b/devel/apr-devel/pkg-comment
deleted file mode 100644
index d880042f52cc..000000000000
--- a/devel/apr-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The Apache Group's Portability Library
diff --git a/devel/apr-devel/pkg-descr b/devel/apr-devel/pkg-descr
deleted file mode 100644
index 171e56b08723..000000000000
--- a/devel/apr-devel/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The Apache Portable Runtime is a library of C data structures and routines,
-forming a system portability layer that covers as many operating systems as
-possible, including Unices, Win32, BeOS, and OS/2.
-
-This port also includes the APR-Util package, which contains some useful
-utilities built on top of APR.
-
-WWW: http://apr.apache.org/
diff --git a/devel/apr-devel/pkg-install b/devel/apr-devel/pkg-install
deleted file mode 100644
index d80f19c88eda..000000000000
--- a/devel/apr-devel/pkg-install
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-if [ "$2" != "PRE-INSTALL" ]; then
- exit 0
-fi
-
-pkg_info 'apache-2*' > /dev/null 2<&1
-
-if [ $? = 0 ]; then
- echo "apr-devel cannot currently be installed alongside apache2. sorry."
- exit 1
-fi
-
-exit 0
diff --git a/devel/apr-devel/pkg-plist b/devel/apr-devel/pkg-plist
deleted file mode 100644
index 872a30fd92a7..000000000000
--- a/devel/apr-devel/pkg-plist
+++ /dev/null
@@ -1,66 +0,0 @@
-bin/apr-config
-bin/apu-config
-include/apr.h
-include/apr_allocator.h
-include/apr_anylock.h
-include/apr_atomic.h
-include/apr_base64.h
-include/apr_buckets.h
-include/apr_compat.h
-include/apr_date.h
-include/apr_dbm.h
-include/apr_dso.h
-include/apr_errno.h
-include/apr_file_info.h
-include/apr_file_io.h
-include/apr_fnmatch.h
-include/apr_general.h
-include/apr_getopt.h
-include/apr_global_mutex.h
-include/apr_hash.h
-include/apr_hooks.h
-include/apr_inherit.h
-include/apr_ldap.h
-include/apr_lib.h
-include/apr_md4.h
-include/apr_md5.h
-include/apr_mmap.h
-include/apr_network_io.h
-include/apr_optional.h
-include/apr_optional_hooks.h
-include/apr_pools.h
-include/apr_portable.h
-include/apr_proc_mutex.h
-include/apr_ring.h
-include/apr_rmm.h
-include/apr_sdbm.h
-include/apr_sha1.h
-include/apr_shm.h
-include/apr_signal.h
-include/apr_strings.h
-include/apr_tables.h
-include/apr_thread_cond.h
-include/apr_thread_mutex.h
-include/apr_thread_proc.h
-include/apr_thread_rwlock.h
-include/apr_time.h
-include/apr_uri.h
-include/apr_user.h
-include/apr_uuid.h
-include/apr_version.h
-include/apr_want.h
-include/apr_xlate.h
-include/apr_xml.h
-include/apu.h
-include/apu_compat.h
-lib/APRVARS
-lib/apr.exp
-lib/aprutil.exp
-lib/libapr.a
-lib/libapr.la
-lib/libapr.so
-lib/libapr.so.0
-lib/libaprutil.a
-lib/libaprutil.la
-lib/libaprutil.so
-lib/libaprutil.so.0