aboutsummaryrefslogtreecommitdiff
path: root/print/pdftk
Commit message (Collapse)AuthorAgeFilesLines
* Fix fetchTobias Kortkamp2020-01-181-1/+1
| | | | | | | | | | | repo.maven.apache.org turned off HTTP support on 2020/01/15. 501 HTTPS Required. Use https://repo.maven.apache.org/maven2/ More information at https://links.sonatype.com/central/501-https-required Notes: svn path=/head/; revision=523400
* print/pdftk: Update to 3.0.9Tobias Kortkamp2020-01-162-8/+8
| | | | | | | Changes: https://gitlab.com/pdftk-java/pdftk/blob/v3.0.9/CHANGELOG.md Notes: svn path=/head/; revision=523216
* print/pdftk: Update to 3.0.8 of JDK-based forkTobias Kortkamp2019-12-225-82/+49
| | | | | | | | | | | The fork is a pure Java implementation of pdftk and does not rely on the obsolete GCJ. It is mostly compatible with the old version. The old version was the last port still depending on lang/gcc6. Changes: https://gitlab.com/pdftk-java/pdftk/blob/v3.0.8/CHANGELOG.md#308-2019-10-14 Notes: svn path=/head/; revision=520608
* print/pdftk: unbreak port for 12+13 as gcj6 no longer segfaultsKurt Jaeger2019-01-251-4/+1
| | | | | | | | | | - testbuilds are fine on 12+13 PR: 235003 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Notes: svn path=/head/; revision=491171
* Expand FreeBSD 12 conditionals to include 13.0-CURRENTJan Beich2018-10-231-0/+1
| | | | Notes: svn path=/head/; revision=482846
* Give back to the pool.Mathieu Arnold2018-08-201-1/+1
| | | | | | | | I have been pointed to graphics/poppler-utils that contains all the tools I need, and has a much smaller footprint. Notes: svn path=/head/; revision=477652
* Fix a common grammar error: "can not" means the opposite of "cannot."Adam Weinberger2018-08-011-1/+1
| | | | | | | "Can not" means "it is possible not to," and "cannot" means "it is impossible to." Notes: svn path=/head/; revision=476184
* Those ports have been broken a while now.Mathieu Arnold2018-05-171-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=470199
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* print/pdftk: add inline comment for r450549Jan Beich2017-09-241-1/+1
| | | | | | | | | PR: 222573 Submitted by: gerald Pointy hat to: jbeich Notes: svn path=/head/; revision=450550
* print/pdftk: decouple from default GCC versionJan Beich2017-09-241-1/+1
| | | | | | | | | | | Only lang/gcc6 still supports JAVA option. PR: 222573 Reported by: rakuco Approved by: portmgr blanket Notes: svn path=/head/; revision=450549
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* Don't use PTHREAD_LIBS.Mathieu Arnold2015-03-241-6/+5
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=382122
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Convert p* to USES=zipBaptiste Daroussin2014-03-101-3/+1
| | | | Notes: svn path=/head/; revision=347779
* If GCC wasn't built with java support the port couldn't build and BUILD_DEPENDSMathieu Arnold2014-03-061-10/+11
| | | | | | | | | | | | | | | | only made gcc recompile without actually solving the problem. This patch introduces pre-configure target to check for gcc java items and give a meaningful explanation if none found. Changed "-Wl,-rpath" to "LDFLAGS" in REINPLACE as suggested by Gerald Pfeifer here http://docs.freebsd.org/cgi/getmsg.cgi?fetch=606002+0+archive/2013/svn-ports-head/20131208.svn-ports-head PR: 186893 Submitted by: Kozlov Sergey Sponsored by: Absolight Notes: svn path=/head/; revision=347306
* Another iteration on the path of finding the right fix.Mathieu Arnold2014-01-041-6/+7
| | | | Notes: svn path=/head/; revision=338644
* Take those.Mathieu Arnold2013-12-161-1/+1
| | | | Notes: svn path=/head/; revision=336657
* [Errno 11] Resource Temporarily UnavailableGreg Larkin2013-12-161-1/+1
| | | | | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin Notes: svn path=/head/; revision=336656
* Updated port to pdftk-2.02Mathieu Arnold2013-11-295-132/+25
| | | | | | | | | | | | | | | | | | | | | | | Changes: - Removed LOCAL master site, no distfile there obviously - Moved USE_ZIP after BUILD_DEPENDS due to portlint warning - Added LICENSE due to portlint warning - Added LIB_DEPENDS. Libraries provided by gcc required to run the binary, but gcc is registered only as build dependency. Removing the gcc after installation of pdftk is permitted but breaks pdftk - The port doesn't install any shared libraries, so there's no point in USE_LDCONFIG - Changed PLIST_FILES and removed MAN1 to support staging - Removed ancient comment (mentioned gcc and FreeBSD versions are deprecated long ago) - Prepended STAGEDIR before PREFIX to support staging - Corrected patch-pdftk__Makefile.Base to support new version - REMOVED FILE file/patch-pdftk__Makefile.FreeBSD (is now provided by upstream) - REMOVED FILE file/patch-java__Makefile (patch included by upstream) maintainer timeout. PR: ports/183578 Submitted by: Kozlov Sergey Notes: svn path=/head/; revision=335189
* - Support stagingMathieu Arnold2013-11-061-5/+3
| | | | | | | | | maintainer timeout PR: ports/183237 Submitted by: mat Notes: svn path=/head/; revision=332982
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-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) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+1
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-2/+2
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Fixed build on 10-CURRENT where /usr/bin/cpp is supplied by clang. TheGreg Larkin2013-07-192-2/+28
| | | | | | | | | | | | port now explicitly uses cpp46 which is supplied by the gcc dependency. PR: ports/177275 PR: ports/177974 Submitted by: Beeblebrox <zaphod@berentweb.com> Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> Notes: svn path=/head/; revision=323303
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Trimmed Makefile header (forgot before previous commit)Greg Larkin2013-01-171-5/+1
| | | | Notes: svn path=/head/; revision=310563
* - Updated to 1.45Greg Larkin2013-01-172-4/+3
| | | | | | | | | ChangeLog: http://www.pdflabs.com/docs/pdftk-version-history/ Reported by: portscout Notes: svn path=/head/; revision=310562
* Remove an explicit BUILD_DEPENDS on lang/gccXY since we are alreadyGerald Pfeifer2012-08-071-4/+0
| | | | | | | | | | | | | | | | | using USE_GCC=4.6+. These two conflict now that Mk/bsd.gcc.mk prefers lang/gcc over lang/gcc46 when USE_GCC=4.6+ is specified. Since the version of GCC as a system compiler is 4.2, older than the minimum requested by USE_GCC, and will not be updated, this BUILD_DEPENDS no longer fulfills its original purpose. This unbreaks this port. Approved by: portmgr (beat) Notes: svn path=/head/; revision=302264
* - Change gcc dep from 4.5+ to 4.6+Greg Larkin2011-11-161-1/+2
| | | | | | | | | | - Bumped PORTREVISION Requested by: gerald (via email) Feature safe: yes Notes: svn path=/head/; revision=285880
* Remove support for FreeBSD 6.X and older.Matthias Andree2011-03-211-7/+1
| | | | | | | | Approved by: maintainer timeout (14 days) PR: ports/155348 Notes: svn path=/head/; revision=271429
* - Updated a comment regarding the gcjXX dependency, now that we're usingGreg Larkin2011-01-201-3/+2
| | | | | | | | | | gcc 4.5 instead of gcc 4.2. Suggested by: gerald Feature safe: yes Notes: svn path=/head/; revision=268049
* - Rearranged the dependency order in the upstream Makefile to enableGreg Larkin2010-11-181-0/+29
| | | | | | | | | | building with MAKE_JOBS_SAFE=yes PR: ports/152213 Submitted by: Matthias Andree <matthias dot andree at gmx dot de> Notes: svn path=/head/; revision=264768
* - Updated to 1.44 (http://www.pdflabs.com/docs/pdftk-version-history/)Greg Larkin2010-11-1217-496/+102
| | | | | | | | | | | - Removed a bunch of patches after upstream build system changes - Added FreeBSD-specific Makefile (pushing to upstream) Requested by: Sid Steward <sid dot steward at pdflabs dot com> (author) Reviewed by: Alessandro de Manzano <demanzano at dqmicro dot it> Notes: svn path=/head/; revision=264469
* - Updated WWW: linkGreg Larkin2010-10-141-1/+1
| | | | | | | Requested by: sid dot steward at pdflabs dot com (upstream maintainer) Notes: svn path=/head/; revision=262998
* - Explicitly build with LANG=C since gcj does not handle all host charsets.Gerald Pfeifer2010-05-151-1/+1
| | | | | | | | PR: 146227 Approved by: glarkin (maintainer) Notes: svn path=/head/; revision=254374
* - Mark BROKEN on 6.x. gcjh45 core dumps on 6.x with no immediately obviousGreg Larkin2010-05-111-1/+7
| | | | | | | | | fix. Will research and unbreak as soon as possible. Reported by: pointyhat (via pav) and user reports Notes: svn path=/head/; revision=254172
* - Use gcc >= 4.5 instead of gcc == 4.5 to buildGreg Larkin2010-05-111-1/+1
| | | | | | | Requested by: gerald Notes: svn path=/head/; revision=254107
* - Build pdftk with gcj45 instead of gcj42Greg Larkin2010-05-0316-16/+480
| | | | | | | | | | - Add a bunch of patch files to work around the Java duplicate symbol problem reported here (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42143) until a real fix is committed to the upstream toolchain - Bump PORTREVISION Notes: svn path=/head/; revision=253629
* - Restrict the gcc version to 4.2, not 4.2+, since 4.2 is the onlyGreg Larkin2010-02-231-3/+3
| | | | | | | | | | | version that includes gcj42 at the moment. PR: ports/143093 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Feature safe: yes Notes: svn path=/head/; revision=250243
* - Unbreak and enable amd64 build, now that gcc42 port builds gcj42 onGreg Larkin2009-12-302-8/+21
| | | | | | | i386 and amd64 Notes: svn path=/head/; revision=246905
* - Mark BROKEN until gcj support is working on i386 and amd64Greg Larkin2009-12-181-0/+2
| | | | | | | | PR: ports/140783 Reported by: pointyhat Notes: svn path=/head/; revision=246182
* Attempt to fix the build by bumping the minimum gcc version toErwin Lansing2009-12-181-1/+1
| | | | | | | | | 4.4+ as java support was removed from earlier versions. Submitted by: pointyhat Notes: svn path=/head/; revision=246164
* Bump USE_GCC=4.1+ to USE_GCC=4.2+.Gerald Pfeifer2009-01-181-1/+1
| | | | Notes: svn path=/head/; revision=226359
* Changed my MAINTAINER address toGreg Larkin2008-07-181-1/+1
| | | | | | | | | glarkin@FreeBSD.org. Approved by: beech (mentor) Notes: svn path=/head/; revision=217070