pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/33597: devel/ht needs c++
>Number: 33597
>Category: pkg
>Synopsis: devel/ht requires C++ LANGUAGE
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: support
>Submitter-Id: net
>Arrival-Date: Tue May 30 12:40:00 +0000 2006
>Originator: pancake
>Release: FreeBSD 7.0-CURRENT
>Organization:
>Environment:
System: FreeBSD porticoluna 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Sep 27
07:09:02 CEST 2005 root@porticoluna:/usr/src/sys/i386/compile/KERN_PLUNA2 i386
Architecture: i386
Machine: i386
>Description:
Missing USE_LANGUAGES+=c++ for devel/ht
>How-To-Repeat:
#/usr/pkgsrc/devel/ht> bmake > /dev/null
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
*** FREEBSD, building native FreeBSD version. we need (n)curses.
./configure successful.
=====================
Configuration summary
=====================
X11 textmode support available: no
enable profiling: no
make a release build: no
===>
===> Please add USE_LANGUAGES+=c++ to the package Makefile.
===>
gmake[1]: *** [analy.o] Error 1
gmake: *** [all-recursive] Error 1
#/usr/pkgsrc/devel/ht>
>Fix:
Index: Makefile
===================================================================
RCS file: /cvs/cvsroot/pkgsrc/devel/ht/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile 4 Mar 2006 21:29:16 -0000 1.9
+++ Makefile 30 May 2006 10:37:17 -0000
@@ -13,6 +13,7 @@
GNU_CONFIGURE= YES
USE_TOOLS+= bison lex
USE_NCURSES= # missing WA_BOLD and WA_NORMAL
+USE_LANGUAGES+= c++
LIBS+= -lm
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index