Bug 86565

Summary: Chicken $(includedir) its not on the BASE_CPPFLAGS (again)
Product: Ports & Packages Reporter: Juan Felipe Alvarez Saldarriaga <neb>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Juan Felipe Alvarez Saldarriaga 2005-09-25 22:20:20 UTC
$(includedir) var its not on the BASE_CPPFLAGS parameter in the Makefile.in
file, so, you can't compile a scheme script (.scm file) because you need
checken.h header file to do this. Few months before I was report this "bug" but
the new maintainer drop this patch. Check this please:
http://www.freebsd.org/cgi/query-pr.cgi?pr=80219

Fix: Add $(includedir) var on BASE_CPPFLAGS parameter in the Makefile.in file.
This is the patch:



INCLUDES = $(BASE_CPPFLAGS) -DC_NO_PIC_NO_DLL--ur5ZSJjEOZCGAiOkAPvab7AW7f13U8E3dHGHV5LcAz6VZfEi
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.in.orig    Sun Sep 25 15:49:35 2005
+++ Makefile.in Sun Sep 25 15:50:06 2005
@@ -201,7 +201,7 @@
 # use -DC_NO_PIC_NO_DLL ... -DC_NO_PIC_NO_DLL is only for libtool
 # compiles
 BASE_CPPFLAGS = -DC_STACK_GROWS_DOWNWARD=$(STACK_GROWS_DOWNWARD) -DC_INSTALL_LIB_HOME='"$(pkglibdir)"' \
-  -DC_INSTALL_HOME='"$(pkgdatadir)"' -DC_USE_C_DEFAULTS
+  -DC_INSTALL_HOME='"$(pkgdatadir)"' -DC_USE_C_DEFAULTS -I$(includedir)
How-To-Repeat: Try to compile something.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-09-26 02:14:24 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

I am assuming that this is a ports bug and that it is about lang/chicken. 

There are very few FreeBSD Problem Reports that really belong in the 'misc' 
category, and most of them have to do with toolchain/build issues.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-10-02 21:12:33 UTC
Dear maintainer of FreeBSD port lang/chicken, please take a look at

http://www.freebsd.org/cgi/query-pr.cgi?q=86565

Do you approve restoring that patch?

-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-10-02 21:12:35 UTC
State Changed
From-To: open->feedback

Asked maintainer for approval 


Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2005-10-02 21:12:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 5 Alejandro Pulver 2005-10-02 23:30:23 UTC
On Sun, 02 Oct 2005 22:12:33 +0200
Pav Lucistnik <pav@FreeBSD.org> wrote:

> Dear maintainer of FreeBSD port lang/chicken, please take a look at
> 
> http://www.freebsd.org/cgi/query-pr.cgi?q=86565
> 
> Do you approve restoring that patch?
> 
> -- 
> Pav Lucistnik <pav@oook.cz>
>               <pav@FreeBSD.org>
> 

I approve the patch.

Best Regards,
Ale
Comment 6 Pav Lucistnik freebsd_committer freebsd_triage 2005-10-03 00:02:19 UTC
State Changed
From-To: feedback->closed

Committed, thanks!