pkgsrc-Bugs archive

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

pkg/42378: build of fonts/t1lib with PKG_OPTION.t1lib=-x11 broken



        Note: There was a bad value `' for the field `Class'.
        It was set to the default value of `sw-bug'.

>Number:         42378
>Category:       pkg
>Synopsis:       build of fonts/t1lib with PKG_OPTION.t1lib=-x11 broken
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Nov 25 17:25:00 +0000 2009
>Originator:     W. Stukenbrock
>Release:        NetBSD 4.0
>Organization:
Dr. Nagler & Company GmbH
        
>Environment:
        
        
System: NetBSD test-s0 4.0 NetBSD 4.0 (NSW-WS) #2: Fri Nov 6 11:14:49 CET 2009 
wgstuken@s012:/export/NetBSD-4.0/N+C-build/.OBJDIR_amd64/export/NetBSD-4.0/src/sys/arch/amd64/compile/NSW-WS
 amd64
Architecture: x86_64
Machine: amd64
>Description:
        When x11 options is deselected in fonts/t1lib all package
        references to the x11 stuff is ignored, but the package is still
        build with X support.
        The configure argument --without-x is missing ...
>How-To-Repeat:
        Try to compile t1lib just after installing a system with the
        opton x11 deselected. It will fail to compile.
>Fix:
        The followin patch will fix this problem.
        It adds --without-x to the configure arguments in option.mk
        if the x11 references are not included.

--- options.mk  2009/11/25 17:15:59     1.1
+++ options.mk  2009/11/25 17:16:47
@@ -12,4 +12,6 @@
 .include "../../x11/libXp/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --without-x
 .endif

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index