[63108] trunk/dports/mail/lbdb/Portfile

yeled at macports.org yeled at macports.org
Tue Jan 26 07:43:58 PST 2010


Revision: 63108
          http://trac.macports.org/changeset/63108
Author:   yeled at macports.org
Date:     2010-01-26 07:43:55 -0800 (Tue, 26 Jan 2010)
Log Message:
-----------
fixes m_osx_addressbook. also works on 10.5

Modified Paths:
--------------
    trunk/dports/mail/lbdb/Portfile

Modified: trunk/dports/mail/lbdb/Portfile
===================================================================
--- trunk/dports/mail/lbdb/Portfile	2010-01-26 15:04:51 UTC (rev 63107)
+++ trunk/dports/mail/lbdb/Portfile	2010-01-26 15:43:55 UTC (rev 63108)
@@ -2,7 +2,7 @@
 PortSystem  1.0
 name		    lbdb 
 version		  0.36
-revision	0
+revision	1
 categories	mail
 description	The little brother's database for the mutt mail reader.
 long_description	This package consists of a set of small tools, \
@@ -16,18 +16,18 @@
 maintainers	  loria.fr:reilles
 master_sites	http://www.spinnaker.de/debian/ 
 checksums	sha1 05f2535967274bc6b05061ff54a01fa308981b4a
+patchfiles  lbdb.patch
 distname      ${name}_${version}
 worksrcdir    ${name}-${version}
 
-# The m_osx_addressbook module's Xcode project is too old. (#21051)
-platform darwin 10 {
-    configure.args-append ac_cv_path_XCODEBUILD=no ac_cv_path_PBXBUILD=no
-}
-
 configure.dir ${workpath}/${name}-${version}
 configure.args	--sysconfdir=${prefix}/etc/ --libdir=${prefix}/lib/lbdb/ \
 				--mandir=${prefix}/share/man	 
 configure.cflags-append	-I${prefix}/include
+post-patch  {
+        file delete ${configure.dir}/ABQuery/ABQuery.pbproj/project.pbxproj
+        file delete ${configure.dir}/ABQuery/ABQuery.pbproj
+}
 build.dir        ${configure.dir}
 destroot.target  install 
 destroot.destdir install_prefix=${destroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100126/96e4da43/attachment.html>


More information about the macports-changes mailing list