Bug 111435 - [MAINT] security/zzuf: Fix build on -CURRENT
Summary: [MAINT] security/zzuf: Fix build on -CURRENT
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-10 05:10 UTC by Peter Johnson
Modified: 2007-04-11 21:30 UTC (History)
0 users

See Also:


Attachments
patch-src__lib-mem.c (337 bytes, text/plain)
2007-04-10 05:10 UTC, Peter Johnson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Johnson 2007-04-10 05:10:02 UTC
Pointyhat reports broken builds on 7.x.

Fix: Some sort of symbol visibility change between 6.x and -CURRENT makes MAP_ANON
invisible to the build.  Adding a #define __BSD_VISIBLE to the errant file
fixes the issue.

Add attached patch into files/.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-04-10 08:24:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-04-11 21:23:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-11 21:27:31 UTC
miwi        2007-04-11 20:27:21 UTC

  FreeBSD ports repository

  Modified files:
    security/zzuf        Makefile 
  Added files:
    security/zzuf/files  patch-src_lib-mem.c 
  Log:
  - Fix build on HEAD
  
  PR:             111435
  Submitted by:   Peter Johnson <johnson.peter@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.2       +1 -0      ports/security/zzuf/Makefile
  1.1       +11 -0     ports/security/zzuf/files/patch-src_lib-mem.c (new)
_______________________________________________
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"