summaryrefslogtreecommitdiff
path: root/print/lyx16/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 1.2.3. Set MAINTAINER to the submitter.Mikhail Teterin2003-01-251-11/+12
| | | | | PR: ports/46796 Submitted by: Miguel Mendez, KATO Tsuguru
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | Approved by: pat
* - Support LOCALBASE properlyYing-Chieh Liao2002-10-071-4/+8
| | | | | PR: 43709 Submitted by: Ports Fury
* make it build againYing-Chieh Liao2002-09-211-2/+1
|
* upgrade to 1.2.1Ying-Chieh Liao2002-09-201-30/+33
| | | | | PR: 42742 Submitted by: Ports Fury
* Chase the aspell so version bump. Bump PORTREVISION.Joe Marcus Clarke2002-09-021-1/+2
|
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Upgrade to 1.2.0. Use the new, opensourced xforms. The possibility ofMikhail Teterin2002-08-011-24/+35
| | | | | | | | | | 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
* Drop maintainership. I don't use lyx on a regular basis any more.Dirk Froemberg2002-07-311-1/+1
|
* Oops...forgot a few to bump lib. version.Mike Heffner2002-07-041-1/+1
|
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | - 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
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | 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
* Upgrade to 1.1.6fix4 (1.1.6.4).Dirk Froemberg2002-01-221-2/+3
|
* Upgrade to 1.1.6.3 (i. e. include patch-1.1.6fix3).Dirk Froemberg2001-08-031-2/+2
|
* Upgrade to 1.1.6.2 (i. e. include patch-1.1.6fix2).Dirk Froemberg2001-06-041-2/+2
| | | | Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
* Upgrade to 1.1.6.1.Dirk Froemberg2001-03-111-3/+3
|
* Fix name of xforms library (xforms.0 -> forms.0).Dirk Froemberg2001-03-051-1/+1
| | | | Submitted by: steve
* Upgrade to 1.1.5fix2.Dirk Froemberg2000-12-301-2/+2
| | | | PR: ports/23641
* Clean .orig files in ${WRKSRC}/lib/doc created by distributionDirk Froemberg2000-09-271-0/+1
| | | | | | patch so they aren't installed. Reported by: onigiri
* Add USE_AUTOCONF to make this build and install again (hopefully 8-|)Dirk Froemberg2000-09-101-0/+1
| | | | PR: ports/20638, ports/21041
* LyX needs gmake.Dirk Froemberg2000-08-131-0/+1
| | | | Reported by: Mike Harding <mvh@ix.netcom.com>
* Upgrade to 1.1.5fix1.Dirk Froemberg2000-08-041-1/+6
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Upgrade to 1.1.5.Dirk Froemberg2000-06-191-6/+1
|
* - upgrade to 1.1.4.3 (patch-1.1.4fix3)Dirk Froemberg2000-05-031-6/+6
| | | | | | - use shared intl.1 instead of supplied static library PR: ports/17267, ports/17268
* Touch some files to workaround a build failure if automake isDirk Froemberg2000-05-011-0/+3
| | | | | | installed. PR: ports/18240
* Accidental whitespaceChris Piazza2000-04-091-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
|
* Incorporate patch-1.1.4fix2.gz.Dirk Froemberg2000-03-191-2/+2
|
* Master site moved; file was unfetchable.Satoshi Asami2000-03-121-4/+3
| | | | Submitted by: maintainer
* Add --with-included-gettext to CONFIGURE_ARGS to fix build on 3.4.Dirk Froemberg2000-03-101-1/+3
| | | | This is a workaround only.
* Add PKGNAME=lyx-1.1.4.1 to honor patch-1.1.4fix1.gz.Dirk Froemberg2000-03-081-0/+1
| | | | Asked for by: asami
* Upgrade to 1.1.4fix1.Dirk Froemberg2000-03-061-7/+11
| | | | Submitted by: jedgar and jkoshy (with some modifications from me)
* Take over maintainership.Dirk Froemberg2000-02-201-1/+1
|
* Reducing Maintainership to an amount of portsAndreas Klemm2000-02-201-1/+1
| | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG.
* Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does thisJeremy Lea2000-01-291-1/+0
| | | | for them.
* Upgrade to 1.0.4.Dirk Froemberg1999-10-041-6/+3
| | | | Ok'ed by: Andreas Klemm <andreas@FreeBSD.org> (maintainer)
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* upgrade lyx port to 1.0.3Andreas Klemm1999-07-051-3/+3
| | | | | | | | PR: 11656 12011 12153 Submitted by: Chris Piazza cpiazza@home.net, Mikhail Teterin mi@aldan.algebra.com, Vadim Belman voland@plab.ku.dk Reviewed by: me
* The xforms ports is no longer an i386-only port.Steve Price1999-06-081-4/+1
|
* Update to 1.0.2Seiichirou Hiraoka1999-05-051-3/+3
| | | | | PR: ports/11505 Submitted by: cpiazza@home.net
* Minor grammer nit.David E. O'Brien1999-04-181-2/+2
|
* Upgrade to 1.0.1.Dirk Froemberg1999-03-151-2/+3
| | | | OK'ed by: Andreas Klemm <andreas@FreeBSD.ORG> (maintainer)
* Upgrade to 1.0.0 and add more MASTER_SITES.Dirk Froemberg1999-02-051-5/+7
| | | | OK'ed by: Andreas Klemm <andreas@FreeBSD.ORG>
* Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.Hidetoshi Shimokawa1999-01-071-1/+4
| | | | XForms has not been available for FreeBSD/alpha yet.
* Upgrade to 1.0.0pre6Dirk Froemberg1998-12-281-3/+3
| | | | Requested by: Andreas Klemm <andreas@FreeBSD.ORG>
* Upgrade to latest version 1.0.0pre2Andreas Klemm1998-11-101-4/+2
| | | | | | | | | | | | | | Not broken for ELF, since xforms lib isn't broken anymore Although xforms should be ok for ELF I got the following error message at startup of lyx: /usr/libexec/ld-elf.so.1: Shared object "libforms.so.0.88" not found Had to apply a symlink manually: root{207} /usr/X11R6/lib ln -s libxforms.so.0 libforms.so.0.88 root{208} /usr/X11R6/lib ldconfig -m /usr/X11R6/lib
* Mark broken for ELF because of xforms port.Steve Price1998-09-261-2/+4
|