FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 9:36 PM BST
Port details
lyx 2.0.3 print on this many watch lists=35 search for ports that depend on this port
Document processor interfaced with LaTeX (nearly WYSIWYG)
Maintained by: rakuco@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: editors
License: GPLv2


LyX is a document processor that encourages an approach to writing
based on the structure of your documents (WYSIWYM) and not simply
their appearance (WYSIWYG).

LyX combines the power and flexibility of TeX/LaTeX with the ease
of use of a graphical interface. This results in world-class support
for creation of mathematical content (via a fully integrated equation
editor) and structured documents like academic articles, theses,
and books. In addition, staples of scientific authoring such as
reference list and index creation come standard.  But you can also
use LyX to create a letter or a novel or a theatre play or film
script. A broad array of ready, well-designed document layouts are
built in.

LyX is for people who want their writing to look great, right out
of the box.  No more endless tinkering with formatting details,
"finger painting" font attributes or futzing around with page
boundaries. You just write. On screen, LyX looks like any word
processor; its printed output - or richly cross-referenced PDF,
just as readily produced - looks like nothing else.

WWW:	http://www.lyx.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/python27, devel/gmake, devel/qt4-corelib, x11-toolkits/qt4-gui, devel/qt4-moc, devel/qt4-rcc, devel/qt4-uic, lang/perl5.8, devel/pkg-config, devel/desktop-file-utils
Required To Run: lang/python27, devel/qt4-corelib, x11-toolkits/qt4-gui, lang/perl5.8, devel/pkg-config, devel/desktop-file-utils, devel/gio-fam-backend
Required Libraries: devel/boost-libs, textproc/mythes, textproc/hunspell, devel/gettext, devel/glib20
There are no ports dependent upon this port

To install the port: cd /usr/ports/print/lyx/ && make install clean
To add the package: pkg_add -r lyx


Configuration Options
===> The following configuration options are available for lyx-2.0.3:
     ASPELL=off (default) "Use Aspell for spell checking"
     ENCHANT=off (default) "Use Enchant for spell checking"
     HUNSPELL=on (default) "Use Hunspell for spell checking"
     NLS=on (default) "Native language support"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/
http://www-ftp.lip6.fr/ftp/pub/lyx/stable/2.0.x/
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/2.0.x/
ftp://ftp.ntua.gr/pub/X11/LyX/stable/2.0.x/
http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/2.0.x/
ftp://ftp.chg.ru/pub/X11/lyx/stable/2.0.x/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-07-03
    Affects: users of print/lyx and print/lyx-devel
    Author: makc@FreeBSD.org
    Reason: 
      print/lyx has been updated to 2.0. print/lyx16 has been added to ports tree
      for those who prefers to stick with the last stable in lyx-1.6.x series.
    
    
Port Moves
  • port moved here from japanese/lyx on 2008-08-18
    REASON: No longer maintained and print/lyx now supports Unicode

Number of commits found: 100

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Mar 2012 23:59:13
Original commit files touched by this commit  2.0.3
rakuco search for other commits by this committer
Update to 2.0.3

Feature safe:   yes
07 Feb 2012 13:29:00
Original commit files touched by this commit  2.0.2_1
eadler search for other commits by this committer
The variable is USE_PERL5 not USE_PERL

Submitted by:   Alex Kozlov
Reviewed by:    perl (swills)
Approved by:    portmgr (pav)
29 Jan 2012 00:03:17
Original commit files touched by this commit  2.0.2_1
rakuco search for other commits by this committer
Add a .desktop file for the port. An upstream version will show up in the 2.1.x
series. Based on some initial work done by Denny Lin [1].

PR:             164076 [1]
Submitted by:   Denny Lin <dennylin93@hs.ntnu.edu.tw>
Reviewed by:    avilla
12 Jan 2012 12:55:15
Original commit files touched by this commit  2.0.2
rakuco search for other commits by this committer
Update to 2.0.2.

This includes two upstream SVN commits that should make the port build with
clang.

