ports/51250: Correction to PR ports/51249

Hoss Firooznia hfir at math.rochester.edu
Mon Apr 21 20:40:17 UTC 2003


>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:



More information about the freebsd-ports-bugs mailing list