/dns/powerdns-devel/files/

innamon FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* print/ft2demos: Update version 2.5.2=>2.5.5bofh2015-02-072-4/+3
| | | | | Differential Revision: https://reviews.freebsd.org/D1798 Approved by: marino(mentor)
* Cleanup plistbapt2015-02-053-17/+1
|
* Update poppler to 0.30.0 [1].kwm2015-02-037-6/+7
| | | | | | | | | | | Make sure we use openjpeg1 in poppler, while openjpeg2 support was added there still bugs in openjpeg2 that need to be fixed. Add patches to inkscape for API changes in poppler 0.29.0 [2]. PR: 196599 [1] Submitted by: olivierd@ [1] Exp-run by: antoine@ Obtained from: upstream [2]
* Fix build with GCC 4.2.jkim2015-02-031-0/+11
| | | | Reported by: antoine
* print/scribus: welcome 1.4.5 releasebsam2015-02-014-17/+45
| | | | Announcement: http://wiki.scribus.net/canvas/1.4.5_Release
* - Add pTeX support to xdvik. This improvement is imported fromhrs2015-01-3174-23/+12707
| | | | | | the latest j1.42 patchset by adjusting it to the 22.87 code base. - Move files in TEXMFDISTDIR/xdvi to TEXMFDISTDIR/dvips/xdvi.
* Use bin/perl instead of bin/perlN.NN.N in the shebang line.hrs2015-01-291-3/+3
| | | | Spotted by: Anton Shterenlikht
* Update to 0.1.2.jkim2015-01-293-4/+4
|
* - Update to 1.0.62amdmi32015-01-273-7/+7
| | | | | PR: 196971 Submitted by: cyberbotx@cyberbotx.com (maintainer)
* - Update to upstream version 20141230 (same as v2.1.0)jbeich2015-01-252-8/+7
| | | | | | | | | - Chase update of print/freetype2 to 2.5.5 PR: 196861 Differential Revision: https://reviews.freebsd.org/D1630 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Approved by: bapt (mentor)
* Unbreak build on 8.xjbeich2015-01-251-0/+15
| | | | | | | PR: 197056 Differential Revision: https://reviews.freebsd.org/D1662 Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Approved by: bapt (mentor)
* Fix LIB_DEPENDSantoine2015-01-251-2/+2
|
* Fix some _DEPENDSantoine2015-01-251-1/+2
|
* Update texi2dvi to latest releasejohans2015-01-252-10/+9
|
* Switch ports depending on docbook* through a directory name to a package name,antoine2015-01-241-1/+1
| | | | as a directory name can't be attributed to a package
* - Add linux-*-dbus-libs to run dependencies [1]nivit2015-01-221-4/+5
| | | | | | | - Bump PORTREVISION - Fix LICENSE stuff Reported by: nox (via private email)
* Drop redundant stuff from pkg-plist.mandree2015-01-201-2/+0
| | | | Submitted by: bapt@
* Fix build on headantoine2015-01-171-1/+1
|
* Drop maintainership as I no longer use these software nor have time andrafan2015-01-171-1/+1
| | | | energy to keep up.
* Update graphics/giflib to 5.0.5antoine2015-01-151-0/+1
| | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self
* - Update to 1.9.70sunpoet2015-01-142-3/+3
| | | | | Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS Submitted by: kwm (via IRC)
* Update freetype2 to 2.5.5.kwm2015-01-083-6/+4
| | | | Handling of uncompressed PCF files again (regression introduced in 2.5.4).
* - Update to 0.09sunpoet2015-01-053-6/+7
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/PostScript-Simple/Changes
* - Update to upstream version 20141126riggs2015-01-0413-911/+296
| | | | | | | | - Remove OPTIONS MULTILAYER, PLUGINS and PANGO - Simplify Makefile PR: 196300 Submitted by: cyberbotx@cyberbotx.com (maintainer)
* print/cups-client via print/cups-base: treat avahi/dnssd explicitelybsam2015-01-041-16/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. The port's configure script is auto-detecting if avahi exists (unless avahi is explicitely disabled): --- 9096 if test "x$PKGCONFIG" != x -a x$enable_avahi != xno; then 9097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Avahi" >&5 9098 $as_echo_n "checking for Avahi... " >&6; } 9099 if $PKGCONFIG --exists avahi-client; then 9100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 9101 $as_echo "yes" >&6; } --- So if avahi-lib is installed one get config.log: --- configure:9097: checking for Avahi configure:9100: result: yes [...] #define HAVE_AVAHI 1 --- And later avahi is used while building: --- Using LIBS=-lcups -lssl -lcrypto -L/usr/local/lib -lavahi-common -lavahi-client -lz -pthread -lm -lcrypt -lz --- Then print/cups-client installs libraries which are linked with avahi, ex.: --- % ldd libcups.so | grep avahi libavahi-common.so.3 => /usr/local/lib/libavahi-common.so.3 (0x801cda000) libavahi-client.so.3 => /usr/local/lib/libavahi-client.so.3 (0x801ee6000) --- Which leads to print/cups-base build failure (even if avahi is unset by options): --- Linking ippserver... cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -fstack-protector -Wl,-R/usr/local/lib -Wall -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -Wno-tautological-compare -o ippserver ippserver.o ../cups/libcups.a \ -lssl -lcrypto -ldns_sd -pthread -lm -lcrypt -lz -lz ../cups/libcups.a(http-support.o): In function `_httpResolveURI': --- Let's reflect this fact. 2. Bump PORTREVISION for print/cups-client, it's default options and dependencies were changed. PR: ports/195743 Submitted by: O. Hartmann <ohartman@zedat.fu-berlin.de> Discussed at: ports@ Tested by: O. Hartmann <ohartman@zedat.fu-berlin.de>
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
* Update to 1.8.8 release.ale2014-12-302-11/+11
|
* Update to 0.2.2bapt2014-12-302-3/+4
| | | | | | Changes: Add a way to disable maintainance mode to avoid timestamp problem with peoeple not in sync with ntp (this can happen on very fresh releases)
* Update to 0.2.1bapt2014-12-302-3/+3
| | | | | | | | Changes: - Fix typo [1] PR: 193913 Submitted by: takefu@airport.fm
* - Update graphics/libspiro to 0.2.20131203wen2014-12-281-1/+1
| | | | | PR: 196202 Submitted by: cyberbotx@cyberbotx.com(maintainer)
* Mark as broken after png updatebapt2014-12-261-2/+3
|
* Bump portrevision after png updatebapt2014-12-2618-15/+18
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-2616-16/+16
|
* Properly support png 1.5antoine2014-12-253-4/+3
|
* Properly support png 1.5bapt2014-12-254-22/+197
| | | | Obtained from: pkgsrc (old history)
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-245-5/+5
| | | | Approved by: bapt
* Unbreakantoine2014-12-231-3/+3
|
* Use DIST_SUBDIR for rolling distfilesjohans2014-12-232-8/+10
| | | | | Suggested by: antoine MFH: 2014Q4
* Update texinfo.tex and texi2dvi to latest releasejohans2014-12-222-5/+5
|
* cleanup plistbapt2014-12-2111-19/+2
|
* - Revive print/lgrind, now distributed as one filepawel2014-12-1910-0/+134
| | | | | | | | - Add new mastersite, homepage, staging support - Clean pkg-plist PR: 195437 Submitted by: Henry Hu <henry.hu.sh@gmail.com>
* - Move kpse* scripts from texlive-base to tex-kpathsea.hrs2014-12-153-15/+40
| | | | - Use install-strip target.
* Chase update of freetype2 to 2.5.4.riggs2014-12-142-5/+5
| | | | | | | | While on it: - Convert USE_PYTHON -> USES PR: 195872 Submitted by: cyberbotx@cyberbotx.com (maintainer)
* - Reset maintainership of my portsgahr2014-12-112-2/+2
|
* print/pdflib: Make DragonFly respect Perl's LDDFLAGS toomarino2014-12-111-2/+3
| | | | | | | | This is required for upcoming Perl changes. I just duplicated the FreeBSD line as a case option rather than add two more patterns -- mainly for consistency as each platform got their own line in other cases. Follows: r373971
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Update "BSD" license in print categoryfeld2014-12-072-2/+2
|
* Update freetype2 to 2.5.4.kwm2014-12-073-5/+4
| | | | | MFH: 2014Q4 Security: 567beb1e-7e0a-11e4-b9cc-bcaec565249c
* Respect Perl's LDDLFLAGS.mat2014-12-051-3/+11
| | | | | With hat: perl Sponsored by: Absolight
* Add etex symlink.hrs2014-12-041-0/+1
|
* Update to 0.9.36.kwm2014-12-033-8/+8
| | | | | PR: 195596 Submitted by: Jan Beich <jbeich@vfemail.net>
* print/cups-base: Fix build when PAM option is enabledmarino2014-11-282-47/+46
| | | | | | | | | The @sample keyword fixes the config file based error. While here, clean refactor the port a bit. PR: 194854 Submitted by: Adrian Waters Final fix by: Takefu (airport.fm)
* print/muttprint: provide option to build it without X11 supportmarino2014-11-281-3/+11
| | | | | | PR: 194283 Submitted by: Frank Wall Approved by: maintainer timeout
* Remove print/pdfjam, it's included in texlive-baseantoine2014-11-284-51/+0
|
* Properly strip libraries in cups-base, cups-client and cups-image portsamdmi32014-11-281-4/+3
|
* Remove print/latexmk, it's included in texlive-baseantoine2014-11-285-67/+0
|
* Mark a few ports BROKEN after GNOME 2 removalantoine2014-11-281-0/+2
|
* Turn on the LCD_FILTERING option by default for sub-pixel rendering. [1]kwm2014-11-272-3/+3
| | | | | | Drop :keepla from USES=libtool Approved by: core@ [1]
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2629-89/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Bump PORTREVISION after graphics/poppler update to 0.26.3makc2014-11-257-5/+7
|
* - Strip binaries properly.hrs2014-11-234-34/+39
| | | | - Update pkg-message.
* - Strip binaries properly.hrs2014-11-234-21/+29
| | | | - Update pkg-message.
* Update to 9.15. Changes include:hrs2014-11-2321-142/+133
| | | | | - pswrite has been removed in faver of ps2write. - epswrite has been removed in favor of eps2write.
* Resurrect print/ghostscript7{,-commfont,-jpnfont,-korfont,-nox11}.hrs2014-11-23129-0/+9024
|
* - Fix an incorrect usage of stagedir. The program was looking for its files indanilo2014-11-182-53/+120
| | | | | | | | | stagedir. PR: 195109 Reported by: Nils M. Holm <bsdbugs@t3x.org> Tested by: Nils M. Holm <bsdbugs@t3x.org> MFH: 2014Q4
* Reset miwi's maintainership per his demandbapt2014-11-18