| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
i386 and amd64
Notes:
svn path=/head/; revision=246905
|