aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ocropus
Commit message (Expand)AuthorAgeFilesLines
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
* Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-162-16/+20
* - fix after tiff update to 4.0.0dinoex2010-08-272-1/+21
* - Bump PORTREVISION to chase the update of math/gslwen2010-03-291-2/+2
* - update to 1.4.1dinoex2010-03-281-2/+2
* - update to jpeg-8dinoex2010-02-051-2/+2
* Chase math/gsl update,makc2009-12-021-2/+2
* - Fix dependency on jpeg and bump PORTREVISION for remaining ports which were...amdmi32009-07-211-1/+2
* - Update to 0.4amdmi32009-06-189-231/+114
* OCRopus(tm) is a state-of-the-art document analysis and OCR system,amdmi32009-06-018-0/+315
0 snapshot of GCC 4.8.3.gerald2014-04-131-1/+3 | | | | | | Add pkg-message that references the need to use -Wl,-rpath=... . [1] PR: 185902 [1] * Update to the 20140320 snapshot of GCC 4.8.3.gerald2014-04-081-4/+6 | | | | | | | | | Replace USE_BZIP2 by USES=tar:bzip2. No longer install rebuild-gcj-db48 (which requires bash among others) and its man page. Extend full-regression-test by running contrib/test_summary. * Update to the 20140220 snapshot of GCC 4.8.3.gerald2014-02-221-1/+4 | | | | | Set the license to a combination of GPLv3 (for the compiler itself) and GPLv3 with GCC Runtime Library Exception (for the runtime). * Add missing hunk for --enable-gnu-indirect-function for previous commit.gerald2014-02-151-0/+1 | * Update to the 20140213 snapshot of GCC 4.8.3.gerald2014-02-151-1/+2 | | | | | | | | | | | Configure with --enable-gnu-indirect-function to enable the "ifunc" attribute, a GCC extension. [1] Remove the man7 pages, which we are not packaging, from the staging area to silence some warnings some are concerned about. [2] Submitted by: jmg [1], miwi [2] Discussed with: kib [1], antoine [2] * Really commitgerald2014-02-131-3/+0 | | | | | | | | No longer run ccache-update-links as part of post-install which, in the world of staging, no longer is what it used to be. Rely on the existing @exec and @unexec in pkg-plist instead. [3] which should have been in the last revision. * Remove references to long unsupported alpha.danfe2014-01-291-2/+2 | * Update to the 20140116 snapshot of GCC 4.8.3.gerald2014-01-201-1/+1 | * Update to the 20131212 snapshot of GCC 4.8.3.gerald2013-12-161-1/+1 | * Update to the 20131121 snapshot of GCC 4.8.3.gerald2013-12-021-2/+1 | | | | | | | | | No longer add -I${LOCALBASE}/include to CFLAGS. Since we now configure with --with-gmp=${LOCALBASE} this is no longer necessary, and due to bugs in binutils (which should not install ansidecl.h into ${PREFIX}/include) and GCC (which should search its own include directories with higher priority) can lead to build failures. * Change PORTNAME from gcc to gcc48 to match the actual name of thisgerald2013-11-251-3/+3 | | | | | | | port and avoid a package name collision with other GCC ports. This also allows us to remove LATEST_LINK. On the way update to the 20131121 snapshot of GCC 4.8.3. * Update to the 20131114 snapshot of GCC 4.8.3.gerald2013-11-181-2/+1 | * Update to the 20131024 snapshot of GCC 4.8.3, which pretty muchgerald2013-10-271-34/+4 | | | | | | | | | | coincides with the release of GCC 4.8.2. Remove a (long) obsolete dependency on bison. [1] STAGEify. Reported by: marino [1] * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) * Update to the 20131010 snapshot of GCC 4.8.2. [1]gerald2013-10-141-4/+4 | | | | | | Migrate to the new LIB_DEPENDS standard. Reported by: portscout [1] * Update to the 20130919 snapshot of GCC 4.8.2.gerald2013-09-241-1/+1 | * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | lang) * SSP support has been added to ports with WITH_SSP for i386 and amd64bdrewery2013-09-201-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 * Convert to new perl frameworkbapt2013-09-171-2/+2 | | | | Convert from USE_GMAKE to USES=gmake * lang/gcc*: define CONFIGURE_TARGET genericly (8 ports)marino2013-09-121-2/+2 | | | | | | | | Instead of hardcoding the compiler target as FreeBSD, use the OPSYS variable to it. This makes no practical difference for FreeBSD, but it helps DragonFly get properly configured. Approved by: gerald * Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-051-1/+1 | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) * Introduce a new option BOOTSTRAP that allows switching between agerald2013-08-251-2/+9 | | | | | | | | | | | full bootstrap of GCC and just running a simple build. Bootstrapping is the default upstream, and for very stable and old flavors of GCC we disable this by default since that is a huge win in terms of build time of the port. No change in default behavior for this port -- for the time being we continue to bootstrap. Update to the 20130822 snapshot of GCC 4.8.2. * Replace USE_GMAKE by USES=gmake.gerald2013-08-181-3/+2 | | | | Update to the 20130815 snapshot of GCC 4.8.2. * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 | | | | Approved by: portmgr (bdrewery) * Upgrade to the 20130808 snapshot of GCC 4.8.2.gerald2013-08-111-8/+9 | | | | | | | | | | | | Adjust the scheme used for PORTVERSION such that snapshots compare less than the actual release (and no EPOCH bump becomes necessary at end of life of a release series). [1] Rename VERSIONSTRING to the standard DISTVERSION. [2] Add more notes on the various variables carrying version information. Suggested by: tijl [1], crees [2] * - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-2/+1 | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising * Remove unnecessary MAN3 settings in the case of Java being enabled.gerald2013-04-201-4/+0 | | | | Feature safe: yes * Update to the 20130418 snapshot of GCC 4.8.1. This no longer installsgerald2013-04-201-3/+2 | | | | | | | libffi and its info and man pages which was always meant to remain for internal use only. Feature safe: yes * Update to the 20130328 snapshot of GCC 4.8.1, first backport fixesgerald2013-03-301-1/+1 | | | | from mainline. * Update to the 20130321 snapshot of GCC 4.8.0, which basicallygerald2013-03-241-1/+1 | | | | | | coincides with that release. Details can be found at http://gcc.gnu.org/gcc-4.8/changes.html . * Update to the 20130310 snapshot of GCC 4.8.0, approaching release branch.gerald2013-03-131-1/+1 | * Convert USE_BISON to USES= bisonbapt2013-03-081-1/+1 | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix * Update to the 20130303 snapshot of GCC 4.8.0. This should now buildgerald2013-03-061-1/+1 | | | | with texinfo 5.0 just fine. * Update to the 20130217 snapshot of GCC 4.8.0. Lots of releasegerald2013-03-021-1/+1 | | | | stabilization fixes. * Replace the use of DISTFILES by DISTNAME, since we are now down togerald2013-02-171-2/+2 | | | | | | one in all cases. On the way, update to the 20130210 snapshot of GCC 4.8.0. * Update to the 20130203 snapshot of GCC 4.8.0.gerald2013-02-101-1/+1 | * Use the new lang/gcc-ecj45 port when building the Java frontendgerald2013-01-211-11/+6 | | | | | | | | | instead of including a pre-built version of the Eclipse Java Compiler (ECJ) ourselves. [1] On the way, update to the 20130113 snapshot of GCC 4.8.0. PR: 175072 * Update to the 20130106 snapshot of GCC 4.8.0.gerald2013-01-111-3/+5 | | | | | This brings a new merge with upstream libffi and a new info document (libffi.info) as well as a new man page. * Reintroduce, adjusted to current upstream changes, my hack to getgerald2012-12-181-1/+1 | | | | | | | | to the unwinder interface to get FreeBSD/ia64 build. [1] Update to the 20121216 snapshot of GCC 4.8.0. Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> [1] * Make binutils a build dependency as well (not just a run-time dependency).gerald2012-12-131-1/+2 | | | | | | Without this, the libiberty build fails locating ar. Also update to the 20121209 snapshot of 4.8.0. * Update to the 20121125 snapshot of GCC 4.8.0.gerald2012-12-051-1/+1 | | | | | | | This enables support for libbacktrace and thus nicer backtraces should the compiler fail on FreeBSD. Feature safe: yes * Forward port inclusion and use of the Eclipse Java compiler. [1]gerald2012-11-021-2/+11 | | | | | | | Update to the 20121014 snapshot of GCC 4.8.0. Submitted by: jkim [1] Feature safe: yes * Forward port revision 282369 [1] which carried the following description:gerald2012-10-011-2/+5 | | | | | | | | | | On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and make the Makefile machinery a bit more generic to minimize differences between lang/gcc ports based on releases and those based on snapshots. On the way, update to the 20120930 snapshot of GCC 4.8.0. Submitted by: jkim [1] * Update to the 20120909 snapshot of GCC 4.8.0. (Later versions havegerald2012-09-291-10/+6 | | | | | | | | | | | | | | an issue that is being in the works right now.) Cut down the comments at the top of Makefile per recent guidance. Revamp the handling of different languages (frontends, run-times) by GCC to allow for orthogonal setting them in the future. [1] Print the list of languages being built as part of pre-everything and shorten the output of operating system and version there. Inspired by: jkim [1] * Update to the 20120902 snapshot of GCC 4.8.0 (where I committedgerald2012-09-051-1/+1 | | | | | support for OpenBSD/x86_64 if anyone is interested in building for that). * Update to the 20120826 snapshot of GCC 4.8.0.gerald2012-08-271-1/+1 | * Update to the 20120819 snapshot of GCC 4.8.0.gerald2012-08-211-1/+1 | * Update to the 20120805 snapshot of GCC 4.8.0.gerald2012-08-091-1/+1 | * Convert to the new options framework.gerald2012-07-301-7/+6 | | | | On the way update to the 20120729 snapshot of GCC 4.8.0. * Update to the 20120722 snapshot of GCC 4.8.0.gerald2012-07-251-4/+4 | | | | Remove ABI version numbers for all library dependencies. * Update to the 20120715 snapshot of GCC 4.8.0.gerald2012-07-161-1/+1 | * Update to the 20120708 snapshot of GCC 4.8.0.gerald2012-07-121-1/+1 | * Update to the 20120701 snapshot of GCC 4.8.0.gerald2012-07-031-2/+2 | | | | Address a minor formatting issue introduced with revision 1.536. * Update to the 20120617 snapshot of GCC 4.8.0.gerald2012-06-201-1/+1 | * Add powerpc64 support.andreast2012-06-161-1/+5 | | | | Approved by: gerald * Update to the 20120603 snapshot of GCC 4.8.0.gerald2012-06-041-1/+1 | * Update to the 20120527 snapshot of GCC 4.8.0.gerald2012-05-281-1/+1 | * Update to the 20120513 snapshot of GCC 4.8.0.gerald2012-05-171-1/+1 | * Update to the 20120506 snapshot of GCC 4.8.0.gerald2012-05-081-1/+1 | * Update to the 20120429 snapshot of GCC 4.8.0.gerald2012-05-011-1/+1 | * Update to the 20120415 snapshot of GCC 4.8.0.gerald2012-04-161-1/+1 | * Update to the 20120408 snapshot of GCC 4.8.0.gerald2012-04-091-1/+1 | | | | Feature safe: yes * Update to the 20120401 snapshot of GCC 4.8.0.gerald2012-04-041-1/+1 | | | | Feature safe: yes * Welcome GCC 4.8! For the next couple of months this is going to begerald2012-03-171-4/+4 | | | | | | | | a rougher ride, as this release series -- just branched off GCC 4.7 -- is going to see a lot of active and often invasive development. This port is for early exposure and not production use at all. Feature safe: yes * Update to the 20120225 snapshot of GCC 4.7.0.gerald2012-02-271-1/+1 | * Update to the 20120204 snapshot of GCC 4.7.0.gerald2012-02-121-1/+1 | * Update to the 20120128 snapshot of GCC 4.7.0. This fixesgerald2012-02-041-1/+1 | | | | -fstack-protector-all on FreeBSD (thanks to tijl). * Update to the 20120121 snapshot of GCC 4.7.0.gerald2012-01-221-1/+1 | | | | | This fixes a bootstrap comparison failure rearing its ugly head in some cases, plus GNU/kFreeBSD. * Update to the 20120114 snapshot of GCC 4.7.0. Re-enable the Objective-Cgerald2012-01-161-3/+3 | | | | front end and accordingly also the run-time. * Update to the 20120107 snapshot of GCC 4.7.0.gerald2012-01-141-1/+1 | * Update to the 20111231 snapshot of GCC 4.7.0.gerald2012-01-071-1/+1 | * Update to the 20111217 snapshot of GCC 4.7.0.gerald2011-12-191-1/+1 | * Update to the 20111210 snapshot of GCC 4.7.0.gerald2011-12-131-1/+1 | | | | Feature safe: yes * Update to the 20111203 snapshot of GCC 4.7.0. This addresses angerald2011-12-051-1/+1 | | | | | | | incorrectly named library (libjavamath.so.0.0) introduced by the fixes for FreeBSD 10 support. Feature safe: yes * Update to the 20111126 snapshot of GCC 4.7.0. This now builds ongerald2011-11-271-1/+1 | | | | | | FreeBSD 10 without problems and any additional tweaks. Feature safe: yes * Update to the 20111119 snapshot of GCC 4.7.0 which brings supportgerald2011-11-271-3/+4 | | | | | | | | | | for transactional memory on i386, amd64 and alpha. We handle the corresponding info file inclusively by listing all supported architecture and move the libquadmath info file to the same schema. Feature safe: yes * Remove ia64 from the list of supported platforms. It's broken andgerald2011-11-151-1/+1 | | | | | | now developer, only a sole user, ever cared for the last many years. Feature safe: yes * Update to the 20111105 snapshot of GCC 4.7.0. This allows us to removegerald2011-11-101-1/+1 | | | | | | a hack of mine for libgcc on ia64. Feature safe: yes * Update to the 20111029 snapshot of GCC 4.7.0.gerald2011-10-30