- fixed a few (actually, a lot of) "deprecated conversion from string to const char *" errors - got rid of a few (actually, a lot of) warnings How-To-Repeat: cd /usr/ports/devel/gcvs && make
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
The patch also fixes the build on 64bits platforms: http://www.gahr.ch/FreeBSD/patches/118027_gcvs.diff -- Pietro Cerutti PGP Public Key: http://gahr.ch/pgp
State Changed From-To: open->closed Committed. Thanks!
miwi 2007-11-22 22:27:30 UTC FreeBSD ports repository Modified files: devel/gcvs Makefile devel/gcvs/files patch-common-UCvsFiles.cpp patch-cvsunix-configure.in Added files: devel/gcvs/files patch-common_AboutDlg.cpp patch-common_AppGlue.h patch-common_ImportDlg.cpp patch-common_ImportFilterDlg.cpp patch-common_LineCmd.cpp patch-common_LogDlg.cpp patch-common_MultiString.cpp patch-common_MultiString.h patch-common_Persistent.h patch-common_UCvsApp.cpp patch-common_UpdateDlg.cpp patch-common_cvsgui_process.cpp patch-common_getopt.c patch-cvsunix-lib_regex.c patch-rf_uevent.cpp patch-rf_umain.h patch-rf_ustr.cpp patch-rf_ustr.h patch-rf_utoolbar.cpp patch-rf_utoolbar.h patch-rf_uwidget.cpp patch-rf_uwidget.h Log: - Fix build with gcc 4.2/AMD64 PR: 118027 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav,linimon) Revision Changes Path 1.36 +1 -7 ports/devel/gcvs/Makefile 1.2 +11 -2 ports/devel/gcvs/files/patch-common-UCvsFiles.cpp 1.1 +16 -0 ports/devel/gcvs/files/patch-common_AboutDlg.cpp (new) 1.1 +13 -0 ports/devel/gcvs/files/patch-common_AppGlue.h (new) 1.1 +26 -0 ports/devel/gcvs/files/patch-common_ImportDlg.cpp (new) 1.1 +11 -0 ports/devel/gcvs/files/patch-common_ImportFilterDlg.cpp (new) 1.1 +11 -0 ports/devel/gcvs/files/patch-common_LineCmd.cpp (new) 1.1 +38 -0 ports/devel/gcvs/files/patch-common_LogDlg.cpp (new) 1.1 +11 -0 ports/devel/gcvs/files/patch-common_MultiString.cpp (new) 1.1 +20 -0 ports/devel/gcvs/files/patch-common_MultiString.h (new) 1.1 +15 -0 ports/devel/gcvs/files/patch-common_Persistent.h (new) 1.1 +11 -0 ports/devel/gcvs/files/patch-common_UCvsApp.cpp (new) 1.1 +29 -0 ports/devel/gcvs/files/patch-common_UpdateDlg.cpp (new) 1.1 +11 -0 ports/devel/gcvs/files/patch-common_cvsgui_process.cpp (new) 1.1 +11 -0 ports/devel/gcvs/files/patch-common_getopt.c (new) 1.2 +26 -3 ports/devel/gcvs/files/patch-cvsunix-configure.in 1.1 +11 -0 ports/devel/gcvs/files/patch-cvsunix-lib_regex.c (new) 1.1 +63 -0 ports/devel/gcvs/files/patch-rf_uevent.cpp (new) 1.1 +20 -0 ports/devel/gcvs/files/patch-rf_umain.h (new) 1.1 +10 -0 ports/devel/gcvs/files/patch-rf_ustr.cpp (new) 1.1 +20 -0 ports/devel/gcvs/files/patch-rf_ustr.h (new) 1.1 +28 -0 ports/devel/gcvs/files/patch-rf_utoolbar.cpp (new) 1.1 +11 -0 ports/devel/gcvs/files/patch-rf_utoolbar.h (new) 1.1 +168 -0 ports/devel/gcvs/files/patch-rf_uwidget.cpp (new) 1.1 +11 -0 ports/devel/gcvs/files/patch-rf_uwidget.h (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"