Opened 22 years ago

Closed 21 years ago

Last modified 20 years ago

#341 closed defect (fixed)

dport for MRTG

Reported by: opendarwin.org@… Owned by: jpm@…
Priority: High Milestone:
Component: ports Version: 1.0
Keywords: Cc: sean@…
Port:

Description

First pass at making darwinports, this is net/mrtg. Tarball is packed as net/mrtg. Please send critiques as needed.

Change History (9)

comment:1 Changed 22 years ago by jpm@…

Owner: changed from kevin@… to jpm@…

checking gd.h usability... yes checking gd.h presence... yes checking for gd.h... yes The GD library is required for rateup to compile.

Get it from http://www.boutell.com, compile it and use either --with-gd-lib=DIR and --with-gd-inc=DIR to specify its location. You might also have to use --with-z-inc, --with-z-lib and --with-png-inc, --with-png-lib for gd versions 1.6 and higher. Check config.log for more information on the problem. If your system has libgd installed, you probably mis the gd.h header file.

Consider following the instructions in doc/unix-guide.txt

Error: Target com.apple.configure returned: configure failure: shell command "cd

/Users/jpm/sandbox/darwinports/dports/net/mrtg/work/mrtg-2.9.25 && LDFLAGS="-L/

opt/local/lib" CPPFLAGS="-I/opt/local/include" ./configure --prefix=/opt/local" returned error 1 Warning: the following items did not execute (for mrtg): com.apple.install com.apple.build jpm.metadata ~/sandbox/darwinports/dports -

comment:2 Changed 22 years ago by jpm@…

Status: newassigned

i added: configure.args --with-gd-lib=${prefix}/lib/ --with-gd-inc=${prefix}/include/

to the portfile but still have the same configure problem...

comment:3 Changed 22 years ago by jpm@…

Owner: changed from jpm@… to opendarwin.org@…
Status: assignednew

comment:4 Changed 22 years ago by opendarwin.org@…

dependson: 412

comment:5 Changed 22 years ago by opendarwin.org@…

Status: newassigned

gd dport doesn't install ${prefix}/lib/libgd.dylib, this causes mrtg configure to blow up.

comment:6 Changed 22 years ago by opendarwin.org@…

comment:7 Changed 22 years ago by opendarwin.org@…

Owner: changed from opendarwin.org@… to jpm@…
Status: assignednew

comment:8 Changed 21 years ago by sean@…

Cc: sean@… added

comment:9 Changed 21 years ago by jpm@…

Resolution: fixed
Status: newclosed

excellent, all checked in -- thanks!

Note: See TracTickets for help on using tickets.