Commit graph

12 commits

Author SHA1 Message Date
marino
12a48eb8d2 textproc/FlightCrew: Fix bad patch application
The FlightCrew files all use DOS line endings.
The patches all use unix line endings.
All source files have to have the line endings converted before applying
a patch to them.  The last patch added 2012-01-16 to fix build with Boost
wasn't applied to a converted source file and thus the package failed in
the patch phase.
2012-05-21 08:03:15 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
hans
718bbf4bcf Recursive bump from devel/boost-libs update. 2012-02-29 16:32:19 +00:00
wiz
fb1a8e5414 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
ryoon
c9e6e22f21 Fix build with boost 1.48.0.
As same as PR pkg/45803.
2012-01-16 21:09:23 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
obache
78cb977b26 Recursive bump from boost-libs shlib bump. 2012-01-09 02:54:24 +00:00
ryoon
233616b0e1 This commit probably fix "make patch" on non-NetBSD platform,
for example Aleksey Cheusov's Debian GNU/Linux bulk build.
But I have not tested on non-NetBSD platform.
2011-11-10 22:05:03 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
ryoon
92b8b9a068 Update to 0.7.2
Changelog:
FlightCrew v0.7.2 2011.08.15
    - Use Inno for Windows installer.
    - Add version display to GUI and CLI.
    - Fix Sigil issue #813: erroneous Resource is reachable but not present in OPF detection.
    - OS X minimum version bumped to 10.6.
    - made the CSS resource use detection far more robust
    - fixed an issue with CSS @import rules in the '@import "something.css"' format not being
    recognized
    - fixed an issue with links to fonts in commented-out CSS producing "not in manifest" errors
    (issue #15)
    - fixed an issue with "background" and "background-image" CSS rules that referenced images
    having those same images marked as unreachable files (issue #21)
    - fixed an issue with "src" declarations in @font-face rules that have a space before the colon
    throwing error messages about unreachable files (issue #21)
    - clarified what "reachable" means in the error messages
2011-10-13 10:59:10 +00:00
wiz
f9d1259621 Build fix: add -std=c++0x to the compiler flags for gcc-4.4+. 2011-08-20 21:33:27 +00:00
ryoon
1f7e78bc66 Import FlightCrew-0.7.1 as textproc/FlightCrew from wip/FlightCrew
FlightCrew is a C++, cross-platform, native code epub validator.
It is composed of three parts:

* FlightCrew, the validation library;
* FlightCrew-cli, the command-line front-end to the FlightCrew library;
* FlightCrew-gui, the GUI front-end to the FlightCrew library;
2011-07-29 19:32:18 +00:00