Bug 118684 - port upgrade: devel/monotone 0.38 (and amd64 fix)
Summary: port upgrade: devel/monotone 0.38 (and amd64 fix)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-14 10:00 UTC by Lapo Luchini
Modified: 2007-12-15 21:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (175 bytes, patch)
2007-12-14 10:00 UTC, Lapo Luchini
no flags Details | Diff
file.diff (572 bytes, patch)
2007-12-14 10:00 UTC, Lapo Luchini
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lapo Luchini 2007-12-14 10:00:06 UTC
Updated to latest upstream release.
Added a work-around for a (probably?) gcc34-bug that shows up on amd64.

Fix: 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>
+
Comment 1 Lapo Luchini 2007-12-15 17:11:38 UTC
Please note that the gcc34+amd64 bug was present in mtn 0.37 too (so the
package build for FreeBSD-6.3-amd64 won't be good, though the one for
7.0 will be).
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-12-15 21:23:10 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-12-15 21:36:57 UTC
pav         2007-12-15 21:36:51 UTC

  FreeBSD ports repository

  Modified files:
    devel/monotone       Makefile distinfo 
  Log:
  - Update to 0.38
  - Use gcc42 on amd64
  
  PR:             ports/118684
  Submitted by:   Lapo Luchini <lapo@lapo.it> (maintainer)
  
  Revision  Changes    Path
  1.35      +8 -3      ports/devel/monotone/Makefile
  1.21      +3 -3      ports/devel/monotone/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"