[21109] trunk

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 2 14:28:57 PST 2007


Revision: 21109
          http://trac.macosforge.org/projects/macports/changeset/21109
Author:   dluke at macports.org
Date:     2007-01-02 14:28:57 -0800 (Tue, 02 Jan 2007)

Log Message:
-----------
Use reinplace to fix the packageconf file that apr-util generates.

Modified Paths:
--------------
    trunk/dports/devel/apr-util/Portfile

Property Changed:
----------------
    trunk/


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21119
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
f2dd1c64-7982-4318-98ce-263798263e0a:/local:21152
   + 023a8b07-a327-4f20-9012-67c915bb7b7c:/local/branches/updates:21118
023a8b07-a327-4f20-9012-67c915bb7b7c:/local/trunk:21119
a2b01108-8822-4c85-91cd-1541804339d8:/local/macports:20632
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/libdnet-maintainer:20898
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-app-cli:20923
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-list-moreutils:20919
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/p5-path-class:20929
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/branches/updates:20946
b1dfe3f6-5eec-4605-9368-528ffc7f2357:/local/trunk:20947
f2dd1c64-7982-4318-98ce-263798263e0a:/local:21201

Modified: trunk/dports/devel/apr-util/Portfile
===================================================================
--- trunk/dports/devel/apr-util/Portfile	2007-01-02 20:32:35 UTC (rev 21108)
+++ trunk/dports/devel/apr-util/Portfile	2007-01-02 22:28:57 UTC (rev 21109)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		apr-util
 version		1.2.8
+revision	1
 categories	devel
 maintainers	dluke at geeklair.net
 description	utilities built with the apache group's portability library
@@ -44,3 +45,8 @@
 					--with-ldap-include=${prefix}/include \
 					--with-ldap-lib=${prefix}/lib
 			}
+
+pre-configure	{
+			reinplace "s|^Libs: |Libs: -L${prefix}/lib/db44 |" $worksrcpath/apr-util.pc.in
+		}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070102/aba1a904/attachment.html


More information about the macports-changes mailing list