update to 0.35
prodded by/looks ok steven@
This commit is contained in:
parent
d4d5744d22
commit
31084990c6
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/03 13:23:44 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2007/05/27 10:43:48 alek Exp $
|
||||
|
||||
COMMENT= "distributed version control system"
|
||||
|
||||
VERSION= 0.34
|
||||
VERSION= 0.35
|
||||
DISTNAME= monotone-${VERSION}
|
||||
CATEGORIES= devel
|
||||
|
||||
@ -19,6 +19,7 @@ WANTLIB += c m pthread stdc++ z
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}downloads/${VERSION}/
|
||||
|
||||
MODULES= devel/gettext
|
||||
BUILD_DEPENDS= :boost-headers-*:devel/boost,-main
|
||||
LIB_DEPENDS= boost_filesystem.>=0,boost_regex.>=0::devel/boost,-libs
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (monotone-0.34.tar.gz) = t6PNLU/LFyh2Qe4uM/Zg/Q==
|
||||
RMD160 (monotone-0.34.tar.gz) = 5sNirE8nCiH8V0W4DtzMme+jYvc=
|
||||
SHA1 (monotone-0.34.tar.gz) = Kfp+KVGy6qd2c/+uvQBgS6uY/Tg=
|
||||
SHA256 (monotone-0.34.tar.gz) = V8xDZIDdKax+dRxNWtvCsCiboic72jiDUr4VRGiUvFY=
|
||||
SIZE (monotone-0.34.tar.gz) = 4824087
|
||||
MD5 (monotone-0.35.tar.gz) = m1MEbdqLp1Sfpc52XhT6ZQ==
|
||||
RMD160 (monotone-0.35.tar.gz) = kcuR/CVBX4NXpX8Zml+DuOqSk6E=
|
||||
SHA1 (monotone-0.35.tar.gz) = t0Xu4jmrGY9CY0k8f3nP0baTUSc=
|
||||
SHA256 (monotone-0.35.tar.gz) = u+DF/zT1ior4FWNWDl8hQIpWjf4ne6pFKlbxm1t6B94=
|
||||
SIZE (monotone-0.35.tar.gz) = 4857094
|
||||
|
16
devel/monotone/patches/patch-configure
Normal file
16
devel/monotone/patches/patch-configure
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2007/05/27 10:43:48 alek Exp $
|
||||
--- configure.orig Mon May 7 16:15:18 2007
|
||||
+++ configure Sat May 26 23:44:31 2007
|
||||
@@ -15940,10 +15940,10 @@ host_cpu!$host_cpu$ac_delim
|
||||
host_vendor!$host_vendor$ac_delim
|
||||
host_os!$host_os$ac_delim
|
||||
USE_NLS!$USE_NLS$ac_delim
|
||||
-LIBICONV!$LIBICONV$ac_delim
|
||||
+LIBICONV!$LTLIBICONV$ac_delim
|
||||
LTLIBICONV!$LTLIBICONV$ac_delim
|
||||
INTLLIBS!$INTLLIBS$ac_delim
|
||||
-LIBINTL!$LIBINTL$ac_delim
|
||||
+LIBINTL!$LTLIBINTL$ac_delim
|
||||
LTLIBINTL!$LTLIBINTL$ac_delim
|
||||
POSUB!$POSUB$ac_delim
|
||||
acx_pthread_config!$acx_pthread_config$ac_delim
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-unix_ssh_agent_platform_cc,v 1.1.1.1 2007/05/03 13:23:44 alek Exp $
|
||||
--- unix/ssh_agent_platform.cc.orig Wed Apr 11 20:27:35 2007
|
||||
+++ unix/ssh_agent_platform.cc Wed Apr 11 20:27:51 2007
|
||||
@@ -8,10 +8,12 @@
|
||||
// PURPOSE.
|
||||
|
||||
#include <sys/un.h>
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
#include "../sanity.hh"
|
||||
|
@ -1,27 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/03 13:23:44 alek Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/05/27 10:43:48 alek Exp $
|
||||
bin/mtn
|
||||
@info info/monotone.info
|
||||
share/doc/monotone/
|
||||
share/doc/monotone/monotone.html
|
||||
share/locale/
|
||||
share/locale/de/
|
||||
share/locale/de/LC_MESSAGES/
|
||||
share/locale/de/LC_MESSAGES/monotone.mo
|
||||
share/locale/es/
|
||||
share/locale/es/LC_MESSAGES/
|
||||
share/locale/es/LC_MESSAGES/monotone.mo
|
||||
share/locale/fr/
|
||||
share/locale/fr/LC_MESSAGES/
|
||||
share/locale/fr/LC_MESSAGES/monotone.mo
|
||||
share/locale/it/
|
||||
share/locale/it/LC_MESSAGES/
|
||||
share/locale/it/LC_MESSAGES/monotone.mo
|
||||
share/locale/ja/
|
||||
share/locale/ja/LC_MESSAGES/
|
||||
share/locale/ja/LC_MESSAGES/monotone.mo
|
||||
share/locale/pt_BR/
|
||||
share/locale/pt_BR/LC_MESSAGES/
|
||||
share/locale/pt_BR/LC_MESSAGES/monotone.mo
|
||||
share/locale/sv/
|
||||
share/locale/sv/LC_MESSAGES/
|
||||
share/locale/sv/LC_MESSAGES/monotone.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user