Also resync the offsets of the patches of a few other recipes:
* file-2.25
* x265-1.9
* libdvdnav-5.0.3
(Syncing patch offsets is not necessary but it does not hurt either.)
From the Changelog found in 7.2p2:
commit 69fead5d7cdaa73bdece9fcba80f8e8e70b90346
Author: jmc@openbsd.org <jmc@openbsd.org>
Date: Sun Nov 8 22:08:38 2015 +0000
upstream commit
remove slogin links; ok deraadt markus djm
Upstream-ID: 39ba08548acde4c54f2d4520c202c2a863a3c730
Marked x86 as non-working.
Slightly improved description.
No need to increase the revision for these changes.
Removed filer-1.0.0beta3.recipe as it didn't build anyway and possibly
interferes with building filer-1.0.0, because it's picked up first
when doing a "haikuporter filer".
* Upgrade 3.3.1 to 3.3.4, switching back to Qt4. The reason is that
although the application builds fine against Qt5 and even seems to
work, it cannot save its configuration. The Qt5-based version of
qbittorrent is therefore not usable. A Qt5-based variant is added
with all architectures marked as untested in case someone would
like to troubleshoot the issue.
* Drop 3.2.3 (which used Qt4) as we now have 3.3.4 (also Qt4-based).
* Replace hard coded info in qbittorrent.rdef by @FIELD@-style vars
to make it generic with regards to the $portVersion.
* Added missing lib:libexecinfo and lib:libssl in REQUIRES to match
their devel: counterparts in BUILD_REQUIRES.
* Added dependency on libGL, as suggested by diversys. It seems to me
that it is not required but I'm probably missing something.
Warning: If building against Qt4 fails then uninstall Qt5 and retry.
* Bump version.
* Add {lib,devel}:libpopt to {,BUILD_}REQUIRES.
* Set ARCHITECTURES to "x86_gcc2 x86 x86_64" instead of "!x86_gcc2".
* Add cmd:{cgdisk,fixparts,gdisk,sgdisk} to PROVIDES.
* Do not "make install" in INSTALL() because there is no such target
in the makefile and, instead, call cmd:install.
* Fix patch to avoid including a missing sys/disk.h in support.h.
* Add patch to make diskio-unix.cc accept character devices on Haiku.
* Add patch to use the correct CRC32 polynom on big-endian machines
in case someone wants to build and try Haiku on ppc.
* Bump version.
* Refresh SUMMARY and DESCRIPTION.
* Add x86 and x86_64 to ARCHITECTURES.
* Shorten SOURCE_URI by making it start with $HOMEPAGE.
* Add missing libmaxminddb_devel in PROVIDES_devel.
* On x86_gcc2, install mmdblookup instead of mmdblookup-x86.
* Add call to fixPkgconfig in INSTALL() and move man3 to devel.
Created recipe for version 2.2.2 with nice polishing for the man
pages, the runtime and the default configuration:
* Template config in system/data/geoipupdate/GeoIP.conf.default.
* Active config in system/settings/GeoIP.conf.
* Download location for all GeoIP Legacy and GeoIP2 databases:
B_SYSTEM_CACHE_DIRECTORY/GeoIP/ (i.e. /boot/system/cache/GeoIP/).
* Patch for the default config to allow geoipupdate to download the
GeoLite2-City and GeoLite2-Country databases out-of-the-box.
Updated the recipe for geoip-1.6.9 to make it use the same directory
used by geoipupdate instead of /var/lib/geoip/ previously used when
that recipe was created. Also fixed missing mkdir in geoipupdate.sh
and added lost patch with miscellaneous enhancements for it and some
cleaning in the recipe.