diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-14 22:16:03 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-14 22:16:03 +0000 |
commit | 52c0c6a0d2ddaa686aa8e6858b27621314340d47 (patch) | |
tree | 54bea0743078ae76dd3491026ce9a50afdf8ce8b /devel | |
parent | fadc48733fb5215d99ae368dfc16a836de31dba9 (diff) | |
download | pkgsrc-52c0c6a0d2ddaa686aa8e6858b27621314340d47.tar.gz |
Remove devel/ArX as promised. Has not been buildable for several
years, and is dead upstream.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ArX/DESCR | 4 | ||||
-rw-r--r-- | devel/ArX/Makefile | 50 | ||||
-rw-r--r-- | devel/ArX/PLIST | 9 | ||||
-rw-r--r-- | devel/ArX/distinfo | 10 | ||||
-rw-r--r-- | devel/ArX/patches/patch-aa | 13 | ||||
-rw-r--r-- | devel/ArX/patches/patch-ab | 13 | ||||
-rw-r--r-- | devel/ArX/patches/patch-ac | 39 | ||||
-rw-r--r-- | devel/ArX/patches/patch-ad | 13 | ||||
-rw-r--r-- | devel/ArX/patches/patch-ae | 15 |
9 files changed, 0 insertions, 166 deletions
diff --git a/devel/ArX/DESCR b/devel/ArX/DESCR deleted file mode 100644 index 381d1a96f43..00000000000 --- a/devel/ArX/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -ArX is a revision control system: a program that lets programmers -archive a history of changes made to the software they maintain and -that, more importantly, helps programmers to coordinate, synchronize, -and combine multiple lines of development for a single project. diff --git a/devel/ArX/Makefile b/devel/ArX/Makefile deleted file mode 100644 index 73a1095fd96..00000000000 --- a/devel/ArX/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# $NetBSD: Makefile,v 1.35 2012/06/14 07:44:22 sbd Exp $ -# - -DISTNAME= ArX-2.2.4 -PKGREVISION= 20 -CATEGORIES= devel scm -MASTER_SITES= http://savannah.nongnu.org/download/arx/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nongnu.org/arx/ -COMMENT= Distributed revision control system - -BROKEN= Has not been buildable for several years, and dead upstream. - -BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons -DEPENDS+= patch-[0-9]*:../../devel/patch -DEPENDS+= diffutils-[0-9]*:../../devel/diffutils -DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base - -EVAL_PREFIX+= PREFIX.diffutils=diffutils -EVAL_PREFIX+= PREFIX.gtar-base=gtar-base - -USE_TOOLS+= pkg-config -USE_LANGUAGES= c c++ -USE_PKGLOCALEDIR= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= ARXDIFF=${PREFIX.diffutils}/bin/gdiff -CONFIGURE_ARGS+= ARXPATCH=${PREFIX.diffutils}/bin/gpatch -CONFIGURE_ARGS+= ARXTAR=${PREFIX.gtar-base}/bin/gtar -CONFIGURE_ARGS+= ARXPKGCONFIG=${PKG_CONFIG:Q} -# XXX Python is needed for build only; this is handled by devel/scons -CONFIGURE_ARGS+= ARXPYTHON=${TRUE:Q} - -INSTALLATION_DIRS= bin - -INSTALL_ENV+= prefix=${DESTDIR}${PREFIX} -INSTALL_ENV+= mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} - -do-build: - ${RUN}${_ULIMIT_CMD} \ - cd ${WRKSRC} \ - && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons - -do-install: - ${RUN}${_ULIMIT_CMD} \ - cd ${WRKSRC} \ - && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons install - -.include "../../sysutils/gnome-vfs/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/ArX/PLIST b/devel/ArX/PLIST deleted file mode 100644 index 3330ec37162..00000000000 --- a/devel/ArX/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:48:30 joerg Exp $ -bin/arx -man/man1/arx.1 -share/doc/arx/ArX.html -share/doc/arx/ArX.pdf -share/doc/arx/ArX001.png -share/doc/arx/ArX002.png -share/doc/arx/ArX003.png -share/doc/arx/ArX004.png diff --git a/devel/ArX/distinfo b/devel/ArX/distinfo deleted file mode 100644 index fef94dda50f..00000000000 --- a/devel/ArX/distinfo +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: distinfo,v 1.7 2009/11/23 15:24:33 joerg Exp $ - -SHA1 (ArX-2.2.4.tar.gz) = a575e005cfa2d80a6faced52b0128e9b7ff208df -RMD160 (ArX-2.2.4.tar.gz) = 28bcab15b42bd116e736df7b4552ed00c34659ae -Size (ArX-2.2.4.tar.gz) = 13561129 bytes -SHA1 (patch-aa) = abc77cabad828fa0b3a95c89607a8a1d26c8456f -SHA1 (patch-ab) = 42045fdfc5b731da1fb41271a2f39f980f898588 -SHA1 (patch-ac) = 315e7921421af2ed559c131e125a248568211e66 -SHA1 (patch-ad) = c4b3609cb2d3a9f8e21bb32b9825888387be041b -SHA1 (patch-ae) = 854ef7137a066672616ceda234a3f99fba23eddd diff --git a/devel/ArX/patches/patch-aa b/devel/ArX/patches/patch-aa deleted file mode 100644 index 6f9d0996610..00000000000 --- a/devel/ArX/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2009/11/23 15:24:33 joerg Exp $ - ---- SConstruct.in.orig 2005-07-27 00:25:59.000000000 +0200 -+++ SConstruct.in 2005-07-27 00:26:19.000000000 +0200 -@@ -23,7 +23,7 @@ - import os - import sys - --env=Environment(CXX='@CXX@',LINK='@CXX@',CPPPATH='#/src') -+env=Environment(CXX='@CXX@',LINK='@CXX@',CPPPATH='#/src',ENV=os.environ) - - cxxflags='@CXXFLAGS@' - if len(cxxflags)!=0: diff --git a/devel/ArX/patches/patch-ab b/devel/ArX/patches/patch-ab deleted file mode 100644 index 15e698cea30..00000000000 --- a/devel/ArX/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2007/09/20 20:47:03 wiz Exp $ - ---- src/arx/libarx/sha256/sha2.cpp.orig 2006-01-30 19:44:39.000000000 +0000 -+++ src/arx/libarx/sha256/sha2.cpp -@@ -96,7 +96,7 @@ extern "C" - - /* PLATFORM SPECIFIC INCLUDES */
-
--#if defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined(__NetBSD__)
-+#if defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined(__NetBSD__) || defined(__DragonFly__)
- # include <sys/endian.h>
- #elif (defined( BSD ) && ( BSD >= 199103 )) || defined(__APPLE__) || defined(__CYGWIN__)
- # include <machine/endian.h>
diff --git a/devel/ArX/patches/patch-ac b/devel/ArX/patches/patch-ac deleted file mode 100644 index 0257dda0b9e..00000000000 --- a/devel/ArX/patches/patch-ac +++ /dev/null @@ -1,39 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2007/09/20 20:47:03 wiz Exp $ - ---- src/boost/boost/config/platform/bsd.hpp.orig 2005-01-03 23:55:25.000000000 +0000 -+++ src/boost/boost/config/platform/bsd.hpp -@@ -9,7 +9,7 @@ - - // generic BSD config options: - --#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) -+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__) - #error "This platform is not BSD" - #endif - -@@ -21,6 +21,10 @@ - #define BOOST_PLATFORM "OpenBSD " BOOST_STRINGIZE(__OpenBSD__) - #endif - -+#if defined(__DragonFly__) -+#define _REENTRANT 1 -+#endif -+ - // - // is this the correct version check? - // FreeBSD has <nl_types.h> but does not -@@ -41,7 +45,14 @@ - // - // No wide character support in the BSD header files: - // -+#if !((defined(__FreeBSD__) && (__FreeBSD__ >= 5))) && !defined(__DragonFly__) - #define BOOST_NO_CWCHAR -+#endif -+ -+#ifdef __DragonFly__ -+#define WCHAR_MIN INT_MIN -+#define WCHAR_MAX INT_MAX -+#endif - - // - // The BSD <ctype.h> has macros only, no functions: diff --git a/devel/ArX/patches/patch-ad b/devel/ArX/patches/patch-ad deleted file mode 100644 index 4403cfab6e4..00000000000 --- a/devel/ArX/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2007/09/20 20:47:04 wiz Exp $ - ---- src/boost/boost/config/select_platform_config.hpp.orig 2007-06-30 15:50:08.000000000 +0000 -+++ src/boost/boost/config/select_platform_config.hpp -@@ -17,7 +17,7 @@ - // linux: - # define BOOST_PLATFORM_CONFIG "boost/config/platform/linux.hpp" - --#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) -+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) - // BSD: - # define BOOST_PLATFORM_CONFIG "boost/config/platform/bsd.hpp" - diff --git a/devel/ArX/patches/patch-ae b/devel/ArX/patches/patch-ae deleted file mode 100644 index 7d25e5f02ae..00000000000 --- a/devel/ArX/patches/patch-ae +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2007/09/20 20:47:04 wiz Exp $ - -For some weird reason, g++ 3.3.3 complains about a syntax error here. - ---- src/arx/libarx/merge_branches/three_way_merge.cpp.orig 2005-11-17 20:06:21.000000000 +0100 -+++ src/arx/libarx/merge_branches/three_way_merge.cpp 2006-04-11 15:07:43.000000000 +0200 -@@ -143,7 +143,7 @@ Conflicts three_way_merge(const Parsed_N - make_pair(ancestor_temp.string(), - sibling_temp.string()))); - -- path merge_path(path(getenv("HOME"))/".arx/merge3"); -+ path merge_path = (path(getenv("HOME"))/".arx/merge3"); - if(fs::exists(merge_path)) - { - Spawn s; |