Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 23:14:36 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179794: [PATCH] devel/hastymail2-devel: unbreak (optionng conversion was bad)
Message-ID:  <201306202314.r5KNEaa1088984@oldred.freebsd.org>
Resent-Message-ID: <201306202320.r5KNK1Ii056511@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179794
>Category:       ports
>Synopsis:       [PATCH] devel/hastymail2-devel: unbreak (optionng conversion was bad)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 23:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
The optionng conversion broke the build.  The attach patch restores it.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-06-04 10:01:59.000000000 +0000
+++ Makefile
@@ -33,7 +33,7 @@ HASTYMAIL_REV=	2011.08.22
 OPTIONS_DEFINE=	PGSQL MYSQL DB
 DB_DESC=	Use older pear DB (instead of MDB2)
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MMYSQL}
 USE_MYSQL=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306202314.r5KNEaa1088984>