Bug 118568 - [patch] converters/base64: fix unnecessary creation of dos line ending files + adopt
Summary: [patch] converters/base64: fix unnecessary creation of dos line ending files ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-12 06:50 UTC by Nikola Lečić
Modified: 2007-12-17 08:40 UTC (History)
0 users

See Also:


Attachments
base64-1.5_1.diff (1.93 KB, patch)
2007-12-12 06:50 UTC, Nikola Lečić
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikola Lečić 2007-12-12 06:50:02 UTC
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.)
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2007-12-17 04:51:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-17 08:35:28 UTC
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"
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2007-12-17 08:35:46 UTC
State Changed
From-To: open->closed

Committed, Thanks!