Update of /cvsroot/fink/experimental/babayoshihiko/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29340

Modified Files:
        pgrouting.info 
Log Message:
for test

Index: pgrouting.info
===================================================================
RCS file: /cvsroot/fink/experimental/babayoshihiko/finkinfo/pgrouting.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pgrouting.info      30 Dec 2010 15:13:22 -0000      1.1
+++ pgrouting.info      3 Jan 2011 21:29:30 -0000       1.2
@@ -1,31 +1,34 @@
 Info4: <<
 Package: pgrouting%type_pkg[postgresql]
 Version: 1.05
-Revision: 0.1
+Revision: 0.2
 Description: Geospatial routing functionality for PostGIS
-Type: postgresql (8.4)
+Type: postgresql (8.4 9.0)
 License: BSD
-Maintainer: Benjamin Reed <post...@fink.racoonfink.com>
+Maintainer: BABA Yoshihiko <babayoshih...@mac.com>
 
 Depends: <<
-        boost1.41.cmake-shlibs | boost1.35.nopython-shlibs | 
boost1.35.systempython-shlibs | boost1.35.python26-shlibs,
-       postgresql%type_pkg[postgresql]-shlibs,
-       proj-shlibs
+  boost1.41.cmake-shlibs | boost1.35.nopython-shlibs | 
boost1.35.systempython-shlibs | boost1.35.python26-shlibs,
+  postgresql%type_pkg[postgresql]-shlibs,
+  libgaul1-shlibs, cgal4-shlibs,
+  proj-shlibs
 <<
 BuildDepends: <<
-       fink (>= 0.29.7-1),
-        boost1.41.cmake | boost1.35.nopython-shlibs | boost1.35.systempython | 
boost1.35.python26,
-       postgresql%type_pkg[postgresql]-dev,
-       postgresql-java (>= %type_raw[postgresql]-1),
-       proj,
-       system-java (>= 1.5-1)
+  fink (>= 0.29.7-1),
+  boost1.41.cmake | boost1.35.nopython-shlibs | boost1.35.systempython | 
boost1.35.python26,
+  postgresql%type_pkg[postgresql]-dev,
+  libgaul1, cgal4,
+  proj
 <<
 GCC: 4.0
 
 Source: http://download.osgeo.org/pgrouting/source/pgrouting-%v.tar.gz
 Source-MD5: bd7c106e3db3c38f7081f1ee9b0e12ae
 
-SetLDFLAGS:
+#SetCFLAGS: -O2 -Wall -Wmissing-prototypes -Wpointer-arith 
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
+#SetCXXFLAGS: -I%p/lib/system-openssl/include -fno-common -I%p/include 
-I%p/include/libxml2 -I%p/include
+#SetLDFLAGS: -L%p/opt/postgresql-%type_raw[postgresql]/lib 
-L%p/lib/system-openssl/lib -F/System/Library/Frameworks -L%p/lib 
-Wl,-dead_strip_dylibs
+
 
 CompileScript: <<
 #!/bin/sh -ev
@@ -38,11 +41,22 @@
                 
-DPOSTGRESQL_INCLUDE_DIR=%p/opt/postgresql-%type_raw[postgresql]/include/server
                 
-DPOSTGRESQL_LIBRARIES=%p/opt/postgresql-%type_raw[postgresql]/lib
                  -DPOSTGRES_CONFIG=%p/bin/pg_config"
-  cmake $CMAKE_OPTIONS .
+  cmake $CMAKE_OPTIONS -DWITH_TSP=TRUE .
+
+  perl -pi -e "s|-dynamiclib|-bundle|" core/src/CMakeFiles/routing.dir/link.txt
+  perl -pi -e "s|-dynamiclib|-bundle|" 
extra/tsp/src/CMakeFiles/routing_tsp.dir/link.txt
+  perl -pi -e "s|-install_name \S+|-bundle_loader %p/bin/postgres|" 
core/src/CMakeFiles/routing.dir/link.txt
+  perl -pi -e "s|-install_name \S+|-bundle_loader %p/bin/postgres|" 
extra/tsp/src/CMakeFiles/routing_tsp.dir/link.txt
+  perl -pi -e "s|librouting\.dylib|librouting\\.so|" 
core/src/CMakeFiles/routing.dir/link.txt
+  perl -pi -e "s|librouting_tsp\.dylib|librouting_tsp\\.so|" 
extra/tsp/src/CMakeFiles/routing_tsp.dir/link.txt
+  perl -pi -e "s|librouting\.dylib|librouting\\.so|" 
core/src/cmake_install.cmake
+  perl -pi -e "s|librouting_tsp\.dylib|librouting_tsp\\.so|" 
extra/tsp/src/cmake_install.cmake
+  perl -pi -e "s|/usr/share|%p/share|" core/sql/cmake_install.cmake
+  perl -pi -e "s|/usr/share|%p/share|" extra/tsp/sql/cmake_install.cmake
   make VERBOSE=1
 <<
 InstallScript: <<
-  make install
+  make install DESTDIR=%d
 <<
 
 


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to