aboutsummaryrefslogtreecommitdiff
path: root/print/lyx15
Commit message (Collapse)AuthorAgeFilesLines
* Tune the BROKEN finer -- it seems to affect the i386-current only.Mikhail Teterin2006-08-141-1/+1
| | | | Notes: svn path=/head/; revision=170619
* Submit to Kris' insistence and mark BROKEN on -current. c++ gives up theMikhail Teterin2006-08-141-0/+2
| | | | | | | | | | 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... Notes: svn path=/head/; revision=170618
* Upgrade from 1.4.1 to 1.4.2 -- a recommended "maintainance" release.Mikhail Teterin2006-07-143-15/+14
| | | | Notes: svn path=/head/; revision=167752
* Remove USE_REINPLACE from all categories starting with PEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162206
* LIB_DEPEND on devel/boost instead of building the bundled-in versionMikhail Teterin2006-04-171-1/+17
| | | | | | | | | | | | -- and tripping over the same C++ problems already solved by the devel/boost port. Bump PORTREVISION. Error reported by: kris Notes: svn path=/head/; revision=159765
* Update from 1.4.1 released today.Mikhail Teterin2006-04-122-4/+4
| | | | | | | Notified by: Sean Chittenden Notes: svn path=/head/; revision=159353
* Add a configure's argument to explicitly specify xforms in the xformsMikhail Teterin2006-04-111-0/+1
| | | | | | | | | case. Apparently, there is no default any more. Submitted by: Diane Bruce; Steve Notes: svn path=/head/; revision=159339
* Update from 1.3.7 to 1.4.0.Mikhail Teterin2006-04-113-78/+125
| | | | | | | Informed by: James Ian Notes: svn path=/head/; revision=159303
* Update from 1.3.6 to 1.3.7. Prepare for the looming Xorg release,Mikhail Teterin2006-01-203-6/+32
| | | | | | | | | which comes without the ``makepsres'' utility. Thanks to: lesi Notes: svn path=/head/; revision=154006
* Look for Qt under X11BASE, not LOCALBASE. Duh... We really ought toMikhail Teterin2005-10-121-1/+1
| | | | | | | | | | stop keeping this artificial distinction. PR: ports/87244 Submitted by: Koji Yokota (and sem) Notes: svn path=/head/; revision=145158
* Add the two missing files to pkg-plist. Oops...Mikhail Teterin2005-09-151-0/+2
| | | | | | | Submitted by: pointyhat (via kris) Notes: svn path=/head/; revision=142836
* Update from 1.3.5 to 1.3.6. Implement OPTIONS for QT, ASPELL, andMikhail Teterin2005-09-133-50/+38
| | | | | | | | | | | | | | | | 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 ---------------------------------------------------------------------- Notes: svn path=/head/; revision=142560
* - Use libtool 1.5. This fixes the crash reported in ports/81148 (the reasonSimon Barner2005-05-311-1/+2
| | | | | | | | | | | | | | | 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 :-) Notes: svn path=/head/; revision=136551
* - Change maintainer address to his new shiny FreeBSD.org address.Florent Thoumie2005-05-311-1/+1
| | | | | | | | PR: ports/81687 Submitted by: maintainer Notes: svn path=/head/; revision=136500
* Add a dependency to x11-fonts/texcm-ttf when built with Qt / Xft:Thierry Thomas2005-03-091-0/+1
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=130683
* - Update to 1.3.5Pav Lucistnik2004-11-1111-363/+9
| | | | | | | | PR: ports/73802 Submitted by: Andrew Thompson <andy@fud.org.nz> (maintainer) Notes: svn path=/head/; revision=121389
* Chase libaspell to aspell.16.Thierry Thomas2004-08-281-1/+2
| | | | Notes: svn path=/head/; revision=117535
* - Fix LyX build with gcc3.4;Thierry Thomas2004-08-078-1/+264
| | | | | | | | | | | - take maintainership. PR: ports/70095 Submitted by: Andrew Thompson Obtained from: NetBSD. Notes: svn path=/head/; revision=115591
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-1/+1
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=114511
* - Fix MASTER_SITESKirill Ponomarev2004-05-301-1/+2
| | | | | | | | PR: ports/67389 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=110423
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* - Fix BUILD_DEPENDSKirill Ponomarev2004-03-071-1/+2
| | | | | | | | PR: ports/63882 Submitted by: Ports Fury Notes: svn path=/head/; revision=103212
* - Fix build on -stable with Qt frontendKirill Ponomarev2004-03-052-6/+99
| | | | | | | | | | - Add CONFLICTS PR: ports/63754 Submitted by: Ports Fury Notes: svn path=/head/; revision=103014
* Update to 1.3.4Tilman Keskinoz2004-03-014-27/+16
| | | | | | | | PR: 63498 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=102613
* (Purportedly) unbreak installation as per some of the responses in theBrian Feldman2004-02-252-4/+15
| | | | | | | | | | PR. I don't see it on my -CURRENT system, but this doesn't break it, either. PR: 62405 Notes: svn path=/head/; revision=102118
* Reset undeliverable maintainer addressKris Kennaway2004-02-171-1/+1
| | | | Notes: svn path=/head/; revision=101159
* BROKEN: Does not install. This port is scheduled for removal on April 16Kris Kennaway2004-02-171-0/+4
| | | | | | | if still broken. Notes: svn path=/head/; revision=101153
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-1/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Update to 1.3.3Tilman Keskinoz2003-11-063-18/+12
| | | | | | | | | PR: 57705 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: Miguel Mendez <flynn@energyhq.es.eu.org> Notes: svn path=/head/; revision=93259
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* upgrade to 1.3.2Ying-Chieh Liao2003-05-075-933/+914
| | | | | | | | PR: 51893 Submitted by: maintainer Notes: svn path=/head/; revision=80344
* o Unbreak WITH_QT for 4-STABLE branchMario Sergio Fujikawa Ferreira2003-03-051-3/+11
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=76978
* GC empty files.Maxim Sobolev2003-02-231-0/+0
| | | | Notes: svn path=/head/; revision=76287
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Upgrade to 1.3.0.Daniel Harris2003-02-185-34/+509
| | | | | | | | | PR: 48112 Submitted by: Ports Fury Approved by: maintainer Notes: svn path=/head/; revision=75814
* Remove the files, that should've removed in the previous commit. AsMikhail Teterin2003-01-254-162/+0
| | | | | | | | | | usual, I rm-ed them locally, ran the test-built, and committed without cvs-deleting first. Reminded by: KATO Tsuguru Notes: svn path=/head/; revision=74006
* Upgrade to 1.2.3. Set MAINTAINER to the submitter.Mikhail Teterin2003-01-253-12/+20
| | | | | | | | PR: ports/46796 Submitted by: Miguel Mendez, KATO Tsuguru Notes: svn path=/head/; revision=73998
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* - Support LOCALBASE properlyYing-Chieh Liao2002-10-072-4/+28
| | | | | | | | PR: 43709 Submitted by: Ports Fury Notes: svn path=/head/; revision=67519
* make it build againYing-Chieh Liao2002-09-211-2/+1
| | | | Notes: svn path=/head/; revision=66973
* upgrade to 1.2.1Ying-Chieh Liao2002-09-2010-70/+168
| | | | | | | | PR: 42742 Submitted by: Ports Fury Notes: svn path=/head/; revision=66780
* Chase the aspell so version bump. Bump PORTREVISION.Joe Marcus Clarke2002-09-021-1/+2
| | | | Notes: svn path=/head/; revision=65502
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Make LyX be more specific, when it can not find the font it wantsMikhail Teterin2002-08-011-0/+9
| | | | | | | and switches to "fixed". Notes: svn path=/head/; revision=63844
* Upgrade to 1.2.0. Use the new, opensourced xforms. The possibility ofMikhail Teterin2002-08-0110-288/+190
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=63843
* Drop maintainership. I don't use lyx on a regular basis any more.Dirk Froemberg2002-07-311-1/+1
| | | | Notes: svn path=/head/; revision=63819
* Fix for xforms 1.0.Mike Heffner2002-07-061-0/+216
| | | | | | | Tested by: Daniel Mueller <mue.da@gmx.de> Notes: svn path=/head/; revision=62499