diff options
-rw-r--r-- | graphics/py-gdchart/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-gdchart/files/setup.py | 2 | ||||
-rw-r--r-- | net/ntop/Makefile | 6 | ||||
-rw-r--r-- | net/ntop/files/patch-configure.in | 6 |
4 files changed, 9 insertions, 8 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 4941aed87a00..9934b0b95fa2 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -6,6 +6,7 @@ PORTNAME= gdchart PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= http://www.nullcube.com/software/pygdchart/source/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ DISTNAME= pygdchart-${PORTVERSION} MAINTAINER= perky@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/libgdchart.a:${PORTSDIR}/graphics/gdchart +BUILD_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/graphics/py-gdchart/files/setup.py b/graphics/py-gdchart/files/setup.py index 046d2901a852..c3f63914c26c 100644 --- a/graphics/py-gdchart/files/setup.py +++ b/graphics/py-gdchart/files/setup.py @@ -7,7 +7,7 @@ setup( ext_modules = [ Extension("gdchart", ["gdc_py.c"], include_dirs=["%%GD_INCLUDE%%", "%%GDCHART_INCLUDE%%"], - libraries=["gdchart", "gd", "png", "z", "jpeg"], + libraries=["gdc", "gd", "png", "z", "jpeg"], library_dirs=["%%LOCALLIB%%"] ) ] diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 0cb8a8e32be0..89cc75555bbf 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -7,7 +7,7 @@ PORTNAME= ntop PORTVERSION= 2.0.99.r2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://luca.ntop.org/ \ ${MASTER_SITE_SOURCEFORGE} @@ -19,8 +19,8 @@ MAINTAINER= wjv@FreeBSD.org # Besides the required dependencies listed here, this port can optionally # make use of sysutils/lsof and security/nmap if installed. -BUILD_DEPENDS= ${LOCALBASE}/lib/libgdchart.a:${PORTSDIR}/graphics/gdchart -RUN_DEPENDS= ${LOCALBASE}/lib/libgdchart.a:${PORTSDIR}/graphics/gdchart +BUILD_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart +RUN_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm # ntop will store its runtime database files in ${DBDIR}/ntop/ diff --git a/net/ntop/files/patch-configure.in b/net/ntop/files/patch-configure.in index 4986baf4543a..4154fc08ac11 100644 --- a/net/ntop/files/patch-configure.in +++ b/net/ntop/files/patch-configure.in @@ -1,5 +1,5 @@ ---- configure.in.orig Fri May 31 12:09:35 2002 -+++ configure.in Mon Jun 24 14:25:15 2002 +--- configure.in.orig Fri May 31 19:09:35 2002 ++++ configure.in Sun Sep 15 20:29:44 2002 @@ -826,12 +826,10 @@ if test ".${GDBM_ROOT}" != .; then @@ -32,7 +32,7 @@ GDCHART_ROOT=`cd ${GDCHART_ROOT} && pwd` - MORELIBS="${MORELIBS} -L$GDCHART_ROOT -lgdchart -L$GDCHART_ROOT/gd-1.8.3 -lgd -L$GDCHART_ROOT/gd-1.8.3/libpng-1.2.1 -lpng -L$GDCHART_ROOT/zlib-1.1.4 -lz" - INCS="${INCS} -I$GDCHART_ROOT -I$GDCHART_ROOT/zlib-1.1.4" -+ MORELIBS="${MORELIBS} -L${prefix}/lib -lgdchart -lgd -lpng -lz" ++ MORELIBS="${MORELIBS} -L${prefix}/lib -lgdc -lgd -lpng -lz" + INCS="${INCS} -I${prefix}/include/gd" AC_DEFINE(HAVE_GDCHART) AC_DEFINE(HAVE_ZLIB) |