pkgsrc-Bugs archive

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

pkg/37617: devel/cvsync fails on solaris



        Note: There was a bad value `' for the field `Confidential'.
        It was set to the default value of `yes'.

>Number:         37617
>Category:       pkg
>Synopsis:       devel/cvsync fails on solaris
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 26 08:25:00 +0000 2007
>Originator:     YAMAMOTO Takashi <yamt%mwd.biglobe.ne.jp@localhost>
>Release:        HEAD
>Organization:
        
>Environment:
        SunOS 5.10 Generic_120012-14 i86pc i386 i86pc
>Description:
        devel/cvsync seems to use c99 features (eg. stdbool.h) and
        failed to build on solaris 10.
>How-To-Repeat:
        
>Fix:
        

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/cvsync/Makefile,v
retrieving revision 1.83
diff -u -r1.83 Makefile
--- Makefile    17 Feb 2007 20:59:48 -0000      1.83
+++ Makefile    26 Dec 2007 08:18:51 -0000
@@ -14,6 +14,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_TOOLS+=    gmake
+USE_LANGUAGES= c99
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/examples/cvsync
 
 MAKE_ENV+=     BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} BINMODE=${BINMODE:Q}

>Unformatted:
        
        



Home | Main Index | Thread Index | Old Index