Bug 130997 - [update] misc/apparix 20080725 -> 20081026
Summary: [update] misc/apparix 20080725 -> 20081026
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-26 03:20 UTC by steinex
Modified: 2009-01-27 19:36 UTC (History)
0 users

See Also:


Attachments
file.diff (1.03 KB, patch)
2009-01-26 03:20 UTC, steinex
no flags Details | Diff
apparix.diff.txt (1.33 KB, text/plain; charset=us-ascii)
2009-01-26 21:18 UTC, steinex
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description steinex 2009-01-26 03:20:01 UTC
Update misc/apparix from 20080725 to 20081026.

Fix: Patch attached with submission follows:
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2009-01-26 05:24:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2009-01-26 18:24:54 UTC
State Changed
From-To: open->feedback

Does not compile.
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2009-01-26 18:25:03 UTC
Making all in util
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -O2 -pipe -fno-strict-aliasing -MT 
alloc.o -MD -MP -MF ".deps/alloc.Tpo" -c -o alloc.o alloc.c;  then mv -f 
".deps/alloc.Tpo" ".deps/alloc.Po"; else rm -f ".deps/alloc.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -O2 -pipe -fno-strict-aliasing -MT 
array.o -MD -MP -MF ".deps/array.Tpo" -c -o array.o array.c;  then mv -f 
".deps/array.Tpo" ".deps/array.Po"; else rm -f ".deps/array.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -O2 -pipe -fno-strict-aliasing -MT 
rand.o -MD -MP -MF ".deps/rand.Tpo" -c -o rand.o rand.c;  then mv -f 
".deps/rand.Tpo" ".deps/rand.Po"; else rm -f ".deps/rand.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -O2 -pipe -fno-strict-aliasing -MT 
equate.o -MD -MP -MF ".deps/equate.Tpo" -c -o equate.o equate.c;  then mv -f 
".deps/equate.Tpo" ".deps/equate.Po"; else rm -f ".deps/equate.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -O2 -pipe -fno-strict-aliasing -MT 
opt.o -MD -MP -MF ".deps/opt.Tpo" -c -o opt.o opt.c;  then mv -f 
".deps/opt.Tpo" ".deps/opt.Po"; else rm -f ".deps/opt.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -O2 -pipe -fno-strict-aliasing -MT 
io.o -MD -MP -MF ".deps/io.Tpo" -c -o io.o io.c;  then mv -f ".deps/io.Tpo" 
".deps/io.Po"; else rm -f ".deps/io.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -O2 -pipe -fno-strict-aliasing -MT 
err.o -MD -MP -MF ".deps/err.Tpo" -c -o err.o err.c;  then mv -f 
".deps/err.Tpo" ".deps/err.Po"; else rm -f ".deps/err.Tpo"; exit 1; fi
err.c:341: error: conflicting types for 'mcxLogSigGuard'
err.h:121: error: previous declaration of 'mcxLogSigGuard' was here
*** Error code 1

Stop in /work/a/ports/misc/apparix/work/apparix-08-331/util.
*** Error code 1

Stop in /work/a/ports/misc/apparix/work/apparix-08-331.
*** Error code 1

Stop in /work/a/ports/misc/apparix/work/apparix-08-331.
*** Error code 1
Comment 4 steinex 2009-01-26 21:18:30 UTC
It did not compile on amd64. Please use the attached patch instead. I
sent a patch upstream, too.

Credits: Steffen Ebermann <se@kthx.de>
Comment 5 Philip M. Gollucci freebsd_committer freebsd_triage 2009-01-27 04:17:51 UTC
State Changed
From-To: feedback->open

feedback received
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-01-27 19:24:16 UTC
pgollucci    2009-01-27 19:24:03 UTC

  FreeBSD ports repository

  Modified files:
    misc/apparix         Makefile distinfo 
  Log:
  - Update to 20081026
  
  PR:             ports/130997
  Submitted by:   Frank Steinborn <steinex@nognu.de> (maintainer)
  
  Revision  Changes    Path
  1.8       +5 -2      ports/misc/apparix/Makefile
  1.6       +3 -3      ports/misc/apparix/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"
Comment 7 Philip M. Gollucci freebsd_committer freebsd_triage 2009-01-27 19:36:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!