1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Michael Johnson
26fe2bf9bc - Plug a memory leak [1]
- Fix an integer overflow [2]

Obtained from:	Poppler SVN [1]
		Redhat http://rhn.redhat.com/errata/RHSA-2007-0732.html [2]
Security:	http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3387
Reported by:	miwi via irc.freenode.org/#FreeBSD-GNOME
2007-07-31 14:39:36 +00:00
Michael Johnson
a59065cb26 Install poppler-qt4.pc for poppler-qt4
PR:		ports/114773
Reported by:	Sven Gaerner
2007-07-25 14:35:31 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Michael Nottebrock
8bd00266dc Update to Qt 4.3.0, introduce bsd.qt.mk.
Approved by: portmgr (bsd.port.mk changes)
2007-07-16 10:12:15 +00:00
Joe Marcus Clarke
d82231dcb7 Make sure that all of the proper --disable-* args are passed to configure
when not building slave ports.
2007-07-14 21:31:07 +00:00
Joe Marcus Clarke
263fd9e2de Fix detection of cairo support after the last commit. Cairo support was
only being enabled when SLAVEPORT was defined, and this had the potential
of breaking package builds.
2007-07-14 19:41:01 +00:00
Michael Johnson
28d0ee74b3 Don't link to libpoppler from graphics/poppler since it doesn't contain required Arthur backend. Instead build libpoppler with poppler-qt4
PR:		ports/114551
Reported by:		Sven Gaerner <sgaerner@gmx.net>
2007-07-13 13:54:42 +00:00
Michael Johnson
76712fcace - Fix bashism in configure script [1]
- Update plist in poppler-qt

Reported by:	trhodes and lists@jnielsen.net [1]
2007-07-03 21:10:24 +00:00
Michael Johnson
006df8ea42 Get rid of X11BASE
Submitted by:	mezz
2007-07-03 11:25:39 +00:00
Michael Johnson
635e515217 Update to 0.5.9 2007-07-03 11:14:36 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
5ca9a6aed0 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by:	rafan
Tested on:	pointyhat
2007-02-13 00:16:29 +00:00
Jeremy Messenger
015cf750cc Took a patch from CVS to fix a few of PDFs display as characters inverted.
PR:		ports/104490
Bugzilla:	https://bugs.freedesktop.org/show_bug.cgi?id=8924
		https://bugs.freedesktop.org/show_bug.cgi?id=8944
Reported by:	trasz <trasz@pin.if.uz.zgora.pl>
2006-11-13 21:19:21 +00:00
Joe Marcus Clarke
f1bb12de8e Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:	portmgr (implicit, kris)
2006-10-14 08:35:50 +00:00
Joe Marcus Clarke
68d780793c Only depend on cairo if we want cairo support.
PR:		102711
Submitted by:	Shane Bell <decept0@gmail.com>
2006-09-17 21:51:24 +00:00
Joe Marcus Clarke
4089794160 Make the cairo output backend optional (defaults to enabled). Turning this
off can help performance when rendering certain PDF documents, especially
those that contain Type 3 fonts.

Reported by:	Veiko Palge <veiko.palge@gmail.com>
2006-07-10 02:04:07 +00:00
Joe Marcus Clarke
ed2f939dac Update to 0.5.3. 2006-05-31 20:30:08 +00:00
Michael Johnson
73fed47faa - Update to 0.5.2 2006-05-23 12:23:05 +00:00
Joe Marcus Clarke
9d9e2bdc6a Fix the poppler-utils build. 2006-05-07 02:24:54 +00:00
Michael Nottebrock
163eb7b0fd Remove the commandline utilities in order to make this port not conflict
with xpdf. The utilities can now be found in graphics/poppler-utils.
2006-05-02 00:37:23 +00:00
Joe Marcus Clarke
798e9bed2a Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release.  In particular, GNOME 2.14 focused
on performance, and they did not miss the mark.  There's some new eye candy,
but most of the big things are waiting until GNOME 2.16.  On the FreeBSD
side, we tried to clean up all the crashers we could.  In particular, we
really improved GNOME's 64-bit support.

