Commit graph

6597 commits

Author SHA1 Message Date
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Sunpoet Po-Chuan Hsieh
0d92789127 - Update to 1.9.70
Changes:	http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Submitted by:	kwm (via IRC)
2015-01-13 16:27:57 +00:00
Koop Mast
d44418571a Update freetype2 to 2.5.5.
Handling of uncompressed PCF files again (regression introduced in 2.5.4).
2015-01-08 13:03:15 +00:00
Sunpoet Po-Chuan Hsieh
f368598068 - Update to 0.09
- Add LICENSE
- Sort PLIST

Changes:	http://search.cpan.org/dist/PostScript-Simple/Changes
2015-01-04 17:12:26 +00:00
Thomas Zander
af1db7c657 - Update to upstream version 20141126
- Remove OPTIONS MULTILAYER, PLUGINS and PANGO
- Simplify Makefile

PR:		196300
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-01-04 15:48:25 +00:00
Boris Samorodov
5d2ca95e1b print/cups-client via print/cups-base: treat avahi/dnssd explicitely
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>
2015-01-04 13:50:41 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
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)
2015-01-02 18:46:33 +00:00
Alex Dupre
a977d903b4 Update to 1.8.8 release. 2014-12-30 09:53:00 +00:00
Baptiste Daroussin
f2218dcef1 Update to 0.2.2
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)
2014-12-30 07:36:45 +00:00
Baptiste Daroussin
d1e2bf7969 Update to 0.2.1
Changes:
- Fix typo [1]

PR:		193913
Submitted by:	takefu@airport.fm
2014-12-29 22:59:43 +00:00
Wen Heping
ee79638eef - Update graphics/libspiro to 0.2.20131203
PR:		196202
Submitted by:	cyberbotx@cyberbotx.com(maintainer)
2014-12-28 14:53:29 +00:00
Baptiste Daroussin
3ac8c240d9 Mark as broken after png update 2014-12-25 20:59:37 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Antoine Brodin
214d3df5d9 Properly support png 1.5 2014-12-25 13:53:36 +00:00
Baptiste Daroussin
cb4c344086 Properly support png 1.5
Obtained from:	pkgsrc (old history)
2014-12-25 12:00:10 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Antoine Brodin
f04a3f032a Unbreak 2014-12-22 23:01:56 +00:00
Johan van Selst
e0c02bb1c6 Use DIST_SUBDIR for rolling distfiles
Suggested by:	antoine
MFH:		2014Q4
2014-12-22 20:49:07 +00:00
Johan van Selst
9495f2217d Update texinfo.tex and texi2dvi to latest release 2014-12-22 12:02:20 +00:00
Baptiste Daroussin
28a046b586 cleanup plist 2014-12-20 19:33:28 +00:00
Pawel Pekala
b724d6bfb1 - Revive print/lgrind, now distributed as one file
- Add new mastersite, homepage, staging support
- Clean pkg-plist

PR:		195437
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
2014-12-18 19:49:56 +00:00
Hiroki Sato
4e0eed78e4 - Move kpse* scripts from texlive-base to tex-kpathsea.
- Use install-strip target.
2014-12-14 16:33:25 +00:00
Thomas Zander
8ff06267ce Chase update of freetype2 to 2.5.4.
While on it:
- Convert USE_PYTHON -> USES

