pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/boolean



Module Name:    pkgsrc
Committed By:   dholland
Date:           Tue Jan  3 01:18:46 UTC 2012

Modified Files:
        pkgsrc/cad/boolean: Makefile distinfo
        pkgsrc/cad/boolean/patches: patch-aa patch-ab
Added Files:
        pkgsrc/cad/boolean/patches: patch-apps_edit_src_intrface_strucdlg_cpp

Log Message:
Fix undefined behavior (promoted from a warning to an error in recent gcc)
by casting string objects to const char * before passing to printf.

While here, switch PKG_DESTDIR_SUPPORT from "destdir" to "user-destdir"
(no reason I can see for the former, it appears to date way back) and
add patch comments.

PKGREVISION -> 9, since with netbsd-5 and older -current the issue wasn't
fatal at compile time.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/cad/boolean/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/cad/boolean/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/cad/boolean/patches/patch-aa \
    pkgsrc/cad/boolean/patches/patch-ab
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/cad/boolean/patches/patch-apps_edit_src_intrface_strucdlg_cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index