Bug 166180 - [PATCH] mail/exim: configure phase fails with CFLAGS containing a comma
Summary: [PATCH] mail/exim: configure phase fails with CFLAGS containing a comma
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eygene Ryabinkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-16 16:10 UTC by Greg Larkin
Modified: 2012-05-06 07:25 UTC (History)
1 user (show)

See Also:


Attachments
exim-4.77_1.patch (578 bytes, patch)
2012-03-16 16:10 UTC, Greg Larkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Larkin freebsd_committer freebsd_triage 2012-03-16 16:10:01 UTC
Changed the sed delimiter character from a comma to a vertical bar
to avoid a problem when CFLAGS contains a comma.

Port maintainer (rea@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: CVS)

How-To-Repeat: Add this to /etc/make.conf and attempt to build the port:

WITH_OPENSSL_BASE=yes
USE_OPENSSL_RPATH=yes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-16 16:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rea

Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166180 

Date: Sat, 17 Mar 2012 21:45:09 +0400
Comment 2 Greg Larkin freebsd_committer freebsd_triage 2012-04-16 20:35:00 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Eygene,

Sorry for the delay, but your proposed patch worked fine in my environment.

Thank you,
Greg

- -- 
Greg Larkin

http://www.FreeBSD.org/           - The Power To Serve
http://www.sourcehosting.net/     - Ready. Set. Code.
http://twitter.com/cpucycle/      - Follow you, follow me
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+MdGQACgkQ0sRouByUApC9agCeOF0LYnyqpOUdzt04V6Y40Jd7
ZQwAnRZzLT5Hy+SHI0I5pMtLcFfmftmI
=S7Gp
-----END PGP SIGNATURE-----
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-05-05 14:22:29 UTC
rea         2012-05-05 13:22:15 UTC

  FreeBSD ports repository

  Modified files:
    mail/exim            Makefile 
  Log:
  Handle SEDLIST variables containing commas
  
  ... since we're using comma as the separator for the 's' command.
  
  PR: 166180
  
  Revision  Changes    Path
  1.262     +24 -24    ports/mail/exim/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Eygene Ryabinkin freebsd_committer freebsd_triage 2012-05-06 07:25:20 UTC
State Changed
From-To: open->closed

Fix committed.