summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)Author
2004-08-09Build with GCC 3.3 on 5.x.David E. O'Brien
2004-08-07- Fix LyX build with gcc3.4;Thierry Thomas
- take maintainership. PR: ports/70095 Submitted by: Andrew Thompson Obtained from: NetBSD.
2004-08-07Update to version 1.2.1Kirill Ponomarev
PR: ports/70133 Submitted by: maintainer
2004-08-07Fix build with GCC 3.4.2.Joe Marcus Clarke
Submitted by: Sean McNeil <sean@mcneil.com>
2004-08-03Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15Ade Lovett
All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates.
2004-08-02Avoid having more than one patch fix the same fileKirill Ponomarev
PR: ports/69924 Submitted by: Ports Fury
2004-08-02Fix build with gcc-3.4.2Kirill Ponomarev
PR: ports/69923 Submitted by: Ports Fury
2004-08-01GCC 3.4 fixes.Michael Nottebrock
2004-07-30Prevent configure from setting CXX=CC and falling over with gcc-3.4.2Michael Nottebrock
because of it afterwards.
2004-07-30Update to version 0.9uKirill Ponomarev
PR: ports/69818 Submitted by: Ports Fury
2004-07-27Revert the previous updates since they require APIs present in libgnomeui-2.7.Joe Marcus Clarke
While I'm here, use the new libtool scheme. Reported by: Franz Klammer <klammer@webonaut.com>
2004-07-26Really remove device stp. It has been deprecated since 8.0 and doesn't workVolker Stolz
in the port anyway. Noticed in PR: ports/69322 Submitted by: Torfinn Ingolfsen
2004-07-26Update to 0.941 [0.94.1]Volker Stolz
PR: ports/69419 Submitted by: Patrick Dung (maintainer)
2004-07-26Add a patch to fix a bug which prevents etex(1) from working. WithoutHiroki Sato
this patch, the following code fragment causes a segmentation fault. \toksdef\whatevertoks = 266 \toksdef\extratoks = 267 \whatevertoks={junk} \everypar{\extratoks=\whatevertoks} \immediate\write16{t={\the\toks265}} some paragraph\par \bye Approved by: linimon (mentor)
2004-07-25Use the correct version of libtool 13 -> 15 to avoid install the *.la files.Jeremy Messenger
2004-07-25Make use of t1lib properly.Hiroki Sato
PR: ports/68210 Submitted by: Ulrich Spoerlein (q at uni.de) Approved by: linimon (mentor)
2004-07-25Add tex-omegaware-old, old versions of ovf2ovp, ovp2ovf,Hiroki Sato
ofm2opl, and opl2ofm, which are utilities in Omega distribution. Approved by: linimon (mentor)
2004-07-25- Fix dependency and remove BROKEN line.Hiroki Sato
- Take maintainership. Approved by: linimon (mentor)
2004-07-25Update to 2.20.Hiroki Sato
Submitted by: ijliao Approved by: linimon (mentor) PR: ports/68039
2004-07-25- Add a patch to fix a bug which prevents rendering multibyteHiroki Sato
TrueType fonts from working. - A file cidfmap now includes entries for Ryumin-Light and GothicBBB-Medium. They points japanese/kochi-ttfonts by default (but this port does not depend on it). Approved by: linimon (mentor)
2004-07-25Take maintainership.Hiroki Sato
Approved by: linimon (mentor)
2004-07-23Update to 0.19.Adam Weinberger
2004-07-23Update to 0.1.9.Adam Weinberger
2004-07-23- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
2004-07-21Change maintainer's email.Kirill Ponomarev
2004-07-20Drop maintainershipMario Sergio Fujikawa Ferreira
2004-07-20Update to 2.0.1 release.Alex Dupre
2004-07-19Add latex-msc 1.14, laTeX macro package for drawing Message Sequence Charts.Volker Stolz
PR: ports/68945 Submitted by: Stefan Grundmann
2004-07-19Use the new PHP infrastructure.Alex Dupre
2004-07-19update to xfce4-4.0.6Oliver Lehmann
2004-07-18Update to 2.6.2.Joe Marcus Clarke
2004-07-17Update to version 4.2.7Kirill Ponomarev
PR: ports/69189 Submitted by: Ports Fury
2004-07-16master site movedAndreas Klemm
checked fetching of src, ok now Submitted by: erob <erob@videotron.ca>
2004-07-15add missing dependsYing-Chieh Liao
2004-07-13add pslib 0.2.2Ying-Chieh Liao
A C-library for generating multi page PostScript documents
2004-07-11Declare USE_GETOPT_LONG=yes for the sake of -stableMikhail Teterin
2004-07-11BROKEN on 5.x: Does not compileKris Kennaway
2004-07-11BROKEN: Configure failsKris Kennaway
2004-07-11BROKEN: Build failsKris Kennaway
2004-07-10- Correct dependency on linux-pngPav Lucistnik
Thank to Jean-Yves for spotting this and finding a solution. Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
2004-07-10Update to 6.0.0p1 release.Alex Dupre
2004-07-09Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke
the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
2004-07-09Upgrade from 2.04 to 2.05. The author closed the recently discoveredMikhail Teterin
security flaw, which was already fixed in FreeBSD. But the older tarball is no longer available, hence the upgrade.
2004-07-07Add another XML patch to fix the build.Joe Marcus Clarke
Reported by: pointyhat via kris
2004-07-07Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger
those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team
2004-07-07Do not attempt to load the old libxml1 stuff since that was removed fromJoe Marcus Clarke
libxml2-2.6.11. We depend on libxml2 anyway, so this should effectively be a NOP while ensuring this port still builds. Reported by: pointyhat via kris
2004-07-05Chase master-siteVolker Stolz
PR: ports/67390 Submitted by: Roman Neuhauser Approved by: maintainer timeout
2004-07-02- Teach install script that there are other tar implementations beside GNU tarPav Lucistnik
which supports -P flag. This should fix Bento build using bsdtar.
2004-06-30Remove a redundant entry from the plist.Joe Marcus Clarke
2004-06-28Remove nonexisting file from pkg-plistKirill Ponomarev
Submitted by: Kent Stewart <kstewart@owt.com> Pointyhat to: krion