diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-12-09 13:05:29 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-12-09 13:05:29 +0000 |
commit | 92f7662c0e78bf3dbe9687d3e6a0f3e147c543e1 (patch) | |
tree | 99ef5955889466b550fefa39031fce2702afcba6 /databases/virtuoso/files/patch-configure | |
parent | Eclipse Verilog editor provides Verilog (IEEE-1364) and VHDL language (diff) |
Virtuoso is an innovative Virtualization platform that transparently
integrates Data, Services, and Business Processes across the enterprise.
Its unique product architecture enables it to delivery traditionally
distinct server functionality, within a single product offering,
along the following lines:
* Data Management & Integration (SQL, XML and EII)
* Application Integration (Web Services & SOA)
* Process Management & Integration (BPEL)
* Collaboration and Network Effects
WWW: http://virtuoso.openlinksw.com/
- Hosting modules (python and ruby) will be added as slave ports later.
- Mono hosting is broken on FreeBSD
- Perl hosting is broken on FreeBSD
(perl* ports are built without -Dusemultiplicity)
- PHP4/5 hosting is broken on FreeBSD (php* ports do not install libphp).
- JDBC driver will be added as a slave port later.
Notes
Notes:
svn path=/head/; revision=179292
Diffstat (limited to 'databases/virtuoso/files/patch-configure')
-rw-r--r-- | databases/virtuoso/files/patch-configure | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/databases/virtuoso/files/patch-configure b/databases/virtuoso/files/patch-configure new file mode 100644 index 000000000000..79cf9d6e891a --- /dev/null +++ b/databases/virtuoso/files/patch-configure @@ -0,0 +1,46 @@ +--- configure.orig Sat Oct 28 01:47:57 2006 ++++ configure Fri Dec 8 00:21:26 2006 +@@ -2201,6 +2201,7 @@ + #actually prefer /lib/cpp : it's to be run on Java + case $host in + *-darwin*) CPP=/usr/bin/cpp ;; ++ *-freebsd*) CPP=/usr/bin/cpp ;; + *) CPP=/lib/cpp ;; + esac + +@@ -31280,7 +31281,7 @@ + + + +-for ac_header in krb5.h gssapi/gssapi.h gssapi/gssapi_generic.h gssapi/gssapi_krb5.h ++for ac_header in krb5.h gssapi/gssapi.h gssapi/gssapi_generic.h gssapi/gssapi_krb5.h gssapi.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then +@@ -31756,8 +31757,8 @@ + openldap_LDFLAGS="-lldap -llber" + LDFLAGS="$LDFLAGS $openldap_LDFLAGS" ;; + *) +- openssl_CFLAGS="-I$with_ldap/include" +- openssl_LDFLAGS="-L$with_ldap/lib -lldap -llber" ++ openldap_CFLAGS="-I$with_ldap/include" ++ openldap_LDFLAGS="-L$with_ldap/lib -lldap -llber" + CPPFLAGS="$CPPFLAGS $openldap_CFLAGS" + LDFLAGS="$LDFLAGS $openldap_LDFLAGS" + LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$with_ldap/lib" ;; +@@ -35797,13 +35798,13 @@ + ## various destination dirs ## + ## ## + ########################################################################## +-virtdatadir=$datadir/virtuoso ++virtdatadir=$prefix/virtuoso + vaddir=$virtdatadir/vad + docdir=$virtdatadir/doc + htmldocdir=$docdir/html + pdfdocdir=$docdir/pdf + +-virtstatedir=$localstatedir/lib/virtuoso ++virtstatedir=$prefix/virtuoso + demodir=$virtstatedir/demo + dbdir=$virtstatedir/db + httprootdir=$virtstatedir/vsp |