Bug 159346 - www/xpi-live_http_headers: files corruption after last commit
Summary: www/xpi-live_http_headers: files corruption after last commit
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-01 08:00 UTC by Barbara
Modified: 2011-08-01 19:10 UTC (History)
0 users

See Also:


Attachments
file.diff (421 bytes, patch)
2011-08-01 08:00 UTC, Barbara
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Barbara 2011-08-01 08:00:18 UTC
After last commit (pr=158632), which included a new patch in files, USE_DOS2UNIX has been added in Makefile, resulting in livehttpheaders.jar and LiveHTTPHeaders.ico corruption.

Fix: do not dos2unix binary files

Patch attached with submission follows:
How-To-Repeat: # cd /usr/ports/www/xpi-live_http_headers
# make extract
# md5 -r work/live_http_headers-0.17-fx+sm/chrome/livehttpheaders.jar 
c02ef7f5fe2035b71d71835daa4be084 work/live_http_headers-0.17-fx+sm/chrome/livehttpheaders.jar
# make patch
# md5 -r work/live_http_headers-0.17-fx+sm/chrome/livehttpheaders.jar
40ae1821fbdfdd847e769be346880970 work/live_http_headers-0.17-fx+sm/chrome/livehttpheaders.jar

work/live_http_headers-0.17-fx+sm/chrome/icons/default/LiveHTTPHeaders.ico get corrupted as well
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-08-01 08:01:19 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2011-08-01 19:03:09 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-08-01 19:03:11 UTC
arved       2011-08-01 18:03:02 UTC

  FreeBSD ports repository

  Modified files:
    www/xpi-live_http_headers Makefile 
  Log:
  Limit DOS2UNIX to text files
  
  PR:             159346
  Submitted by:   Barbara <barbara.xxx1975@libero.it>
  Pointy hat to:  arved
  
  Revision  Changes    Path
  1.6       +2 -1      ports/www/xpi-live_http_headers/Makefile
_______________________________________________
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"