Commit graph

32 commits

Author SHA1 Message Date
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
05910b268e Add size data. 2004-01-27 16:12:37 +00:00
Trevor Johnson
5e37fb828f Retire comment file. 2003-03-01 14:34:33 +00:00
Trevor Johnson
265547f25d Enable compilation on -CURRENT.
Submitted by:	Volker Stolz
PR:		44931
2002-11-05 20:19:43 +00:00
Trevor Johnson
14641a39f9 The distfile is on at least three of the MASTER_SITE_SOURCEFORGE
servers, so use that macro.

Submitted by:	Tilman Linneweh
2002-07-07 21:04:06 +00:00
Trevor Johnson
414123cc76 Markus Bäurle sent me a nice report about the configure script
failing.  In his config.log I noticed a pthreads problem:

/usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_getspecific'
/usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_key_create'
/usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_setspecific'

I was not able to reproduce the problem, so I asked him to test
this patch, but have not seen a response.  However, it causes no
trouble for me.
2002-06-10 12:52:37 +00:00
Pete Fritchman
19ada04d33 Fix typos:
* explose -> explore
  * january -> January
  * documentfor -> document for
  * encorporated -> incorporated
  * function -> functions
  * julian -> Julian
  * calculater -> calculate
  * formely -> formerly
  * Javascript -> JavaScript
  * timezone -> time zone
  * Calisto -> Callisto
  * outter -> outer

PR:		36480
Submitted by:	Eric Yu <ericyu@mail2000.com.tw>
2002-03-30 00:21:44 +00:00
Maxim Sobolev
94941e8e22 (whitespace)
Use single-tab to separate variables from values instead of double-tabs.
2001-08-20 09:27:43 +00:00
Trevor Johnson
9548525ef1 Patch this so it compiles. 2001-03-24 06:17:21 +00:00
Trevor Johnson
4bd4ec9f99 Take over maintainership. 2001-01-09 00:09:18 +00:00
Will Andrews
052cf380ee Release to the world all of my ports that I don't use, excluding KDE 1,
which I'm holding for various reasons, so some kind soul can take the time
to fix them without having to wait for me.
2001-01-09 00:06:25 +00:00
Satoshi Asami
4f90e3e429 "1.0beta3" is not a valid version...change it to "1.0.b3".
Remove explicit dependency to GL.14:Mesa3 and replace it with USE_MESA.
2000-09-15 01:33:09 +00:00
Will Andrews
2462358d17 Rename ssystem to openuniverse after repository copy. Update to
openuniverse 1.0beta3.

PR:		19176
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-08-26 01:48:53 +00:00
Satoshi Asami
c6bcad2436 (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
2000-08-03 09:28:57 +00:00
Michael Haro
a0cb9ec98b update with the new PORTNAME/PORTVERSION variables 2000-04-08 22:04:57 +00:00
Will Andrews
88be74c92d Take over some ports. 2000-03-29 09:02:04 +00:00
Kris Kennaway
89a307bf8a Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:16:59 +00:00
Justin M. Seger
7cc807dbea Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade 2000-03-20 23:25:21 +00:00
Chris D. Faulhaber
20626cad86 Update MASTER_SITES and WWW
PR:		17094
Submitted by:	Maintainer
2000-03-02 01:07:17 +00:00
Satoshi Asami
039bbe50a8 Should use USE_BISON instead of BUILD_DEPENDS. 2000-01-22 02:36:01 +00:00
David E. O'Brien
afd34cdc6c Depend on Bison. 2000-01-21 19:29:02 +00:00
Bill Fenner
480c8a66fb Resolve many 301 Moved Permanently URLs in DESCR. 1999-09-17 19:16:35 +00:00
David E. O'Brien
4f4c6521c9 Id->FreeBSD rename try 2.
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1999-08-25 04:22:48 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Tim Vanderhoek
02228dc715 astrowwwWWW: 1999-05-02 21:21:34 +00:00
Seiichirou Hiraoka
ae7ebd04a2 Update to 1.6
PR: ports/10567
Submitted by:  andy@icc.surw.chel.su
1999-03-14 03:42:22 +00:00
Satoshi Asami
495aaef4f3 Portlint. 1998-12-17 09:03:34 +00:00
Matthew Hunt
6083cc79e7 Upgrade to 1.5.
PR:		8938
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-12-14 22:40:48 +00:00
Steve Price
886dc9fb22 Update to version 1.4.
PR:		8407
Submitted by:	maintainer
1998-11-02 03:49:33 +00:00
Steve Price
c689456ddf Remove regexp support for Mesa3 libs and make this build in an ELF
world.
1998-09-26 23:34:33 +00:00
Satoshi Asami
4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00
Matthew Hunt
1820af7140 Import of ssystem 1.3, an OpenGL solar system simulator.
PR:		7495
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-08-06 17:57:50 +00:00