diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gts/Makefile | 4 | ||||
-rw-r--r-- | graphics/gts/distinfo | 2 | ||||
-rw-r--r-- | graphics/gts/files/patch-configure | 10 | ||||
-rw-r--r-- | graphics/gts/pkg-plist | 7 |
4 files changed, 20 insertions, 3 deletions
diff --git a/graphics/gts/Makefile b/graphics/gts/Makefile index dce432b546f9..cdaea52193e3 100644 --- a/graphics/gts/Makefile +++ b/graphics/gts/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gts -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,6 +20,7 @@ USE_GNOMENG= yes USE_GNOME= glib12 USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" INSTALLS_SHLIB= yes diff --git a/graphics/gts/distinfo b/graphics/gts/distinfo index 9f2ca59ae46e..991e429b6337 100644 --- a/graphics/gts/distinfo +++ b/graphics/gts/distinfo @@ -1 +1 @@ -MD5 (gts-0.6.0.tar.gz) = 91bd70049dac7f604d73f11fe513045f +MD5 (gts-0.7.0.tar.gz) = 33ded8bc4fbf5a675fa71ed5c06a74d8 diff --git a/graphics/gts/files/patch-configure b/graphics/gts/files/patch-configure new file mode 100644 index 000000000000..8deca27509b2 --- /dev/null +++ b/graphics/gts/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Sep 16 09:53:32 2002 ++++ configure Sat Nov 9 14:36:52 2002 +@@ -7361,6 +7361,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/graphics/gts/pkg-plist b/graphics/gts/pkg-plist index 6f447b2a8cc7..e12e6ef681c0 100644 --- a/graphics/gts/pkg-plist +++ b/graphics/gts/pkg-plist @@ -3,6 +3,7 @@ bin/gts2oogl bin/gtscheck bin/gtscompare bin/gtstemplate +bin/stl2gts bin/transform include/gts.h include/gtsconfig.h @@ -14,25 +15,30 @@ share/aclocal/gts.m4 %%PORTDOCS%%share/doc/gts/c10143.html %%PORTDOCS%%share/doc/gts/c10165.html %%PORTDOCS%%share/doc/gts/c10178.html +%%PORTDOCS%%share/doc/gts/c10298.html %%PORTDOCS%%share/doc/gts/c11561.html %%PORTDOCS%%share/doc/gts/c12040.html %%PORTDOCS%%share/doc/gts/c12337.html %%PORTDOCS%%share/doc/gts/c12388.html %%PORTDOCS%%share/doc/gts/c12401.html +%%PORTDOCS%%share/doc/gts/c12849.html %%PORTDOCS%%share/doc/gts/c13060.html %%PORTDOCS%%share/doc/gts/c13676.html %%PORTDOCS%%share/doc/gts/c13971.html %%PORTDOCS%%share/doc/gts/c14022.html %%PORTDOCS%%share/doc/gts/c14035.html +%%PORTDOCS%%share/doc/gts/c14483.html %%PORTDOCS%%share/doc/gts/c1865.html %%PORTDOCS%%share/doc/gts/c1908.html %%PORTDOCS%%share/doc/gts/c2195.html %%PORTDOCS%%share/doc/gts/c2230.html +%%PORTDOCS%%share/doc/gts/c2245.html %%PORTDOCS%%share/doc/gts/c4.html %%PORTDOCS%%share/doc/gts/c8089.html %%PORTDOCS%%share/doc/gts/c8393.html %%PORTDOCS%%share/doc/gts/c8683.html %%PORTDOCS%%share/doc/gts/c8718.html +%%PORTDOCS%%share/doc/gts/c8851.html %%PORTDOCS%%share/doc/gts/c9511.html %%PORTDOCS%%share/doc/gts/c9853.html %%PORTDOCS%%share/doc/gts/dummy.html @@ -42,6 +48,7 @@ share/aclocal/gts.m4 %%PORTDOCS%%share/doc/gts/gts-containee-classes.html %%PORTDOCS%%share/doc/gts/gts-container-classes.html %%PORTDOCS%%share/doc/gts/gts-delaunay-and-constrained-delaunay-triangulations.html +%%PORTDOCS%%share/doc/gts/gts-differential-geometry-operators.html %%PORTDOCS%%share/doc/gts/gts-edges.html %%PORTDOCS%%share/doc/gts/gts-extended-binary-heaps.html %%PORTDOCS%%share/doc/gts/gts-faces.html |