Skip site navigation (1)Skip section navigation (2)

CVS log for ports/games/gleyes/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / games / gleyes

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14
Sat Jan 14 21:15:50 2006 UTC (6 years ago) by pav
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.13: +1 -1 lines
- Remove expired ports

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jan 12 12:54:14 2006 UTC (6 years ago) by sem
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Dec 6 13:49:45 2005 UTC (6 years, 2 months ago) by garga
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -0 lines
- Mark it as DEPRECATED: mastersite disappeared, no longer maintained by
  author.
- Set EXPIRATION_DATE to 2006-01-06

PR:		ports/90021
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Feb 20 19:53:14 2005 UTC (6 years, 11 months ago) by fjoe
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -1 lines
USE_MESA -> USE_GL + LIB_DEPENDS on libglut.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Feb 5 20:37:12 2004 UTC (8 years ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
Use PLIST_FILES.

Reviewed by:	marcus

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Nov 2 02:48:05 2003 UTC (8 years, 3 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
ports with possibly unreachable MAINTAINERs
*** addresses that seem to be dead:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:05:46 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
De-pkg-comment.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jun 17 18:15:26 2001 UTC (10 years, 7 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -3 lines
- Add ${PTHREAD_LIBS} and ${PTHREAD_CFLAGS} to fix compile errors
- Put the active links in MASTER_SITES at the top

PR:		28074
Submitted by:	Patrick Li <pat@databits.net>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Oct 13 20:24:35 2000 UTC (11 years, 4 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_3_0, RELEASE_4_2_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -5 lines
Support X11BASE/PREFIX properly

PR:		21611
Submitted by:	Ports Fury (no response from maintainer)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Aug 3 09:23:33 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3 lines
(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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 14 06:43:00 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
PORTNAME/PORTVERSION stuff

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:03:30 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Change Id->FreeBSD.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 11 13:40:13 1999 UTC (13 years, 1 month ago) by flathill
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -2 lines
use -lGL instead of -lMesaGL

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Dec 17 14:34:50 1998 UTC (13 years, 1 month ago) by flathill
Branches: MALTE
CVS tags: v0_2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
PR:		ports/8985
Submitted by:	malte.lance@gmx.net
GLUT version of Xeyes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 17 14:34:50 1998 UTC (13 years, 1 month ago) by flathill
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options