Bug 59603 - [maintainer fix] www/mod_layout: (hopefully) fix build on amd64
Summary: [maintainer fix] www/mod_layout: (hopefully) fix build on amd64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Clement Laforet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-23 10:10 UTC by Clement Laforet
Modified: 2003-12-18 14:18 UTC (History)
1 user (show)

See Also:


Attachments
mod_layout.diff (5.52 KB, patch)
2003-11-23 10:10 UTC, Clement Laforet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Clement Laforet 2003-11-23 10:10:10 UTC
	According to bento log, -fPIC option is required to build.
	Now we respect CFLAGS and -fPIC is added
	While I'm here, let's use %%DOCSDIR%% too.

How-To-Repeat: 	http://bento.freebsd.org/errorlogs/amd64-5-latest/mod_layout-3.2.1.log
Comment 1 Mark Linimon 2003-12-08 10:27:36 UTC
On my 4.9-PRERELEASE i386 system I almost immediately get:

In file included from mod_layout.c:6:
mod_layout.h:16: buff.h: No such file or directory

Does the submitter see the same problem, or is this an
artifact of the fact that I have apache2 installed?
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2003-12-08 10:28:44 UTC
State Changed
From-To: open->feedback

Set to feedback to note that I could not install this port.
Comment 3 Clement Laforet 2003-12-08 11:36:55 UTC
On Mon, 08 Dec 2003 04:27:36 -0600
Mark Linimon <linimon@lonesome.com> wrote:

> On my 4.9-PRERELEASE i386 system I almost immediately get:
> 
> In file included from mod_layout.c:6:
> mod_layout.h:16: buff.h: No such file or directory
> 
> Does the submitter see the same problem, or is this an
> artifact of the fact that I have apache2 installed?
> 

www/mod_layout (3.2.1) is only for apache 1.3.x
I don't have any problem on 4.8-STABLE too.

clem
Comment 4 Clement Laforet freebsd_committer freebsd_triage 2003-12-17 14:44:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clement

It's my PR.
Comment 5 Clement Laforet freebsd_committer freebsd_triage 2003-12-18 14:18:01 UTC
State Changed
From-To: feedback->closed

Committed.