pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/36352: pkgsrc net/spread buildlink3.mk needs to "export" it's include files for other pkgs



>Number:         36352
>Category:       pkg
>Synopsis:       pkgsrc net/spread buildlink3.mk needs to "export" it's include 
>files for other pkgs
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 16 17:05:00 +0000 2007
>Originator:     Mark Blackman
>Release:        Solaris 10
>Organization:
Exonetric
>Environment:
SunOS ffxws01p1 5.10 Generic_118855-36 i86pc i386 i86pc

>Description:
in building the spreadlogd package, pkg/36348,
http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=36348,
I discovered it required the buildlink3.mk from the spread toolkit
to be modified to "export" the include directories.

trivial patch attached.
>How-To-Repeat:

>Fix:
--- buildlink3.mk.orig  Wed May 16 17:04:41 2007
+++ buildlink3.mk       Wed May 16 17:07:10 2007
@@ -14,6 +14,7 @@
 .if !empty(SPREAD_BUILDLINK3_MK:M+)
 BUILDLINK_API_DEPENDS.spread+= spread>=3.17.1
 BUILDLINK_PKGSRCDIR.spread?=   ../../net/spread
+BUILDLINK_INCDIRS.spread?=     include/spread
 .endif # SPREAD_BUILDLINK3_MK
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}




Home | Main Index | Thread Index | Old Index