diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-02 13:08:37 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-02 13:08:37 +0000 |
commit | b43bf4ba7fc4fc7d691e28f280ba195fc151fe21 (patch) | |
tree | aea0624c4ed74736d22461f6632cb6195086afc4 /math | |
parent | Fix fetch: Add official site, remove non-existant hosts. (diff) |
Install headers
PR: ports/78272
Submitted by: Pedro F. Giffuni
Notes
Notes:
svn path=/head/; revision=130190
Diffstat (limited to 'math')
-rw-r--r-- | math/taucs/Makefile | 3 | ||||
-rw-r--r-- | math/taucs/files/patch-configure | 13 | ||||
-rw-r--r-- | math/taucs/pkg-plist | 4 |
3 files changed, 18 insertions, 2 deletions
diff --git a/math/taucs/Makefile b/math/taucs/Makefile index 99652af7774b..782328ba2b96 100644 --- a/math/taucs/Makefile +++ b/math/taucs/Makefile @@ -7,6 +7,7 @@ PORTNAME= taucs PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.tau.ac.il/~stoledo/taucs/${PORTVERSION}/ DISTNAME= ${PORTNAME} @@ -31,6 +32,8 @@ post-configure: do-install: @${INSTALL_DATA} ${WRKSRC}/lib/FreeBSD/libtaucs.a ${PREFIX}/lib + @${INSTALL_DATA} ${WRKSRC}/build/FreeBSD/*.h ${PREFIX}/include + @${INSTALL_DATA} ${WRKSRC}/src/*.h ${PREFIX}/include @${INSTALL_PROGRAM} ${WRKSRC}/bin/FreeBSD/direct ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/bin/FreeBSD/iter ${PREFIX}/bin diff --git a/math/taucs/files/patch-configure b/math/taucs/files/patch-configure index ffae32f4b181..e3a5802ac725 100644 --- a/math/taucs/files/patch-configure +++ b/math/taucs/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sat Jan 3 02:23:57 2004 -+++ configure Sat Jan 3 02:24:07 2004 +--- configure.orig Sun Aug 24 10:11:33 2003 ++++ configure Sat Feb 26 22:24:56 2005 @@ -29,7 +29,7 @@ # Solaris, OSTYPE=solaris but uname returns SunOS. @@ -9,3 +9,12 @@ fi # If nothing works, we continue, but configurator will abort +@@ -46,7 +46,7 @@ + # If we find exceptions that cannot be fixed in a + # generic way, we should use OSTYPE to fix the problems. + +-make -f configurator/makefile.unix ++${MAKE} -f configurator/makefile.unix + + # Third phase: try to run configurator with whatever + # arguments were passed to the script. If it fails, perhaps diff --git a/math/taucs/pkg-plist b/math/taucs/pkg-plist index 828516f7bfdc..ee38f670e61a 100644 --- a/math/taucs/pkg-plist +++ b/math/taucs/pkg-plist @@ -1,6 +1,10 @@ bin/direct bin/iter lib/libtaucs.a +include/taucs.h +include/taucs_config_build.h +include/taucs_config_tests.h +include/taucs_private.h %%PORTDOCS%%%%DOCSDIR%%/taucs.pdf %%PORTDOCS%%%%DOCSDIR%%/cilk-mf.pdf %%PORTDOCS%%@dirrm %%DOCSDIR%% |