Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2002 00:32:10 +0100
From:      Jens Rehsack <rehsack@liwing.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Jens Rehsack <rehsack@liwing.de>
Subject:   ports/44769: Configure error in security/p5-Authen-PAM
Message-ID:  <3DC06BFA.C1E8949D@liwing.de>

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

>Number:         44769
>Category:       ports
>Synopsis:       Configure error in security/p5-Authen-PAM
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 30 15:40:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jens Rehsack
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
LiWing IT-Services
>Environment:
System: FreeBSD hogthrob.muppets.liwing.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 09:32:33 CEST 2002 root@hogthrob.muppets.liwing.de:/usr/obj/usr/src/sys/HOGTHROB i386


	not machine specific
>Description:
	the port security/p5-Authen-PAM has a little incorrect definition
	check regex which fails with -DNO_WERROR which is recommented
	in FBSD current
>How-To-Repeat:
	Try to build a security/p5-Authen-PAM on a machine which
	runs FBSD 5.0-current
>Fix:


--- patch-aa begins here ---
--- Makefile.PL.orig	Wed Oct 30 22:28:45 2002
+++ Makefile.PL	Wed Oct 30 22:29:09 2002
@@ -17,7 +17,7 @@
 
     foreach (@ARGV) {
       print "Adding a definition '$_' from the command line\n";
-      ${$options}{'DEFINE'} .= " $_ " if /-D.+/;
+      ${$options}{'DEFINE'} .= " $_ " if /\A\s*-D.+/;
     }
 
     return $options;
--- patch-aa ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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