ports/64660: maildrop port does not support Makefile.local

George Hartzell hartzell at kestrel.alerce.com
Wed Mar 24 17:10:14 UTC 2004


>Number:         64660
>Category:       ports
>Synopsis:       maildrop port does not support Makefile.local
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 24 09:10:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     George Hartzell
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD bloop.alerce.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Mar 8 04:06:53 PST 2004 root at bloop.alerce.com:/usr/obj/usr/src/sys/BLOOP i386

>Description:
 I'm trying to build maildrop w/ mysql support, and prefer to keep
 my customizations in a Makefile.local file.  The Maildrop ports
 Makefile.local doesn't support this properly.

>How-To-Repeat:
 Create a Makefile.local that contains the line:
 WITH_MYSQL=yes
 and try to build.  The line is ignored.
>Fix:

This patch seems to get it.

(bloop)[5:22pm]maildrop>>rcsdiff -c2 Makefile
===================================================================
RCS file: Makefile,v
retrieving revision 1.1
diff -c2 -r1.1 Makefile
*** Makefile    2004/03/25 01:14:17     1.1
--- Makefile    2004/03/25 01:15:14
***************
*** 42,45 ****
--- 42,47 ----
  LDFLAGS+=     -L${LOCALBASE}/lib
  
+ .include <bsd.port.pre.mk>
+ 
  .if defined(WITH_GDBM)
  LIB_DEPENDS+=         gdbm.3:${PORTSDIR}/databases/gdb
***************
*** 113,115 ****
  .endif
  
! .include <bsd.port.mk>
--- 115,117 ----
  .endif
  
! .include <bsd.port.post.mk>


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



More information about the freebsd-ports-bugs mailing list