Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2002 11:11:42 -0700 (PDT)
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/41292: Port apache-2.0.39_7 port does not copile with NOPORTDOCS
Message-ID:  <200208031811.g73IBgwS098081@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         41292
>Category:       ports
>Synopsis:       Port apache-2.0.39_7 port does not copile with NOPORTDOCS
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 03 11:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Eikemeier
>Release:        4.6-STABLE
>Organization:
Fillmore Labs <http://www.fillmore-labs.com>;
>Environment:
FreeBSD cvs.fillmore-labs.com 4.6-STABLE FreeBSD 4.6-STABLE #2: Sat Aug  3 13:28:06 CEST 2002     root@lima.fillmore-labs.com:/usr/obj/usr/src/sys/LIMA  i386     
>Description:
The Apache 2 port does not copile with NOPORTDOCS=true in /etc/make.conf

The error message (with make -dA) is:

..
(cd /usr/ports/www/apache2/work/httpd-2.0.39; /usr/bin/env DESTDIR= EXPR_COMPAT=yes -DNOPORTDOCS PORTOBJFORMAT=elf PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/X11R6 MOTIFLIB="-L/usr/X11R6/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O-pipe -march=k6" CXXFLAGS=" -O -pipe -march=k6" BSD_INSTALL_PROGRAM="install -c -s -o root -g wheel -m 555"  BSD_INSTALL_SCRIPT="install -c -o root -g wheel -m 555"  BSD_INSTALL_DATA="install -c -o root -g wheel -m 444"  BSD_INSTALL_MAN="install -c -o root -g wheel -m 444" make -f Makefile  all)
env: -DNOPORTDOCS: No such file or directory
*** Error code 127

>How-To-Repeat:
cd /usr/ports/www/apache2
make NOPORTDOCS=true

>Fix:
change

.if defined(NOPORTDOCS)
MAKE_ENV+=      NOPORTDOCS=yes
.endif

to

.if defined(NOPORTDOCS)
MAKE_ENV+=      NOPORTDOCS=yes
.endif

in /usr/ports/www/apache2/Makefile
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208031811.g73IBgwS098081>