Approved by:    avilla (mentor)
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.0.1
amdmi3 search for other commits by this committer
- 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
17 Sep 2011 02:49:28
Original commit files touched by this commit  2.0.1
rakuco search for other commits by this committer
Fix build when boost-libs is compiled with a newer (> 4.2 from base) gcc.

LyX originally uses the AC_CHECK_LIB macro to check for boost, however
this macro always calls a C compiler, even to check for a C++ library
such as boost. This made the test program built for this check to
always fail to link when boost was compiled witha recent enough
compiler.

A fix was submitted upstream [1], and this patch needs to be applied
meanwhile.

[1] http://article.gmane.org/gmane.editors.lyx.devel/138405

Reported by:    avg
Approved by:    avilla (mentor)
09 Sep 2011 14:44:32
Original commit files touched by this commit  2.0.1
rakuco search for other commits by this committer
Update to 2.0.1.

Note that the dependency list has been updated (it should have been in
2.0.0, but nobody noticed), and the pkg-message was reworded to
include more advice.

Approved by:    makc (mentor)
28 Aug 2011 18:04:48
Original commit files touched by this commit  2.0.0
rakuco search for other commits by this committer
Update my mail address in the ports I maintain.

Approved by:    avilla
04 Jul 2011 22:01:48
Original commit files touched by this commit  2.0.0
makc search for other commits by this committer
Update to 2.0.0

PR:             ports/158401
Submitted by:   Aldis Berjoza (former maintainer)
28 Jun 2011 21:32:05
Original commit files touched by this commit  1.6.10
beech search for other commits by this committer
- Update to 1.6.10
- Fix typo in pkg-message
- Pass maintainership to submitter

PR:             ports/158295
Submitted by:   Raphael Kubo da Costa <kubito@gmail.com>
Approved by:    Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
08 Feb 2011 06:51:33
Original commit files touched by this commit  1.6.9
miwi search for other commits by this committer
- Update to 1.6.9

PR:             154573
Submitted by:   Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
Feature safe:   yes
11 Dec 2010 17:40:26
Original commit files touched by this commit  1.6.8
nivit search for other commits by this committer
- Update to 1.6.8

PR:             ports/152572
Submitted by:   Aldis Berjoza <aldis@bsdroot.lv> (maintainer)
09 Oct 2010 18:02:24
Original commit files touched by this commit  1.6.7_1
makc search for other commits by this committer
Mark conflict with lyx-devel
25 Sep 2010 02:17:08
Original commit files touched by this commit  1.6.7
skreuzer search for other commits by this committer
Add license

PR:             ports/150861
Submitted by:   Aldis Berjoza <aldis@bsdroot.lv>
15 Jul 2010 11:39:53
Original commit files touched by this commit  1.6.7
jadawin search for other commits by this committer
- Update to 1.6.7

PR:             ports/148627
Submitted by:   Aldis Berjoza <aldis _AT_ bsdroot.lv>
14 Jun 2010 18:11:27
Original commit files touched by this commit  1.6.6.1
makc search for other commits by this committer
Update to 1.6.6.1 for Qt4
Pass maintainership to submitter.

PR:             ports/147243
Submitted by:   Aldis Berjoza <aldis at bsdroot.lv>
Approved by:    mi@ (previous maintainer)
31 May 2010 02:01:56
Original commit files touched by this commit  1.4.5.1_4
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.4.5.1_3
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
31 Jul 2009 13:57:52
Original commit files touched by this commit  1.4.5.1_2
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
28 Jul 2009 11:45:09
Original commit files touched by this commit  1.4.5.1_1
pav search for other commits by this committer
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:             ports/137054
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
07 Apr 2009 12:23:13
Original commit files touched by this commit  1.4.5.1_1
lwhsu search for other commits by this committer
- Fix building with boost 1.37

