pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import bitkeeper-7.2.1 as wip/bitkeeper.
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Jun 4 00:38:47 2016 +0200
Changeset: 86398890f63204704fabcc329808bc291bb8e335
Added Files:
bitkeeper/DESCR
bitkeeper/Makefile
bitkeeper/PLIST
bitkeeper/distinfo
bitkeeper/patches/patch-src_gui_tcltk_tcl_win_configure
Log Message:
Import bitkeeper-7.2.1 as wip/bitkeeper.
BitKeeper is a fast, enterprise-ready, distributed SCM that scales up to very
large projects and down to tiny ones.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=86398890f63204704fabcc329808bc291bb8e335
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bitkeeper/DESCR | 2 ++
bitkeeper/Makefile | 23 ++++++++++++++++++++++
bitkeeper/PLIST | 1 +
bitkeeper/distinfo | 7 +++++++
.../patches/patch-src_gui_tcltk_tcl_win_configure | 19 ++++++++++++++++++
5 files changed, 52 insertions(+)
diffs:
diff --git a/bitkeeper/DESCR b/bitkeeper/DESCR
new file mode 100644
index 0000000..674682d
--- /dev/null
+++ b/bitkeeper/DESCR
@@ -0,0 +1,2 @@
+BitKeeper is a fast, enterprise-ready, distributed SCM that scales up to very
+large projects and down to tiny ones.
diff --git a/bitkeeper/Makefile b/bitkeeper/Makefile
new file mode 100644
index 0000000..5e8b271
--- /dev/null
+++ b/bitkeeper/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME= bk-7.2.1
+PKGNAME= ${DISTNAME:S/bk/bitkeeper/}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=bitkeeper-scm/}
+GITHUB_TAG= ${DISTNAME}ce
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://www.bitkeeper.org/
+COMMENT= Distributed Source Control System
+LICENSE= apache-2.0
+
+USE_TOOLS+= gmake bison lex groff perl bash
+
+BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf
+
+USE_LANGUAGES= c c++ fortran
+
+do-build:
+ ${RUN} cd ${WRKSRC}/src && ${GMAKE} # p
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/bitkeeper/PLIST b/bitkeeper/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/bitkeeper/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/bitkeeper/distinfo b/bitkeeper/distinfo
new file mode 100644
index 0000000..826e735
--- /dev/null
+++ b/bitkeeper/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (bk-7.2.1.tar.gz) = ed7d1d1fe6c7dc5f7a5444cbf7bddefe1646ecb8
+RMD160 (bk-7.2.1.tar.gz) = 00046627f2fb02c9e017a469f2f7917abda0b2e9
+SHA512 (bk-7.2.1.tar.gz) = c07ae760f70e0715f20e667207385a10124fe4e577b85f3a930ae845fb4aee94946bdc7713d1c71fff06f5c166ba7e318f7f0137de6732ebe2c207274f617e50
+Size (bk-7.2.1.tar.gz) = 28958626 bytes
+SHA1 (patch-src_gui_tcltk_tcl_win_configure) = 909c7c4092a198efa0f8edcc21a7d33023e25860
diff --git a/bitkeeper/patches/patch-src_gui_tcltk_tcl_win_configure b/bitkeeper/patches/patch-src_gui_tcltk_tcl_win_configure
new file mode 100644
index 0000000..5608ba5
--- /dev/null
+++ b/bitkeeper/patches/patch-src_gui_tcltk_tcl_win_configure
@@ -0,0 +1,19 @@
+$NetBSD$
+
+--- src/gui/tcltk/tcl/win/configure.orig 2016-05-16 18:52:05.000000000 +0000
++++ src/gui/tcltk/tcl/win/configure
+@@ -4918,7 +4918,7 @@ if test "$tcl_ok" = "yes"; then :
+
+ if test "$do64bit" = "yes"; then :
+
+- if test "$GCC" == "yes"; then :
++ if test "$GCC" = "yes"; then :
+
+ ZLIB_LIBS=\${ZLIB_DIR_NATIVE}/win64/libz.dll.a
+
+@@ -6811,5 +6811,3 @@ if test -n "$ac_unrecognized_opts" && te
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
+ fi
+-
+-
Home |
Main Index |
Thread Index |
Old Index