diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-17 21:12:39 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-17 21:12:39 +0800 |
commit | 173aeb6487255483144a3912968a728292d72687 (patch) | |
tree | 8ae037106220e3f25fc71c50925c4e398fed5199 /math/ggobi | |
parent | 5ffd6602e8f5676a97794b50fb6659b2f84c7b79 (diff) | |
download | freebsd-ports-gnome-173aeb6487255483144a3912968a728292d72687.tar.gz freebsd-ports-gnome-173aeb6487255483144a3912968a728292d72687.tar.zst freebsd-ports-gnome-173aeb6487255483144a3912968a728292d72687.zip |
- Add USES=libtool
- Replace gnomehack with pathfix
- Remove libltdl dependency (port uses gmodule now)
Diffstat (limited to 'math/ggobi')
-rw-r--r-- | math/ggobi/Makefile | 8 | ||||
-rw-r--r-- | math/ggobi/pkg-plist | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/math/ggobi/Makefile b/math/ggobi/Makefile index 9a2967841531..caf9c34e637b 100644 --- a/math/ggobi/Makefile +++ b/math/ggobi/Makefile @@ -3,18 +3,17 @@ PORTNAME= ggobi PORTVERSION= 2.1.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math graphics MASTER_SITES= http://www.ggobi.org/downloads/ MAINTAINER= rhurlin@gwdg.de COMMENT= Data visualization system -USES= pkgconfig tar:bzip2 -USE_GNOME= gtk20 libxml2 gnomehack +USES= libtool pathfix pkgconfig tar:bzip2 +USE_GNOME= gtk20 libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= libltdl CONFIGURE_ARGS+= --with-all-plugins @@ -23,6 +22,7 @@ ALL_TARGET= all ggobirc post-patch: @${REINPLACE_CMD} -e 's|ND_coord_i|ND_coord|' \ ${WRKSRC}/plugins/GraphLayout/graphviz.c + @${REINPLACE_CMD} '/ltdl/d' ${WRKSRC}/src/plugin.h @${REINPLACE_CMD} -e 's|#line 0|#line 1|' \ ${WRKSRC}/src/ggobi-data.c \ ${WRKSRC}/src/ggobi-renderer-cairo.c \ diff --git a/math/ggobi/pkg-plist b/math/ggobi/pkg-plist index c755435a98b1..6cf5c56666d1 100644 --- a/math/ggobi/pkg-plist +++ b/math/ggobi/pkg-plist @@ -45,9 +45,9 @@ include/ggobi/varseldata.h include/ggobi/vartable.h include/ggobi/write_xml.h include/ggobi/writedata.h -lib/libggobi.la lib/libggobi.so lib/libggobi.so.0 +lib/libggobi.so.0.0.0 libdata/pkgconfig/ggobi.pc share/applications/ggobi.desktop %%DATADIR%%/data/Shipman.csv @@ -94,24 +94,24 @@ share/applications/ggobi.desktop %%DATADIR%%/data/tmin2.xml %%DATADIR%%/data/tmin3.xml %%DATADIR%%/data/tmin4.xml -%%DATADIR%%/plugins/DataViewer/plugin.la %%DATADIR%%/plugins/DataViewer/plugin.so %%DATADIR%%/plugins/DataViewer/plugin.so.0 -%%DATADIR%%/plugins/DescribeDisplay/plugin.la +%%DATADIR%%/plugins/DataViewer/plugin.so.0.0.0 %%DATADIR%%/plugins/DescribeDisplay/plugin.so %%DATADIR%%/plugins/DescribeDisplay/plugin.so.0 -%%DATADIR%%/plugins/GraphAction/plugin.la +%%DATADIR%%/plugins/DescribeDisplay/plugin.so.0.0.0 %%DATADIR%%/plugins/GraphAction/plugin.so %%DATADIR%%/plugins/GraphAction/plugin.so.0 -%%DATADIR%%/plugins/GraphLayout/plugin.la +%%DATADIR%%/plugins/GraphAction/plugin.so.0.0.0 %%DATADIR%%/plugins/GraphLayout/plugin.so %%DATADIR%%/plugins/GraphLayout/plugin.so.0 -%%DATADIR%%/plugins/VarCloud/plugin.la +%%DATADIR%%/plugins/GraphLayout/plugin.so.0.0.0 %%DATADIR%%/plugins/VarCloud/plugin.so %%DATADIR%%/plugins/VarCloud/plugin.so.0 -%%DATADIR%%/plugins/ggvis/plugin.la +%%DATADIR%%/plugins/VarCloud/plugin.so.0.0.0 %%DATADIR%%/plugins/ggvis/plugin.so %%DATADIR%%/plugins/ggvis/plugin.so.0 +%%DATADIR%%/plugins/ggvis/plugin.so.0.0.0 %%DATADIR%%/share/colorschemes.xml share/pixmaps/ggobi.png @dirrm %%DATADIR%%/share |