Changes between Initial Version and Version 3 of Ticket #3194


Ignore:
Timestamp:
Mar 24, 2016, 3:04:11 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3194

    • Property Status changed from new to closed
    • Property Type changed from defect to update
    • Property Owner changed from darwinports-bugs@… to cms@…
    • Property Resolution changed from to invalid
    • Property Port exim added
  • Ticket #3194 – Description

    initial v3  
    1111downloaded patch. Also trying to get committed once more some basic lookup variants for exim.
    1212
    13 Tried to address Bug 1975 as suggested in a comment there, but the change to exim's DBM path for a
     13Tried to address Bug #1975 as suggested in a comment there, but the change to exim's DBM path for a
    1414Darwin build still does not allow exim to link against the dp-installed DB4; OS X's native db support is
    1515used instead.
    1616
     17{{{
    1718--- /Users/jbc/Desktop/Portfile Mon May  9 11:45:37 2005
    1819+++ /Users/jbc/Desktop/Portfile.new     Thu May 26 14:49:28 2005
     
    4041                reinplace "s|/etc/aliases|${destroot}${prefix}/etc/aliases|g" scripts/exim_install
    4142-               adduser ${exim_user} gid=[existsgroup mail] }
    42 +                               reinplace "s|DBMLIB =|DBMLIB =/opt/local/lib/libdb-4.2.dylib|g" OS/Makefile-
    43 Darwin
     43+                               reinplace "s|DBMLIB =|DBMLIB =/opt/local/lib/libdb-4.2.dylib|g" OS/Makefile-Darwin
    4444+                               adduser ${exim_user} gid=[existsgroup mail] }
    4545 
     
    5252-variant exiscan { patch_sites          http://duncanthrax.net/exiscan-acl/
    5353-                 patchfiles-append     exiscan-acl-4.42-27.patch
    54 -                         checksums-append      exiscan-acl-4.42-27.patch
    55 md5 3dc7322b6852eb05f7acc3a1108810d6 }
     54-                         checksums-append      exiscan-acl-4.42-27.patch md5 3dc7322b6852eb05f7acc3a1108810d6 }
    5655+variant exiscan { }
    5756+
     
    8685        if {[variant_isset mysql] || [variant_isset mysql4]} {
    8786                reinplace "s|# LOOKUP_MYSQL=yes|LOOKUP_MYSQL=yes|g" Local/Makefile
    88                 reinplace "s|# LOOKUP_INCLUDE=.*|LOOKUP_INCLUDE=-I ${prefix}/include/mysql -I
    89 ${prefix}/include -I /usr/include|g" Local/Makefile
     87                reinplace "s|# LOOKUP_INCLUDE=.*|LOOKUP_INCLUDE=-I ${prefix}/include/mysql -I ${prefix}/include -I /usr/include|g" Local/Makefile
     88}}}