Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2003 16:34:54 -0400 (EDT)
From:      Hoss Firooznia <hfir@math.rochester.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/51250: Correction to PR ports/51249
Message-ID:  <200304212034.h3LKYsiN062030@gate.math.rochester.edu>
Resent-Message-ID: <200304212040.h3LKeFde094143@freefall.freebsd.org>

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

>Number:         51250
>Category:       ports
>Synopsis:       Correction to PR ports/51249
>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:   Mon Apr 21 13:40:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Hoss Firooznia
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:

	
>Description:
   Sorry, in the problem report ports/51249 all references to "patch-ab"
   should be replaced with "patch-ac".  The updated report should read:

   'make' fails due to typo in patch-ac. CFLAGS doesn't exist yet, 
   so += operator fails:

      [...]
      ===>  Building for poptop-1.1.3_1
      cd . && aclocal
      cd . && automake --foreign Makefile
      Makefile.am: CFLAGS must be set with `=' before using `+='
      *** Error code 1
      Stop in /usr/ports/net/poptop/work/pptpd-1.1.3.

>How-To-Repeat:
	
>Fix:

   In patch-ac, change:
   
      +CFLAGS+= -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"'
      
   to
      
      +CFLAGS = -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"'

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



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