PR:             ports/133044
Submitted by:   amdmi3
Approved by:    maintainer
06 Jan 2009 17:59:31
Original commit files touched by this commit  1.4.5.1_1
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
06 Jun 2008 13:58:01
Original commit files touched by this commit  1.4.5.1_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 17:56:05
Original commit files touched by this commit  1.4.5.1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
14 Apr 2008 17:51:32
Original commit files touched by this commit  1.4.5.1
mi search for other commits by this committer
Refresh master-sites.
24 Mar 2008 17:02:27
Original commit files touched by this commit  1.4.5.1
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
12 Dec 2007 05:23:10
Original commit files touched by this commit  1.4.5.1
mi search for other commits by this committer
Upgrade to 1.4.5.1, which should be able to read files created by
the 1.5.x branch (available from the lyx-devel port).

Delayed by:     portfreeze
04 Oct 2007 02:22:25
Original commit files touched by this commit  1.4.4
  Sanity Test Failure
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
06 Jul 2007 20:29:55
Original commit files touched by this commit  1.4.4
mi search for other commits by this committer
Add a patch to ensure we compile against the new Boost-1.34, while
maintaining compatibility with Boost-1.33. Also, when compiling against
1.34, be sure to remove the `-fno-exceptions' flag, because the new
Boost throws in a few places...

Notified by:    pav
02 Jun 2007 02:25:47
Original commit files touched by this commit  1.4.4
mi search for other commits by this committer
Add the overlooked gl.mo (localization)

Notified by:    kris
28 May 2007 21:05:34
Original commit files touched by this commit  1.4.4
mi search for other commits by this committer
Upgrade from 1.4.3 to 1.4.4. Add (optional) support for Aiksaurus.
19 May 2007 20:32:57
Original commit files touched by this commit  1.4.3_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
27 Feb 2007 15:58:09
Original commit files touched by this commit  1.4.3
rafan search for other commits by this committer
- Remove conflict with print/cjk-lyx which prefixes all programs and
  datadir with cjk-
21 Jan 2007 07:41:40
Original commit files touched by this commit  1.4.3
mi search for other commits by this committer
Undo the "verbosity reduction" hunk, that slipped with the last upgrade.
As the maintainer, I prefer having this verbosity in build-logs, but had
no time to discuss the change properly due to travels/short "maintainer
timeout".
18 Jan 2007 13:29:43
Original commit files touched by this commit  1.4.3
miwi search for other commits by this committer
- Update to 1.4.3

PR:             ports/107115
Submitted by:   Simon Olofsson <simon@olofsson.de>
Approved by:    maintainer timeout
14 Aug 2006 18:01:22
Original commit files touched by this commit  1.4.2
mi search for other commits by this committer
Tune the BROKEN finer -- it seems to affect the i386-current only.
14 Aug 2006 17:57:15
Original commit files touched by this commit  1.4.2
mi search for other commits by this committer
Submit to Kris' insistence and mark BROKEN on -current. c++ gives up the
ghost (internal compiler error) on a particular file.

Work is ongoing to submit this to the GCC people, who will, no doubt,
berate us for using an old version of compiler, etc., etc., etc...
14 Jul 2006 05:53:59
Original commit files touched by this commit  1.4.2
mi search for other commits by this committer
Upgrade from 1.4.1 to 1.4.2 -- a recommended "maintainance" release.
13 May 2006 01:03:17
Original commit files touched by this commit  1.4.1_1
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with P
17 Apr 2006 04:25:54
Original commit files touched by this commit  1.4.1_1
mi search for other commits by this committer
LIB_DEPEND on devel/boost instead of building the bundled-in version
-- and tripping over the same C++ problems already solved by the
devel/boost port.

Bump PORTREVISION.

Error reported by:      kris
12 Apr 2006 02:49:50
Original commit files touched by this commit  1.4.1
mi search for other commits by this committer
Update from 1.4.1 released today.

Notified by:    Sean Chittenden
11 Apr 2006 17:14:36
Original commit files touched by this commit  1.4.0
mi search for other commits by this committer
Add a configure's argument to explicitly specify xforms in the xforms
case. Apparently, there is no default any more.

Submitted by:   Diane Bruce; Steve
11 Apr 2006 02:05:20
Original commit files touched by this commit  1.4.0
mi search for other commits by this committer
Update from 1.3.7 to 1.4.0.

Informed by:    James Ian
20 Jan 2006 19:01:04
Original commit files touched by this commit  1.3.7
mi search for other commits by this committer
Update from 1.3.6 to 1.3.7. Prepare for the looming Xorg release,
which comes without the ``makepsres'' utility.

Thanks to:      lesi
12 Oct 2005 21:02:55
Original commit files touched by this commit  1.3.6
mi search for other commits by this committer
Look for Qt under X11BASE, not LOCALBASE. Duh... We really ought to
stop keeping this artificial distinction.

PR:     ports/87244
Submitted by:   Koji Yokota     (and sem)
15 Sep 2005 20:01:09
Original commit files touched by this commit  1.3.6
mi search for other commits by this committer
Add the two missing files to pkg-plist. Oops...

Submitted by:   pointyhat       (via kris)
13 Sep 2005 05:53:16
Original commit files touched by this commit  1.3.6
mi search for other commits by this committer
Update from 1.3.5 to 1.3.6. Implement OPTIONS for QT, ASPELL, and
ISPELL. QT is on depending on whether or not it is installed already.
ASPELL defaults to on, ISPELL -- to off.

LIB_DEPEND on qt-mt instead of using USE_QT_VER (it can not be used with
OPTIONS anyway).

Take over maintainership for the time being.

Approved by:    previous maintainer
----------------------------------------------------------------------
31 May 2005 18:34:30
Original commit files touched by this commit  1.3.5_1
barner search for other commits by this committer
- Use libtool 1.5. This fixes the  crash reported in ports/81148 (the reason
  of which is probably that some library used by LyX is build with libtool 1.5
  now, too.

- Bump PORTREVISION: we want working packages on the cluster, don't we?

Reported and fixed by:  Koji Yokota <yokota@res.otaru-uc.ac.jp>
Approved by:            thompsa
PR:                     ports/81148
Btw:                    Welcome to our happy little farm :-)
31 May 2005 08:28:42
Original commit files touched by this commit  1.3.5
flz search for other commits by this committer
- Change maintainer address to his new shiny FreeBSD.org address.

PR:             ports/81687
Submitted by:   maintainer
09 Mar 2005 06:42:53
Original commit files touched by this commit  1.3.5
thierry search for other commits by this committer
Add a dependency to x11-fonts/texcm-ttf when built with Qt / Xft:
it contains xft-compatible versions of LaTeX fonts for use with
visual math symbol display in LyX.

Don't add the submitted new port x11-fonts/latex-xft-fonts because
the requested fonts are already part of texcm-ttf.

PR:             ports/76919
Submitted by:   Andrew Thompson (maintainer)
11 Nov 2004 17:03:28
Original commit files touched by this commit  1.3.5
pav search for other commits by this committer
- Update to 1.3.5

PR:             ports/73802
Submitted by:   Andrew Thompson <andy@fud.org.nz> (maintainer)
28 Aug 2004 22:50:44
Original commit files touched by this commit  1.3.4_1
thierry search for other commits by this committer
Chase libaspell to aspell.16.
07 Aug 2004 22:32:25
Original commit files touched by this commit  1.3.4
thierry search for other commits by this committer
- Fix LyX build with gcc3.4;
- take maintainership.

PR:             ports/70095
Submitted by:   Andrew Thompson
Obtained from:  NetBSD.
23 Jul 2004 19:10:32
Original commit files touched by this commit  1.3.4
anholt search for other commits by this committer
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  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)
30 May 2004 19:35:55
Original commit files touched by this commit  1.3.4
krion search for other commits by this committer
- Fix MASTER_SITES

PR:             ports/67389
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.3.4
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
07 Mar 2004 16:46:12
Original commit files touched by this commit  1.3.4
krion search for other commits by this committer
- Fix BUILD_DEPENDS

PR:             ports/63882
Submitted by:   Ports Fury
05 Mar 2004 13:40:55
Original commit files touched by this commit  1.3.4
krion search for other commits by this committer
- Fix build on -stable with Qt frontend
- Add CONFLICTS

PR:             ports/63754
Submitted by:   Ports Fury
01 Mar 2004 09:27:55
Original commit files touched by this commit  1.3.4
arved search for other commits by this committer
Update to 1.3.4

PR:             63498
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
25 Feb 2004 18:43:30
Original commit files touched by this commit  1.3.3_1
green search for other commits by this committer
(Purportedly) unbreak installation as per some of the responses in the
PR.  I don't see it on my -CURRENT system, but this doesn't break it,
either.

PR:     62405
17 Feb 2004 08:48:25
Original commit files touched by this commit  1.3.3_1
kris search for other commits by this committer
Reset undeliverable maintainer address
17 Feb 2004 08:34:10
Original commit files touched by this commit  1.3.3_1
kris search for other commits by this committer
BROKEN: Does not install.  This port is scheduled for removal on April 16
if still broken.
04 Feb 2004 04:36:30
Original commit files touched by this commit  1.3.3_1
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
23 Jan 2004 18:12:26
Original commit files touched by this commit  1.3.3
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
06 Nov 2003 21:55:30
Original commit files touched by this commit  1.3.3
arved search for other commits by this committer
Update to 1.3.3

PR:             57705
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Approved by:    Miguel Mendez <flynn@energyhq.es.eu.org>
26 Aug 2003 20:25:58
Original commit files touched by this commit  1.3.2_1
marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
25 Aug 2003 05:41:38
Original commit files touched by this commit  1.3.2
marcus search for other commits by this committer
Chase the libintl.so shared lib version.
07 May 2003 06:05:08
Original commit files touched by this commit  1.3.2
ijliao search for other commits by this committer
upgrade to 1.3.2

PR:             51893
Submitted by:   maintainer
05 Mar 2003 21:27:17
Original commit files touched by this commit  1.3.0
lioux search for other commits by this committer
o Unbreak WITH_QT for 4-STABLE branch
o Fix so that USE_GCC is no longer required for 4-STABLE branch
o CFLAGS safeness

PR:             48862
Submitted by:   David Yeske <dyeske@yahoo.com>
Approved by:    maintainer
23 Feb 2003 17:43:18
Original commit files touched by this commit  1.3.0
sobomax search for other commits by this committer
GC empty files.
21 Feb 2003 13:23:12
Original commit files touched by this commit  1.3.0
knu search for other commits by this committer
De-pkg-comment.
18 Feb 2003 19:22:06
Original commit files touched by this commit  1.3.0
dannyboy search for other commits by this committer
Upgrade to 1.3.0.

PR:             48112
Submitted by:   Ports Fury
Approved by:    maintainer
25 Jan 2003 22:41:42
Original commit files touched by this commit  1.2.3
mi search for other commits by this committer
Remove the files, that should've removed in the previous commit. As
usual, I rm-ed them locally, ran the test-built, and committed without
cvs-deleting first.

Reminded by:    KATO Tsuguru
25 Jan 2003 21:38:10
Original commit files touched by this commit  1.2.3
mi search for other commits by this committer
Upgrade to 1.2.3. Set MAINTAINER to the submitter.

PR:             ports/46796
Submitted by:   Miguel Mendez, KATO Tsuguru
07 Oct 2002 01:21:24
Original commit files touched by this commit  1.2.1_1
ijliao search for other commits by this committer
- Support LOCALBASE properly

PR:             43709
Submitted by:   Ports Fury
21 Sep 2002 05:54:33
Original commit files touched by this commit  1.2.1
ijliao search for other commits by this committer
make it build again
20 Sep 2002 03:25:04
Original commit files touched by this commit  1.2.1
ijliao search for other commits by this committer
upgrade to 1.2.1

PR:             42742
Submitted by:   Ports Fury
02 Sep 2002 17:45:50
Original commit files touched by this commit  1.2.0_1
marcus search for other commits by this committer
Chase the aspell so version bump.  Bump PORTREVISION.
01 Aug 2002 16:22:41
Original commit files touched by this commit  1.2.0
ade search for other commits by this committer
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
01 Aug 2002 14:51:27
Original commit files touched by this commit  1.2.0
mi search for other commits by this committer
Make LyX be more specific, when it can not find the font it wants
and switches to "fixed".
01 Aug 2002 14:24:59
Original commit files touched by this commit  1.2.0
mi search for other commits by this committer
Upgrade to 1.2.0. Use the new, opensourced xforms. The possibility of
building with GTk and Qt frontends needs to be investigated.

The layers upon layers of automake/autoconf/configure.in/configure are
disgusting and call for a nice and clean replacements of Makefiles.

PR:             ports/40080 (and a few earlier ones without patches)
Submitted by:   KATO Tsuguru
31 Jul 2002 21:06:12
Original commit files touched by this commit  1.1.6.4_1
dirk search for other commits by this committer
Drop maintainership. I don't use lyx on a regular basis any more.
06 Jul 2002 02:16:51
Original commit files touched by this commit  1.1.6.4_1
mikeh search for other commits by this committer
Fix for xforms 1.0.

Tested by:      Daniel Mueller <mue.da@gmx.de>
04 Jul 2002 09:31:36
Original commit files touched by this commit  1.1.6.4_1
mikeh search for other commits by this committer
Oops...forgot a few to bump lib. version.
12 Apr 2002 17:10:20
Original commit files touched by this commit  1.1.6.4_1
ade search for other commits by this committer
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:    portmgr
15 Mar 2002 19:44:29
Original commit files touched by this commit  1.1.6.4
ade search for other commits by this committer
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
22 Jan 2002 12:44:40
files touched by this commit
dirk search for other commits by this committer
Upgrade to 1.1.6fix4 (1.1.6.4).    
03 Aug 2001 11:56:20
files touched by this commit
dirk search for other commits by this committer
Upgrade to 1.1.6.3 (i. e. include patch-1.1.6fix3).    
04 Jun 2001 09:42:25
files touched by this commit
dirk search for other commits by this committer
Upgrade to 1.1.6.2 (i. e. include patch-1.1.6fix2).    
11 Mar 2001 12:19:45
files touched by this commit
dirk search for other commits by this committer
Upgrade to 1.1.6.1.    
05 Mar 2001 12:32:14
files touched by this commit
dirk search for other commits by this committer
Fix name of xforms library (xforms.0 -> forms.0).    
30 Dec 2000 16:55:56
files touched by this commit
dirk search for other commits by this committer
Upgrade to 1.1.5fix2.    
08 Oct 2000 05:10:43
files touched by this commit
asami search for other commits by this committer
Convert category print to new layout.  
27 Sep 2000 23:21:59
files touched by this commit
dirk search for other commits by this committer
Clean .orig files in ${WRKSRC}/lib/doc created by distribution   patch so they
aren't installed.    
27 Sep 2000 23:20:08
files touched by this commit
dirk search for other commits by this committer
Add missing files.    
10 Sep 2000 12:06:02
files touched by this commit
dirk search for other commits by this committer
Add USE_AUTOCONF to make this build and install again (hopefully 8--)    
13 Aug 2000 17:03:49
files touched by this commit
dirk search for other commits by this committer
LyX needs gmake.    
04 Aug 2000 13:41:49
files touched by this commit
dirk search for other commits by this committer
Upgrade to 1.1.5fix1.    
03 Aug 2000 10:28:58
files touched by this commit
asami search for other commits by this committer
(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.    
19 Jun 2000 12:10:11
files touched by this commit
dirk search for other commits by this committer
Upgrade to 1.1.5.    

Number of commits found: 100

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours7
new 7 days60
new fortnight184
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.543 seconds.