pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/Sigil



Module Name:    pkgsrc
Committed By:   marino
Date:           Sun Aug 12 02:12:52 UTC 2012

Modified Files:
        pkgsrc/editors/Sigil: Makefile distinfo
        pkgsrc/editors/Sigil/patches: patch-src_ZipArchive_DirEnumerator.cpp
            patch-src_ZipArchive_ZipFile__stl.cpp
            patch-src_ZipArchive_ZipPlatform__lnx.cpp

Log Message:
editors/Sigil: Return patches to unix CR; use another method

Some platforms will automatically convert DOS endings to unix endings
during the extraction of a zip file.  Those that do this can't use
patches with DOS endings, so revert the last commit.

Instead, copy textproc/FlightCrew package's method:
For each file that will be patched, strip any DOS endings found after
extraction.  If they've already been stripped out, that's fine.  It
guarantees that every platform will strip the target files at least
once, allowing all of them to use Unix line-ending patches.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/editors/Sigil/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/editors/Sigil/distinfo
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/editors/Sigil/patches/patch-src_ZipArchive_DirEnumerator.cpp
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/editors/Sigil/patches/patch-src_ZipArchive_ZipFile__stl.cpp \
    pkgsrc/editors/Sigil/patches/patch-src_ZipArchive_ZipPlatform__lnx.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