base64 unnecessarily creates dos line ending files, without an option to change this behaviour. The patch that follows - fixes this - improves pkg-descr and COMMENT a bit - changes maintainership (adopting this port) Fix: This patch creates new directory and file (files/patch-base64.c). Please 'mkdir files' before patching if necessary. How-To-Repeat: cd /usr/ports/converters/base64 ; make install /usr/local/bin/base64 anyfile anyfile.encoded (This produces dos-style file.)
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
beech 2007-12-17 08:35:22 UTC FreeBSD ports repository Modified files: converters/base64 Makefile pkg-descr Added files: converters/base64/files patch-base64.c Log: - Fix creation of dos files - Pass maintainership to submitter PR: ports/118568 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> Approved by: linimon (mentor) Revision Changes Path 1.13 +3 -2 ports/converters/base64/Makefile 1.1 +17 -0 ports/converters/base64/files/patch-base64.c (new) 1.3 +4 -4 ports/converters/base64/pkg-descr _______________________________________________ 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"
State Changed From-To: open->closed Committed, Thanks!