ports/133812: port upgrade: devel/monotone 0.43
Lapo Luchini
lapo at lapo.it
Fri Apr 17 13:30:01 UTC 2009
>Number: 133812
>Category: ports
>Synopsis: port upgrade: devel/monotone 0.43
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Apr 17 13:30:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Lapo Luchini
>Release: FreeBSD 6.4-STABLE amd64
>Organization:
>Environment:
System: FreeBSD motoko.lapo.it 6.4-STABLE FreeBSD 6.4-STABLE #9: Thu Jan 29 15:50:58 CET 2009 root at motoko.lapo.it:/usr/obj/usr/src/sys/MOTOKO amd64
>Description:
New upstream release. Now uses lots of shared libraries as opposed as shipped version which were previously statically linked.
>How-To-Repeat:
>Fix:
--- pr-monotone-0.43 begins here ---
diff -ruN /home/lapo/monotone.orig/Makefile monotone/Makefile
--- /home/lapo/monotone.orig/Makefile 2009-03-24 13:00:44.000000000 +0100
+++ monotone/Makefile 2009-04-17 13:46:20.000000000 +0200
@@ -6,26 +6,30 @@
#
PORTNAME= monotone
-PORTVERSION= 0.42
+PORTVERSION= 0.43
CATEGORIES= devel
MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/
MAINTAINER= lapo at lapo.it
COMMENT= A distributed version control system with digital signatures
-BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
-LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
+BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost \
+ ${LOCALBASE}/lib/libbotan-1.6.5.so:${PORTSDIR}/security/botan
+RUN_DEPENDS= ${LOCALBASE}/lib/libbotan-1.6.5.so:${PORTSDIR}/security/botan
+LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
+ idn.16:${PORTSDIR}/dns/libidn \
+ sqlite3.8:${PORTSDIR}/databases/sqlite3
SUB_FILES= pkg-message
USE_PERL5_BUILD=yes
USE_ICONV= yes
USE_GMAKE= yes
+USE_LUA= 5.1+
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
MAKEINFO="makeinfo --no-split"
-CONFIGURE_ARGS+= --with-system-pcre
PLIST_FILES= bin/mtn bin/mtnopt share/zsh/site-functions/_mtn \
"@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true" \
diff -ruN /home/lapo/monotone.orig/distinfo monotone/distinfo
--- /home/lapo/monotone.orig/distinfo 2009-03-24 13:00:44.000000000 +0100
+++ monotone/distinfo 2009-03-24 13:03:33.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (monotone-0.42.tar.gz) = c8e916d674b6608369d9f447700a8830
-SHA256 (monotone-0.42.tar.gz) = b96d9d64b170bf2e3bcca5361eef3e6a8cf8928fc703bbdaa310e90bbacbda44
-SIZE (monotone-0.42.tar.gz) = 5182313
+MD5 (monotone-0.43.tar.gz) = a9e82b899ff7f676f620c450d6aff4cf
+SHA256 (monotone-0.43.tar.gz) = bf06a2cd597f3fed89660702b3c66ec341a72fbff2c76c433fd66ceac8dcdbed
+SIZE (monotone-0.43.tar.gz) = 4591647
diff -ruN /home/lapo/monotone.orig/files/patch-configure monotone/files/patch-configure
--- /home/lapo/monotone.orig/files/patch-configure 2009-03-24 13:00:44.000000000 +0100
+++ monotone/files/patch-configure 1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- configure.orig Sat Nov 11 20:08:59 2006
-+++ configure Sat Nov 11 23:39:21 2006
-@@ -10827,7 +10827,7 @@
- #ifdef __cplusplus
- "C"
- #endif
--const char *_nl_expand_alias ();
-+const char *_nl_expand_alias (int);
- int
- main ()
- {
--- pr-monotone-0.43 ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list