pkgsrc-Bugs archive

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

pkg/43925: www/neon on Solaris 10 needs BROKEN_GETTEXT_DETECTION=yes and an additional patch



>Number:         43925
>Category:       pkg
>Synopsis:       www/neon on Solaris 10 needs BROKEN_GETTEXT_DETECTION=yes and 
>an additional patch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Sep 29 02:55:00 +0000 2010
>Originator:     NAKAJI Hiroyuki
>Release:        Solaris 10 (SPARC)
>Organization:
>Environment:
SunOS janus.4407.kankyo-u.ac.jp 5.10 Generic_141444-09 sun4u sparc sun4u Solaris

>Description:
www/neon needs libintl.so.xx which is installed by devel/gettext-lib, but its 
configure does not find libintl.

And, neon/src/Makefile.in does not have proper LIBS.

>How-To-Repeat:
cd pkgsrc/www/neon
pfexec bmake

>Fix:
1. At least Solaris needs BROKEN_GETTEXT_DETECTION=yes

2. A tiny additional patch

--- src/Makefile.in.orig        2010-09-29 10:42:35.423688000 +0900
+++ src/Makefile.in     2010-09-29 10:40:27.526737000 +0900
@@ -30,7 +30,7 @@
 NEON_LINK_FLAGS = @NEON_LINK_FLAGS@
 # Note: don't substitute @LIBS@ in here; during a bundled
 # build of this directory, @LIBS@ may include -lneon.
-LIBS = @NEON_LIBS@ @NEON_LTLIBS@
+LIBS = @NEON_LIBS@ @NEON_LTLIBS@ @LIBS@
 
 COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS)
 LT_COMPILE = $(LIBTOOL) --quiet --mode=compile $(COMPILE)



Home | Main Index | Thread Index | Old Index