Bug 110568 - [dns/totd] Remove -Werror - fixes GCC 4.x
Summary: [dns/totd] Remove -Werror - fixes GCC 4.x
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-03-20 06:50 UTC by Ed Schouten
Modified: 2007-03-25 22:30 UTC (History)
0 users

See Also:


Attachments
file.diff (482 bytes, patch)
2007-03-20 06:50 UTC, Ed Schouten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2007-03-20 06:50:02 UTC
Totd doesn't compile with GCC 4.x without removing -Werror, because of
some pointer signedness issues across big parts of the code. Just remove
-Werror for now.

Fix: Add the following file to the `files/' directory:

%%%
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-20 06:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->shaun

shaun@ wants to have sparc64 and 4.x PRs
Comment 2 Shaun Amott freebsd_committer freebsd_triage 2007-03-25 21:40:29 UTC
Responsible Changed
From-To: shaun->freebsd-ports-bugs

Return to pool.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2007-03-25 22:13:23 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-03-25 22:21:47 UTC
pav         2007-03-25 21:21:40 UTC

  FreeBSD ports repository

  Modified files:
    dns/totd             Makefile 
  Added files:
    dns/totd/files       patch-Makefile.in totd.in 
  Removed files:
    dns/totd             pkg-plist 
    dns/totd/files       totd.sh 
  Log:
  - Fix build on gcc 4.1
  
  PR:             ports/110568
  Submitted by:   Ed Schouten <ed@fxq.nl> (maintainer)
  
  - While here, modernize USE_RC_SUBR and kill FreeBSD 4.X bits
  
  Revision  Changes    Path
  1.22      +3 -14     ports/dns/totd/Makefile
  1.1       +11 -0     ports/dns/totd/files/patch-Makefile.in (new)
  1.1       +36 -0     ports/dns/totd/files/totd.in (new)
  1.4       +0 -36     ports/dns/totd/files/totd.sh (dead)
  1.3       +0 -3      ports/dns/totd/pkg-plist (dead)
_______________________________________________
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"