thanks Jeremie Courreges-Anglas for tracking down failures
with regression tests.
Patchutils is a small collection of programs that operate on patch files.
Interdiff: generate incremental patch from two patches against common source
Combinediff: generate single patch from two incremental patches
Filterdiff: separate patches applying to files matching a wildcard
Fixcvsdiff: corrects output of 'cvs diff'
Rediff/Editdiff: corrects hand-edited patches
Lsdiff: identify files affected by a patch file
Splitdiff: separates patches from a patch file
Grepdiff: displays a list of the files modified by a patch where the
patch contains a given regular expression
Recountdiff: fixes up counts and offsets in a unified diff
Unwrapdiff: fixes word-wrapped unified diffs
Big thanks to miod@ for tracking down the area in which the problem lies
and suggesting this workaround.
Unbreaks a big chunk of the ports tree on arm.
I'm working on a more permanent solution.
gnome-icon-theme-symbolic -> gnome-icon-theme
gnome-icon-theme -> librsvg
librsvg -> gtk-doc
gtk-doc -> yelp
yelp -> webkit,gtk3
webkit,gtk+3 -> gtk+3
gtk+3 -> gnome-icon-theme-symbolic
Thanks fgsch@ for the notice and espie@ for debugging the loop
- bump major in SHARED_LIBS
- trim HOMEPAGE
- regen WANTLIST
- extend BUILD_DEPENDS to have current manpages and API docs
- add TEST_DEPENDS to enable successful tests
- remove YACC as it's correctly detected
- remove post-extract, the script is executable after extraction
- use a pre-configure hook to use gsed in the tests/Makefile.in
- remove the PFRAG.shared file, as the .so file lives now in PLIST
- remove the %%SHARED%% marker from PLIST accordingly
- adjust the @sample line for the renamed the bash completion file
feedback and ok aja@ sthen@
* New features: gropdf(1), pdfmom(1)
* Lots of our patches were accepted upstream, lots of upstream bug fixes.
Tested by landry@ and pascal@, ok landry@ and sthen@.
for consistency with the gem/extconf ports.
Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.
OK ajacoutot@