Bug 51250

Summary: Correction to PR ports/51249
Product: Ports & Packages Reporter: hfir <hfir>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description hfir 2003-04-21 21:40:15 UTC
   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.

Fix: 

In patch-ac, change:
   
      +CFLAGS+= -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"'
      
   to
      
      +CFLAGS = -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"'
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-04-25 01:31:45 UTC
State Changed
From-To: open->closed

A fix was committed, thanks for your report.