The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.

The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).

Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
2006-04-30 00:47:21 +00:00
Joe Marcus Clarke
d1a7fb3ce6 Update to 0.4.5 which is a security fix for CVE-2006-0301.
Security:	Fixes CVE-2006-0301
Approved by:	portmgr (implicit)
2006-02-26 01:16:34 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Joe Marcus Clarke
e116e83ceb Disable the QT wrapper for now. It needs some patching to build correctly,
plus some ports loving to make the dependency tree consistent.

PR:		92397
2006-02-01 17:48:05 +00:00
Michael Johnson
7c9aaa883b - Update to 0.4.4 2006-01-11 23:22:14 +00:00
Michael Johnson
042239f605 - Update to 0.4.3 2005-12-14 01:42:56 +00:00
Marcus Alves Grando
4a0a398072 Backport xpdf vendor patch
Bump PORTREVISION

Approved by:	gnome (marcus)
Security:	http://www.idefense.com/application/poi/display?id=342&type=vulnerabilities
		http://www.idefense.com/application/poi/display?id=343&type=vulnerabilities
		http://www.idefense.com/application/poi/display?id=344&type=vulnerabilities
		http://www.idefense.com/application/poi/display?id=345&type=vulnerabilities
		http://secunia.com/advisories/17897/
		CVE-2005-3191, CVE-2005-3192, CVE-2005-3193
2005-12-07 14:26:01 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Joe Marcus Clarke
e18151212d Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes
and new features.  Don't believe me?  Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.

DO NOT USE portupgrade by itself to upgrade to GNOME 2.12.  Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh.  This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.

In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen.  The winner of this release's contest is
Dominique Goncalves <dominique.goncalves@gmail.com>.  His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.

The FreeBSD GNOME Team would lank to thank the following users for
their contributions to this release:

Matthew Luckie <mjl@luckie.org.nz>
ade
sajd on #freebsd-gnome
Caelian on #freebsd-gnome
mnag
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Mark Hobden <markhobden@gmail.com>
Sergey Akifyev <asa@agava.com>
Andreas Kohn

For more information on GNOME on FreeBSD, checkout
http://www.FreeBSD.org/gnome/.  The 2.12 documentation will be
posted shortly.
2005-11-05 04:53:48 +00:00
Joe Marcus Clarke
397439cc5b Fix a security problem described at
http://vuxml.FreeBSD.org/24eee285-09c7-11da-bc08-0001020eed82.html.

Reported by:	simon
Obtained from:	graphics/xpdf
Approved by:	portmgr (implicit)
Security:	Fixes xpdf vulnerability
2005-08-13 08:22:51 +00:00
Michael Johnson
7a95e42151 - Update to 0.3.1 2005-04-29 20:25:14 +00:00
Michael Johnson
52e9cf0113 - Update to 0.3.0 2005-04-23 02:39:37 +00:00
Koop Mast
69df622682 Update to 0.2.0. 2005-04-06 13:32:15 +00:00
Joe Marcus Clarke
94b062ef00 Fix up the pkg-config files so they don't reference a non-existent
poppler-0.1.2.pc.  This cleans up pkg-config --list-all.
2005-04-02 19:14:53 +00:00
Michael Johnson
4b1280c873 - Add WWW: line, http://poppler.freedesktop.org/ 2005-03-14 05:23:18 +00:00
Michael Johnson
b46e867c0c - Update to 0.1.2 2005-03-14 05:16:59 +00:00
Joe Marcus Clarke
2928c5137a Add poppler, a PDF rendering library using cairo as its backend. This
is a fork of the xpdf 3.0 code for use by Freedesktop.org.
2005-03-12 11:05:38 +00:00