ports/51249: trivial bugfix for ports/net/poptop patch

Hoss Firooznia hfir at math.rochester.edu
Mon Apr 21 20:30:15 UTC 2003


>Number:         51249
>Category:       ports
>Synopsis:       trivial bugfix for ports/net/poptop patch
>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:30:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Hoss Firooznia
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:

	
>Description:
   'make' fails due to typo in patch-ab. 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-ab, 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