ports/77914: maildrop-1.8.0 fails to build on 4.10

Bram van Bijnen bram at insecure.nl
Tue Feb 22 09:20:04 UTC 2005


>Number:         77914
>Category:       ports
>Synopsis:       maildrop-1.8.0 fails to build on 4.10
>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:   Tue Feb 22 09:20:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Bram van Bijnen
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
Scarlet Internet
>Environment:
System: FreeBSD linda.net.insecure.nl 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Wed Jun 23 11:31:39 CEST 2004 bram at linda.net.insecure.nl:/usr/src/sys/compile/LINDA i386


>Description:
	On FreeBSD 4.10, maildrop-1.8.0 does not build correctly; complaining
	that "OBJEXT" is unset/not found (first encountered in numlib/).
	On 5.3, it just gives a clean build.

>How-To-Repeat:
	cd /usr/ports/mail/maildrop; make

>Fix:
	Adding 'USE_GMAKE=yes' to the Makefile seems to work, and not break
	it on 5.3:
--- Makefile    Tue Feb 22 10:14:02 2005
+++ Makefile.fix        Tue Feb 22 10:04:56 2005
@@ -28,6 +28,7 @@
 
 USE_BZIP2=     yes
 USE_PERL5=     yes
+USE_GMAKE=     yes
 GNU_CONFIGURE= yes
 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=        --enable-syslog=1 \

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



More information about the freebsd-ports-bugs mailing list