aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/podofo
Commit message (Collapse)AuthorAgeFilesLines
* - Fix SIZE_MAX buildfix patch, use other method now upstreamedpawel2016-07-042-17/+18
| | | | | - Convert to USES=ssl - Group IMPOSE options helpers together
* - Update to version 0.9.4pawel2016-06-176-40/+43
| | | | - Recreate patches with make makepatch
* - No need to specify master site subdirectory when it's the same as defaultamdmi32016-05-181-1/+1
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert to USES=jpegantoine2015-06-231-1/+1
|
* Bump portrevision after png updatebapt2014-12-261-1/+1
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
|
* Remove @dirrm's from my ports plistspawel2014-10-141-4/+0
|
* dns/libidn:tijl2014-08-311-0/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
* Update to version 0.9.3pawel2014-07-096-49/+28
|
* Replace lang/lua with the new lang/lua51bapt2014-05-261-5/+1
| | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit)
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Update freetype to 2.5.2.kwm2013-12-252-1/+21
| | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587
* Add support for STAGEDIRpawel2013-09-282-7/+15
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* Remove USE_GCC=any: build properly with clangbapt2013-09-151-1/+0
|
* Patch to remove forward declaration of a standard C++ class inmadpilot2013-09-122-0/+12
| | | | | | installed include file. Approved by: pawel (maintainer)
* - Switch to new LIB_DEPENDS formatpawel2013-08-291-6/+6
| | | | | | - Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Convert my ports to current standardspawel2013-07-111-20/+15
| | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Fix build when updating from 0.9.1 by changing order of include dirs.pawel2013-02-241-12/+34
| | | | | PR: ports/176392 Reported by: O. Hartmann <ohartman@zedat.fu-berlin.de>
* - Update to version 0.9.2pawel2013-02-244-17/+17
| | | | | | - Remove ABI versions from LIB_DEPENDS - Fix WWW line in pkg-descr - Take maintainership
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* Conver to new options frameworkbapt2012-06-131-8/+7
|
* - update png to 1.5.10dinoex2012-06-011-2/+2
|
* - Add LICENSEmiwi2012-03-253-120/+189
| | | | | | | | | - Add MAKE_JOBS_SAFE - Add PNG support PR: 166038 Submitted by: Ports Fury Feature safe: yes
* Fix the build when an older version of this port istobez2011-12-052-2/+11
| | | | | | | already installed. Bump PORTREVISION. Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes
* - Update to 0.9.1miwi2011-11-275-96/+144
| | | | | | PR: 162728 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1
| | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
* -remove MD5ohauer2011-07-031-1/+0
|
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Install shared library.stas2009-10-173-2/+30
| | | | - Bump portrevision.
* - Add graphics/podofo, a PDF manipulation library.stas2009-10-175-0/+161
WWW: http://podofo.sourceforge.net