ports/118684: port upgrade: devel/monotone 0.38 (and amd64 fix)
Lapo Luchini
lapo at lapo.it
Fri Dec 14 10:00:07 UTC 2007
>Number: 118684
>Category: ports
>Synopsis: port upgrade: devel/monotone 0.38 (and amd64 fix)
>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 Dec 14 10:00:06 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: Lapo Luchini
>Release: FreeBSD 6.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD motoko.lapo.it 6.2-STABLE FreeBSD 6.2-STABLE #7: Fri Jun 15 15:41:02 CEST 2007 root at motoko.lapo.it:/usr/obj/usr/src/sys/MOTOKO amd64
>Description:
Updated to latest upstream release.
Added a work-around for a (probably?) gcc34-bug that shows up on amd64.
>How-To-Repeat:
>Fix:
diff -ruN monotone/Makefile monotone-0.38/Makefile
--- monotone/Makefile Fri Oct 26 15:55:56 2007
+++ monotone-0.38/Makefile Fri Dec 14 10:37:20 2007
@@ -6,7 +6,7 @@
#
PORTNAME= monotone
-PORTVERSION= 0.37
+PORTVERSION= 0.38
CATEGORIES= devel
MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/
@@ -57,4 +57,11 @@
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == amd64
+USE_GCC= 4.2+
+.endif
+
+.include <bsd.port.post.mk>
+
diff -ruN monotone/distinfo monotone-0.38/distinfo
--- monotone/distinfo Fri Oct 26 15:55:56 2007
+++ monotone-0.38/distinfo Thu Dec 13 14:14:00 2007
@@ -1,3 +1,3 @@
-MD5 (monotone-0.37.tar.gz) = d06193f2738626570692bed2173144c1
-SHA256 (monotone-0.37.tar.gz) = 061e2f6aa0a1c0105b105946744d84c44eb49e9a4fe4628e872c518533b6ec2d
-SIZE (monotone-0.37.tar.gz) = 5259352
+MD5 (monotone-0.38.tar.gz) = c1a0d2619f451a664289b042c104860d
+SHA256 (monotone-0.38.tar.gz) = ca56ccfdad1fcb61b4f831042f10e48201ff1241b170f9b948bfca4485c67151
+SIZE (monotone-0.38.tar.gz) = 5264651
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list