diff options
author | wiz <wiz> | 2007-06-15 22:50:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-06-15 22:50:15 +0000 |
commit | bd5146003da5af8499614b34b7bf663adb8063a0 (patch) | |
tree | 6a9501b9a616576c9e120b35e561b0c667726993 /devel/ArX | |
parent | 967bc53cc37d06c31980cccfaba201884cd03aa3 (diff) | |
download | pkgsrc-bd5146003da5af8499614b34b7bf663adb8063a0.tar.gz |
Remove obsolete version of ArX -- current version is in devel/ArX2.
MAINTAINER says ok.
Diffstat (limited to 'devel/ArX')
-rw-r--r-- | devel/ArX/DESCR | 4 | ||||
-rw-r--r-- | devel/ArX/Makefile | 46 | ||||
-rw-r--r-- | devel/ArX/PLIST | 9 | ||||
-rw-r--r-- | devel/ArX/distinfo | 7 | ||||
-rw-r--r-- | devel/ArX/patches/patch-aa | 16 | ||||
-rw-r--r-- | devel/ArX/patches/patch-ab | 37 |
6 files changed, 0 insertions, 119 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 ecc8051b01a..00000000000 --- a/devel/ArX/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# $NetBSD: Makefile,v 1.15 2007/06/05 05:37:23 wiz Exp $ -# - -DISTNAME= ArX-1.0.20 -PKGREVISION= 7 -CATEGORIES= devel scm -MASTER_SITES= http://superbeast.ucsd.edu/~landry/ArX/ - -MAINTAINER= recht@NetBSD.org -HOMEPAGE= http://savannah.nongnu.org/projects/arx/ -COMMENT= Distributed revision control system - -DEPENDS+= patch-[0-9]*:../../devel/patch -DEPENDS+= diffutils-[0-9]*:../../devel/diffutils -DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base -BUILD_DEPENDS+= scons-[0-9]*:../../devel/scons - -USE_TOOLS+= pkg-config -USE_PKGLOCALEDIR= yes -USE_LANGUAGES= c c++ -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= ARXDIFF=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}diff -CONFIGURE_ARGS+= ARXPATCH=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}patch -CONFIGURE_ARGS+= ARXTAR=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar -CONFIGURE_ARGS+= ARXPKGCONFIG=${PKG_CONFIG:Q} - -IMG_FILES= ArX001.png ArX002.png ArX003.png ArX004.png -DOC_FILES= ArX.html ArX.pdf ${IMG_FILES} -DOCDIR= ${PREFIX}/share/doc/ArX - -INSTALLATION_DIRS= bin - -do-build: - ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/build/arx/arx ${PREFIX}/bin - ${INSTALL_DATA_DIR} ${DOCDIR} -.for f in ${DOC_FILES} - ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCDIR} -.endfor - -.include "../../sysutils/gnome-vfs2/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" diff --git a/devel/ArX/PLIST b/devel/ArX/PLIST deleted file mode 100644 index 3b4f89b59d2..00000000000 --- a/devel/ArX/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/05 12:35:43 recht Exp $ -bin/arx -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 -@dirrm share/doc/ArX diff --git a/devel/ArX/distinfo b/devel/ArX/distinfo deleted file mode 100644 index 344d590f854..00000000000 --- a/devel/ArX/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 22:24:08 agc Exp $ - -SHA1 (ArX-1.0.20.tar.gz) = 3db4ff49fb827caf1d1f729c43f2877dc1f7232d -RMD160 (ArX-1.0.20.tar.gz) = e0df7563b04505a48a824572e6051feec6e2717a -Size (ArX-1.0.20.tar.gz) = 8266849 bytes -SHA1 (patch-aa) = a0b75602438ddac4a5dd5eebae351fe225b178e5 -SHA1 (patch-ab) = 939f60ba06d248e13b99c1378dbc4c73ce4ce838 diff --git a/devel/ArX/patches/patch-aa b/devel/ArX/patches/patch-aa deleted file mode 100644 index 7a9e1eecef0..00000000000 --- a/devel/ArX/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/07/05 12:35:43 recht Exp $ - ---- src/arx/include/Spawn.hpp.orig 2004-04-21 22:44:08.000000000 +0200 -+++ src/arx/include/Spawn.hpp -@@ -26,9 +26,10 @@ - #include <list> - #include <string> - #include "boost/filesystem/path.hpp" --#include <unistd.h> - #include <glib.h> - -+extern char **environ; -+ - class Spawn - { - friend Spawn& operator<<(Spawn &s, const std::string &arg); diff --git a/devel/ArX/patches/patch-ab b/devel/ArX/patches/patch-ab deleted file mode 100644 index 8fcb3f07283..00000000000 --- a/devel/ArX/patches/patch-ab +++ /dev/null @@ -1,37 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2005/01/23 19:34:14 kristerw Exp $ - ---- src/arx/utility_functions/Spawn.cpp.orig Wed Apr 21 22:44:08 2004 -+++ src/arx/utility_functions/Spawn.cpp Sun Jan 23 20:30:02 2005 -@@ -25,6 +25,7 @@ - #include <string> - #include <glib.h> - #include <string.h> -+#include <errno.h> - #include "boost/filesystem/path.hpp" - #include "arx_error.hpp" - -@@ -114,10 +115,13 @@ - if(child_pid) - { - /* This is the parent. */ -+ int res; - -- if(-1!=waitpid(child_pid,&exit_status,0) && result==TRUE) -- { -- if(WIFEXITED(exit_status)) -+ do { -+ res=waitpid(child_pid,&exit_status,0); -+ } while (res < 0 && errno == EINTR); -+ -+ if ((res >= 0) && WIFEXITED(exit_status)) - { - return_exit_status=WEXITSTATUS(exit_status); - } -@@ -125,7 +129,6 @@ - { - result=FALSE; - } -- } - } - else - { |