CVS log for ports/graphics/xpdf/Makefile
Up to [FreeBSD] / ports / graphics / xpdf
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.100: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:23:32 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +2 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Aug 5 15:39:21 2011 UTC (6 months ago) by kwm
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +2 -0 lines
Register conflict between xpdf and poppler-utils.
Revision 1.98: download - view: text, markup, annotated - select for diffs
Mon May 2 12:44:39 2011 UTC (9 months, 1 week ago) by makc
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -1 lines
Bump PORTREVISION after open-mofit update
Revision 1.97: download - view: text, markup, annotated - select for diffs
Wed Jan 12 17:01:49 2011 UTC (12 months, 4 weeks ago) by araujo
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -1 lines
- Fix an issue related when a file has bad TTF fonts that do a crash in XPDF. - Bump PORTREVISION. Submitted by: stas (via mail) Feature safe: yes
Revision 1.96: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:32:12 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.95: download - view: text, markup, annotated - select for diffs
Sat Nov 6 19:07:12 2010 UTC (15 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +2 -2 lines
- Aplly xpdf-3.02pl5 patch for supports PDF 1.7. - BUMP PORTREVISION. Requested by: Liden Thomas <Thomas.Linden@f-i-ts.de> (via email)
Revision 1.94: download - view: text, markup, annotated - select for diffs
Sat Oct 16 11:52:11 2010 UTC (15 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -1 lines
Punt autoconf267->autoconf268
Revision 1.93: download - view: text, markup, annotated - select for diffs
Wed Sep 15 18:34:33 2010 UTC (16 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +2 -2 lines
Autotools update. Read ports/UPDATING 20100915 for details. Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue Oct 20 11:16:27 2009 UTC (2 years, 3 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +7 -2 lines
- Fix compatibility with lesstif. [1] - Add a new patch to fix multiple vulnerabilities. [2] - Bump PORTREVISION. PR: ports/139374 [1], ports/139782 [2] Submitted by: dirk.meyer@dinoex.sub.org [1], Sylvio Cesar <scjamorim@bsd.com.br> [2] http://www.vuxml.org/freebsd/8581189c-bd5f-11de-8709-0017a4cccfc6.html
Revision 1.91: download - view: text, markup, annotated - select for diffs
Sat Apr 18 17:27:21 2009 UTC (2 years, 9 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +5 -5 lines
- This update fixes the security vulnerabilities reported in CVE-2009-0146, CVE-2009-0147, CVE-2009-0166, CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180, CVE-2009-1181, CVE-2009-1182 and CVE-2009-1183. PR: ports/133831 Submitted by: Mark Foster <mark@foster.cc> Approved by: portmgr (erwin) Security: http://www.vuxml.org/freebsd/a21037d5-2c38-11de-ab3b-0017a4cccfc6.html
Revision 1.90: download - view: text, markup, annotated - select for diffs
Tue Oct 21 12:45:17 2008 UTC (3 years, 3 months ago) by araujo
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +8 -2 lines
- Now we've OPTIONS to set the additional features more easily for end users. - Bump PORTREVISION. Submitted by: Luigi Rizzo <rizzo@iet.unipi.it>
Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:25 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:56:48 2008 UTC (3 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62 Tested by: exp build run (erwin)
Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Aug 7 03:20:28 2008 UTC (3 years, 6 months ago) by araujo
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -2 lines
- Use WITH_DRAW instead of WITHOUT_DRAW. - Commenting the new functionality in pkg-descr. - Bump PORTREVISION. Suggested by: Luigi Rizzo <rizzo@iet.unipi.it>
Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Aug 4 01:31:22 2008 UTC (3 years, 6 months ago) by araujo
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +6 -1 lines
- Add an unofficial support to annotations in PDF files, this function enables that users could mark some text in document and save it. Build this option with "WITHOUT_DRAW=yes". - Bump PORTREVISION. Submitted by: Luigi Rizzo <rizzo@iet.unipi.it> Discussed with: Derek B. Noonburg <derekn@foolabs.com>
Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Apr 8 03:57:47 2008 UTC (3 years, 10 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -1 lines
- Adding support to recognizing the keys Ctrl+(numpad+) and Ctrl+(numpad-) to control the ZoomIn and ZoomOut. - Bump PORTREVISION. Submitted by: Eugeny N Dzhurinsky <bofh@redwerk.com> (via email)
Revision 1.84: download - view: text, markup, annotated - select for diffs
Sun Mar 23 11:11:27 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -2 lines
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Jan 3 19:06:50 2008 UTC (4 years, 1 month ago) by araujo
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -1 lines
- Take maintainership, I use this a lot. Approved by: stas (mentor, implicit)
Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu Jan 3 17:49:09 2008 UTC (4 years, 1 month ago) by nork
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -1 lines
Drop MAINTAINERship.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Tue Nov 13 01:14:28 2007 UTC (4 years, 2 months ago) by delphij
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -2 lines
Apply xpdf 3.02pl2 patch for CVE-2007-4352, CVE-2007-5392, CVE-2007-5393; while I am there, rework on the way of applying xpdf 3.02pl1 patch to ease future upgrade. Approved by: portmgr (linimon) Security: 2747fc39-915b-11dc-9239-001c2514716c
Revision 1.80: download - view: text, markup, annotated - select for diffs
Sun Sep 30 04:46:55 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
Revision 1.79: download - view: text, markup, annotated - select for diffs
Sun Sep 2 15:21:03 2007 UTC (4 years, 5 months ago) by nork
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -1 lines
Fix misprints some documents on LP64 archs. PR: ports/112665 Submitted by: naddy
Revision 1.78: download - view: text, markup, annotated - select for diffs
Tue Jul 31 11:41:30 2007 UTC (4 years, 6 months ago) by miwi
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -1 lines
- Fix buffer overflow vulnerability. - Bump PORTREVISION Approved by: simon (secteam) Security: http://www.vuxml.org/freebsd/0e43a14d-3f3f-11dc-a79a-0016179b2dd5.html
Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat May 19 20:11:22 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Apr 1 13:14:26 2007 UTC (4 years, 10 months ago) by nork
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +13 -4 lines
Update to 3.02. PR: ports/110058 Submitted by: Eric P. Scott <eps+pbug0703 <at> ana.com> Jose Garcia Juanino <jjuanino <at> gmail.com>
Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Oct 14 08:53:08 2006 UTC (5 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +0 -0 lines
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue May 2 02:21:49 2006 UTC (5 years, 9 months ago) by ahze
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
- Now conflict with poppler-utils instead of poppler
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Apr 30 17:58:04 2006 UTC (5 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -0 lines
xpdf now conflicts with poppler.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Mon Mar 27 22:15:05 2006 UTC (5 years, 10 months ago) by mnag
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +6 -6 lines
- Add vendor patches for security issues - Bump PORTREVISION - portlint(1) Approved by: nork Security: CVE-2005-3624, CVE-2005-3625, CVE-2005-3626, CVE-2005-3627, CVE-2006-0301, http://secunia.com/advisories/18303/, http://secunia.com/advisories/18677/
Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Jan 5 04:42:28 2006 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +14 -6 lines
[PATCH] WITHOUT_X11 support for graphics/xpdf The xpdf toolset does not require X libraries installed. (only the xpdf and pdftoppm binaries are not built) pdftoppm compiles with freetype2 only, too. So patch patchfiles enable build for pdftoppm. PR: ports/89822 Submitted by: Martin Matuska <martin@matuska.org>
Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Dec 7 14:25:20 2005 UTC (6 years, 2 months ago) by mnag
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +5 -1 lines
Add vendor patch for security issues Bump PORTREVISION Add SHA256 PR: 90028 Approved by: maintainer timeout (security 1 day, simon with secteam hat) 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
Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:49:40 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Oct 31 21:59:24 2005 UTC (6 years, 3 months ago) by jkim
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +0 -0 lines
Forced commit to note the following: Tested by: kris
Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Oct 31 21:48:59 2005 UTC (6 years, 3 months ago) by jkim
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -0 lines
Fix window resize bug. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324172 Approved by: nork (maintainer) Obtained from: Debian
Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Oct 14 23:10:35 2005 UTC (6 years, 3 months ago) by jkim
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -2 lines
- Update to 3.01. - Fix size_t bug and default X11 font. OK'd by: nork (maintainer)
Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Aug 11 19:16:30 2005 UTC (6 years, 6 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
Fix security issue. http://www.ubuntulinux.org/support/documentation/usn/usn-163-1 http://secunia.com/advisories/16374/ Submitted by: naddy Reported by: jkoshy Approved by: portmgr (krion)
Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:44 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -22 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:02:30 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +22 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Jan 24 15:38:07 2005 UTC (7 years ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
Fix security hole. Pointed out by: hrs Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp> References: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0064
Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Dec 23 01:08:22 2004 UTC (7 years, 1 month ago) by nork
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
Fix security problem. Submitted by: simon Obtained from: ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00pl2.patch
Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Oct 26 05:41:46 2004 UTC (7 years, 3 months ago) by nork
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Fix integer overflow vulnerabilities. Patch made by: Chris Evans, Dirk Muller, Sebastian Krahmer, Derek Noonburg and Marcus Meissner Submitted by: nectar
Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Aug 7 01:08:06 2004 UTC (7 years, 6 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -1 lines
Add dependency on gsfonts. xpdf may sometimes require these for PDF rendering. PR: ports/69642 Submitted by: anholt
Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Jul 1 17:06:39 2004 UTC (7 years, 7 months ago) by ade
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Jun 26 00:16:16 2004 UTC (7 years, 7 months ago) by nork
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -1 lines
Change MAINTAINER to nork. Approved by: DougB (maintainer)
Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Jun 22 16:45:37 2004 UTC (7 years, 7 months ago) by nork
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -7 lines
Fix xpdf's configure cannot find freetype2 library. PR: ports-jp/14693[1], ports/67902, ports/68203[2] Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> [1] Shin-ya Kuwamura <kuwa@labs.fujitsu.com> Reported by: Andriy Gapon <avg@icyb.net.ua> [2] Approved by: maintainer timeout (6 weeks)
Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Apr 19 10:55:30 2004 UTC (7 years, 9 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -0 lines
o Fix broken handling True Type (multibyte) fonts. o Accordingly bump PORTREVISION. Obtained from: Debian-JP and Vine Linux(VineSeed) Approved by: dougb (maintainer)
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Mar 27 07:42:16 2004 UTC (7 years, 10 months ago) by dougb
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +5 -0 lines
Update the freetype2 include file test in configure. Submitted by: lofi
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Feb 8 05:26:19 2004 UTC (8 years ago) by dougb
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -3 lines
Upgrade to 3.00. There are too many fixes and improvements to mention here, see CHANGES for details. Submitted in various forms by: A cast of thousands
Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:21:12 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Oct 12 22:53:36 2003 UTC (8 years, 4 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -2 lines
Upgrade to version 2.03, which has many bug fixes and improvements. See CHANGES for details.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Jul 1 07:17:58 2003 UTC (8 years, 7 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -1 lines
* Update to 2.02pl1, which fixes a URL format vulnerability. * Remove now-obsolete patch. PR: ports/53546 Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>, KATO Tsuguru <tkato@prontomail.com>
Revision 1.49: download - view: text, markup, annotated - select for diffs
Mon Apr 7 00:43:45 2003 UTC (8 years, 10 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -9 lines
Upgrade to 2.02, which in addition to numerous other bug fixes contains the previous security patch.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Mar 24 01:10:23 2003 UTC (8 years, 10 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
chase t1lib version
Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:04:15 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jan 23 10:10:24 2003 UTC (9 years ago) by dougb
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +8 -0 lines
Small patch from the developers to handle (an extremely small) vulnerability in pdftops. PR: ports/47211 Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Jan 6 05:41:13 2003 UTC (9 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
Update to the latest, 2.01. Mostly minor bug fixes.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Nov 11 08:42:14 2002 UTC (9 years, 3 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +13 -4 lines
Upgrade to 2.00, which includes several nice new features; including the ability to open multiple documents, view document outlines, and support for JBIG2. For better or worse, this now depends on motif. While I'm here, overhaul the port: * Group the GNU dependencies. * USE_MOTIF implies USE_XPM, so bring in the former and remove the latter. * Add with-x to the configure args to make sure it knows what we're after. * Install portdocs * Update and expand pkg-comment and pkg-descr.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed May 22 05:34:35 2002 UTC (9 years, 8 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +12 -9 lines
Upgrade to version 1.01, and make the port depend on freetype2 in the process. Thanks to kato for providing parts of this update.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Mar 17 21:20:40 2002 UTC (9 years, 10 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Try to help folks who can't seem to pick up the dependency on freetype.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Mar 14 11:16:39 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Feb 11 02:26:24 2002 UTC (10 years ago) by dougb
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -11 lines
No response from Chuck, no response from anyone else on ports, so I'm going to take this one over for now. Chuck hasn't logged into freefall since August, and this port has been unfetchable since October. This update makes the port fetchable, and the new version builds and runs. The next step for those intrested in non-English language support would be to create slave ports which bring in the new xpdf modules. I haven't incorporated all of the parts of the PR, since I don't understand what the originator is driving at, and I want to get this port back on the air. I'll ask for some feedback on the PR. If anyone with more experience/interest in this port wants to take it over, just shoot me an e-mail. PR: ports/34770 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Nov 23 17:25:26 2001 UTC (10 years, 2 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
t1.3 -> t1.4
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Aug 31 23:36:11 2001 UTC (10 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Blah... it's a Friday tired afternoon... get this right...
\begin{JediMindTrick}
You did not see that last commit, it was not the one you are looking for.
\end{JediMindTrick}
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Aug 31 23:34:46 2001 UTC (10 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -2 lines
Forgot there was a 2nd patch site.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Aug 31 23:33:37 2001 UTC (10 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +5 -1 lines
Add patch to fix cut-n-paste.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Aug 25 03:33:33 2001 UTC (10 years, 5 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
t1.2 -> t1.3
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Feb 18 18:33:05 2001 UTC (10 years, 11 months ago) by keith
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Depends on libt1.so.2, instead of libt1.so.1. PR: ports/25191
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jan 24 17:26:19 2001 UTC (11 years ago) by keith
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +7 -6 lines
Update to 0.92. MAINTAINER hasn't replied for two weeks, so I think it's legitimate to do the upgrade job. PR: ports/24169, ports/24285 Submitted by: Michael Harnois, and Ports Fury(with patches)
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Dec 11 02:51:40 2000 UTC (11 years, 2 months ago) by steve
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +7 -14 lines
- Remove obsolete/redundant discriptions from Makefile - freebsd.org -> FreeBSD.org PR: 23275 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Sep 4 15:33:32 2000 UTC (11 years, 5 months ago) by chuckr
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +9 -9 lines
Bring this up to version 0.91. Submitted by: mikko@dynas.se
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Aug 3 09:25:01 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +7 -4 lines
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Jul 19 07:15:34 2000 UTC (11 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -6 lines
Allow the crypto bits to be patched in and built.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Apr 14 10:47:58 2000 UTC (11 years, 10 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
Convert to PORTNAME/PORTVERSION. lfview had an invalid version string so I fixed it.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Dec 25 02:00:06 1999 UTC (12 years, 1 month ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Deal with new library names in t1lib port. PR: 15444 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Dec 10 18:29:20 1999 UTC (12 years, 2 months ago) by chuckr
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -7 lines
Take out the USA_RESIDENT stuff, the source of the crypto is outside the US anyhow. Reminded by: David O'Brien
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Nov 23 05:57:01 1999 UTC (12 years, 2 months ago) by chuckr
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -1 lines
Fix a bug in USA_RESIDENT handling. Kindly Pointed to by: David O'Brien
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Nov 23 03:30:26 1999 UTC (12 years, 2 months ago) by chuckr
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +20 -13 lines
Update to the 0.90 version, with encryption and hot links. PR: 13133 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> and Christian Weisgerber <naddy@mips.rhein-neckar.de>
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:15:31 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Change Id->FreeBSD.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Jun 23 06:59:59 1999 UTC (12 years, 7 months ago) by taoka
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Fixed a bug which I made (.endfi -> .endif)
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jun 23 06:37:42 1999 UTC (12 years, 7 months ago) by taoka
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +13 -3 lines
(1) modified to handle encrypted pdf files PR: ports/12337 Submitted by: Christopher Hall <hsw@acm.org> (2) fixed MASTER_SITES: - ftp://ftp.cdrom.com/pub/tex/ctan/support/xpdf/ + ${MASTER_SITE_TEX_CTAN}
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Dec 23 01:11:52 1998 UTC (13 years, 1 month ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -2 lines
Some minor portlint cleaning.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Dec 9 10:44:36 1998 UTC (13 years, 2 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -2 lines
Add CONFIGURE_ENV.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Dec 7 00:40:18 1998 UTC (13 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
* fix packaging problem * turn on support for Janpanese fonts Packaging not tested by: vanilla
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Dec 6 23:36:04 1998 UTC (13 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -2 lines
Add MASTER_SITES. This port was updated and yet still only had one MASTER_SITE. Since people aren't getting the idea, I'm going to shout: PORTS COMMITTERS, WHEN YOU UPDATED A PORT, INSURE THERE IS >1 MASTER SITE!!!
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Dec 6 17:08:46 1998 UTC (13 years, 2 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +11 -5 lines
Upgrade to 0.80.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Sep 17 00:32:43 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it in the first place.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Sep 15 11:13:24 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
libXpm major is now 5. Also remove regexp support in preparation for ELF conversion.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 5 09:31:17 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Mar 11 03:08:12 1998 UTC (13 years, 11 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_2_2_7, RELEASE_2_2_6
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -3 lines
Upgrade to 0.7a.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Oct 24 16:51:59 1997 UTC (14 years, 3 months ago) by chuckr
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Point to new MASTER_SITES, author moved on from CMU.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jun 3 07:15:50 1997 UTC (14 years, 8 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Upgrade to 0.7. PR: 3712 Submitted by: Vanill Ice <vanilla@Minje.Com.TW>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Mar 21 23:07:01 1997 UTC (14 years, 10 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Add "print" to category. Maybe this will reduce the number of new xpdf port submissions.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Nov 29 20:33:16 1996 UTC (15 years, 2 months ago) by torstenb
Branches: MAIN
CVS tags: RELEASE_2_2_1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -7 lines
Upgrade to 0.6
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Nov 18 11:29:53 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -7 lines
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 3 00:13:01 1996 UTC (15 years, 8 months ago) by asami
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Fix "version required" comment. How do you think I found this out? It's a long story, but here's the short version (no pun intended): I had this upgraded to 0.5 on my machine, and had sent it to Chuck for a review. Then Peter did an upgrade. So I did a "cvs update", which showed one conflict (date in patch, understandable). However, when I did a "cvs diff", it showed that Peter had forgotten something. So here it is. :)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 30 11:11:10 1996 UTC (15 years, 8 months ago) by peter
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -2 lines
xpdf 0.4 -> 0.5 (old file gone from master site) Also install man pages, for what it's worth.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat May 4 01:42:19 1996 UTC (15 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -4 lines
Upgrade, 0.3 -> 0.4. Submitted by: chuckr@Glue.umd.edu
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 6 08:20:03 1996 UTC (15 years, 11 months ago) by asami
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
Remove ${KEYWORDS}.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 11 03:06:46 1996 UTC (16 years ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2 lines
Remove unnecessary PKGNAME (same as DISTNAME).
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Feb 10 20:33:08 1996 UTC (16 years ago) by fenner
Branches: CHUCKR
CVS tags: xpdf_0_3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Chuck Robey's xpdf port. xpdf is an X-Windows pdf viewer. Submitted by: Chuck Robey <chuckr@glue.umd.edu>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 10 20:33:08 1996 UTC (16 years ago) by fenner
Branches: MAIN
Initial revision