PR:		195872
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2014-12-14 15:26:22 +00:00
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
John Marino
c29ec91192 print/pdflib: Make DragonFly respect Perl's LDDFLAGS too
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
2014-12-10 17:44:51 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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)
2014-12-08 16:48:38 +00:00
Mark Felder
1562606a98 Update "BSD" license in print category 2014-12-07 14:55:18 +00:00
Koop Mast
1477948d4a Update freetype2 to 2.5.4.
MFH:		2014Q4
Security:	567beb1e-7e0a-11e4-b9cc-bcaec565249c
2014-12-07 12:26:34 +00:00
Mathieu Arnold
87980c7705 Respect Perl's LDDLFLAGS.
With hat:	perl
Sponsored by:	Absolight
2014-12-04 16:55:22 +00:00
Hiroki Sato
fe49c4876f Add etex symlink. 2014-12-04 02:30:05 +00:00
Koop Mast
7669446d90 Update to 0.9.36.
PR:		195596
Submitted by:	Jan Beich <jbeich@vfemail.net>
2014-12-03 13:06:22 +00:00
John Marino
5f19ee0628 print/cups-base: Fix build when PAM option is enabled
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)
2014-11-28 11:51:30 +00:00
John Marino
f8b2417d0b print/muttprint: provide option to build it without X11 support
PR:		194283
Submitted by:	Frank Wall
Approved by:	maintainer timeout
2014-11-28 11:19:53 +00:00
Antoine Brodin
c6b085e72f Remove print/pdfjam, it's included in texlive-base 2014-11-27 19:07:46 +00:00
Dmitry Marakasov
e7b109f6df Properly strip libraries in cups-base, cups-client and cups-image ports 2014-11-27 19:05:01 +00:00
Antoine Brodin
c9c5f60364 Remove print/latexmk, it's included in texlive-base 2014-11-27 19:00:47 +00:00
Antoine Brodin
c6fc00681e Mark a few ports BROKEN after GNOME 2 removal 2014-11-27 18:53:47 +00:00
Koop Mast
bd19905799 Turn on the LCD_FILTERING option by default for sub-pixel rendering. [1]
Drop :keepla from USES=libtool

Approved by:	core@ [1]
2014-11-27 15:03:43 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
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
2014-11-26 13:08:24 +00:00
Max Brazhnikov
2d2662f134 Bump PORTREVISION after graphics/poppler update to 0.26.3 2014-11-25 12:55:53 +00:00
Hiroki Sato
1e69a2efcf - Strip binaries properly.
- Update pkg-message.
2014-11-23 08:44:34 +00:00
Hiroki Sato
6ef207265d - Strip binaries properly.
- Update pkg-message.
2014-11-23 08:34:39 +00:00
Hiroki Sato
b699de853a Update to 9.15. Changes include:
- pswrite has been removed in faver of ps2write.
 - epswrite has been removed in favor of eps2write.
2014-11-23 08:25:48 +00:00
Hiroki Sato
118978bf4c Resurrect print/ghostscript7{,-commfont,-jpnfont,-korfont,-nox11}. 2014-11-23 06:14:21 +00:00
Danilo Egea Gondolfo
d33d406d5d - Fix an incorrect usage of stagedir. The program was looking for its files in
stagedir.

PR:		195109
Reported by:	Nils M. Holm <bsdbugs@t3x.org>
Tested by:	Nils M. Holm <bsdbugs@t3x.org>
MFH:		2014Q4
2014-11-18 13:49:58 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Antoine Brodin
115aba45f3 Cleanup plist 2014-11-13 07:41:17 +00:00
Johannes Jost Meixner
80b6c31429 Upgrade CentOS to 6.6
- Upgrade all things linux-c6- to CentOS 6.6
- Add ports:
  devel/linux-c6-libsigc++20
  graphics/linux-c6-gdk-pixbuf [1]
  graphics/linux-c6-glx-utils
- Add pkg-plists for net/linux-c6-openldap
  and security/linux-c6-cyrus-sasl2
- Misc. cleanups

Differential Revision:	https://reviews.freebsd.org/D1108
Submitted by:	kmoore [1]
Reviewed by:	rene (emulation)
Approved by:	portmgr (swills)
Approved by:	swills (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-11-11 13:06:39 +00:00
Tijl Coosemans
7888e65fff - Let the rc script require the mdnsd or avahi_daemon rc scripts [1]
- Fix two getsockopt calls so they return peer credentials correctly [2]

PR:		194856 [1], 191515 [2]
Submitted by:	Adrian Waters <draenan@gmail.com> [1]
Submitted by:	Bengt Ahlgren <bengta@sics.se> [2]
2014-11-07 13:03:09 +00:00