Bug 170548 - devel/zziplib
Summary: devel/zziplib
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-12 04:00 UTC by kamikaze
Modified: 2012-08-18 22:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kamikaze 2012-08-12 04:00:06 UTC
The port is marked broken für RELENG_7/amd64:

.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
BROKEN=		segfaults during build
.endif


If I comment out the BROKEN line it builds perfectly fine in my Tinderbox. No segfaults. So unless it's a kernel problem, whatever caused the segfault is no longer an issue.
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-08-12 08:16:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 2 Michael Scheidell freebsd_committer freebsd_triage 2012-08-12 08:51:25 UTC
State Changed
From-To: open->feedback

segvs for me, FreeBSD 7.4, amd64.  You might join freebsd-ports@ mailing 
list and have it checked a couple more times.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-08-18 22:48:47 UTC
Author: scheidell
Date: Sat Aug 18 21:48:35 2012
New Revision: 302742
URL: http://svn.freebsd.org/changeset/ports/302742

Log:
  - Unbreak for FreeBSD > 7.4 amd64
  
  PR:		ports/170548
  Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>
  Approved by:	port@

Modified:
  head/devel/zziplib/Makefile

Modified: head/devel/zziplib/Makefile
==============================================================================
--- head/devel/zziplib/Makefile	Sat Aug 18 21:23:24 2012	(r302741)
+++ head/devel/zziplib/Makefile	Sat Aug 18 21:48:35 2012	(r302742)
@@ -69,7 +69,7 @@ PLIST_SUB+=	SDL="@comment "
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
+.if ${OSVERSION} < 740000 && ${ARCH} == "amd64"
 BROKEN=		segfaults during build
 .endif
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Michael Scheidell freebsd_committer freebsd_triage 2012-08-18 22:49:18 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!