Bug 89836 - [MAINTAINER] sysutils/symon: update to 2.72
Summary: [MAINTAINER] sysutils/symon: update to 2.72
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: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-02 12:30 UTC by Ulrich Spoerlein
Modified: 2005-12-02 16:19 UTC (History)
0 users

See Also:


Attachments
symon-2.72.patch (5.69 KB, patch)
2005-12-02 12:30 UTC, Ulrich Spoerlein
no flags Details | Diff
patch (5.84 KB, patch)
2005-12-02 15:13 UTC, Ulrich Spoerlein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Spoerlein 2005-12-02 12:30:02 UTC
- Update to 2.72

Added file(s):
- files/patch-platform.h
- files/patch-sm_pf.c

Removed file(s):
- files/patch-sm_mem.c
- files/patch-sm_proc.c

Generated with FreeBSD Port Tools 0.63
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-12-02 13:59:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it.
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2005-12-02 15:01:38 UTC
State Changed
From-To: open->feedback

Can you fix build on 4.x? 

http://marcus.grupos.com.br:8080/errors/4-STABLE-FreeBSD/symon-2.72.log 

cc -O -pipe   -Wall -I../lib -I../platform/FreeBSD -I. -o 
../platform/stub/sm_sensor.o -c ../platform/stub/sm_sensor.c cc -o symon 
symon.o readconf.o symonnet.o ../platform/FreeBSD/sm_cpu.o 
../platform/FreeBSD/sm_debug.o ../platform/FreeBSD/sm_df.o 
../platform/FreeBSD/sm_if.o 
../platform/FreeBSD/sm_io.o ../platform/FreeBSD/sm_mbuf.o ../platform/FreeBSD/sm_mem.o ../platform/FreeBSD/sm_pf.o ../platform/FreeBSD/sm_pfq.o 
../platform/FreeBSD/sm_proc.o ../platform/stub/sm_sensor.o -ldevstat -L../lib -lsymon 
../platform/FreeBSD/sm_pfq.o: In function `gets_pfq': 
../platform/FreeBSD/sm_pfq.o(.text+0x30): multiple definition of `gets_pfq' 
../platform/FreeBSD/sm_pf.o(.text+0x20): first defined here 
symon.o(.data+0x7c): undefined reference to `gets_pf' *** Error code 1 

Stop in /work/a/ports/sysutils/symon/work/symon/symon.  *** Error code 1 

Stop in /work/a/ports/sysutils/symon/work/symon.  *** Error code 1
Comment 3 Ulrich Spoerlein 2005-12-02 15:13:46 UTC
Marcus Alves Grando wrote:
> symon.o(.data+0x7c): undefined reference to `gets_pf' *** Error code 1

Crap, I send the wrong patch, sorry. Here's the fixed one

Ulrich Spoerlein
Comment 4 Marcus Alves Grando freebsd_committer freebsd_triage 2005-12-02 16:19:56 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!