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

CVS log for ports/x11-toolkits/FWF/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / x11-toolkits / FWF

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.28
Mon Mar 25 02:38:14 2002 UTC (9 years, 10 months ago) by kris
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.27: +1 -1 lines
Remove the FWF port, which was marked BROKEN 6 months ago, and was
broken for a long time before that.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Sep 17 17:40:30 2001 UTC (10 years, 4 months ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Aug 20 06:27:49 2001 UTC (10 years, 5 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -1 lines
This does not compile; mark BROKEN.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Feb 5 16:48:44 2001 UTC (11 years ago) by olgeni
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Batch of style fixes for x11-toolkits.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Nov 7 23:28:18 2000 UTC (11 years, 3 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Change motif to a normal dependency.  REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Aug 13 13:10:36 2000 UTC (11 years, 6 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -3 lines
Remove obsolete MASTER_SITE

Noticed by:	fenner's portsurvey

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Aug 3 09:27:31 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +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.21: download - view: text, markup, annotated - select for diffs
Mon Apr 10 01:10:09 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Aug 31 02:59:07 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Aug 28 03:41:25 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
env -> ${SETENV}

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Jul 4 20:41:48 1999 UTC (12 years, 7 months ago) by steve
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -1 lines
This port doesn't build (yet) on the Alpha.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Feb 11 13:32:08 1999 UTC (13 years ago) by flathill
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -3 lines
Forgot to delete 'BROKEN_ELF' line.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Dec 22 07:51:27 1998 UTC (13 years, 1 month ago) by asami
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
Add REQUIRES_MOTIF.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Oct 15 11:13:04 1998 UTC (13 years, 4 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
Mark BROKEN for ELF.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Sep 17 00:32:55 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Roll back libXpm major to 4.  Sorry, it wasn't a good idea to bump it
in the first place.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Sep 15 11:13:33 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
libXpm major is now 5.  Also remove regexp support in preparation for
ELF conversion.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Aug 7 22:56:37 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Move "FWF Xaw3d auis blt iv lesstif neXtaw pmw pygtk qt qt133 qt140
slingshot tix tk41 tk42 tk80 tk81 tkstep80 v xbae xforms xview-clients
xview-config xview-lib" from x11 to x11-toolkits.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Apr 26 12:50:24 1998 UTC (13 years, 9 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -7 lines
Upgrade to version 4.0
Submitted by:   giffunip@asme.org
PR:             6419

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Nov 22 21:42:31 1997 UTC (14 years, 2 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -2 lines
Fix MASTER_SITES. Trim part of DESCR that doesn't belong there.  Portlint.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jan 6 12:14:26 1997 UTC (15 years, 1 month ago) by jkh
Branches: MAIN
CVS tags: RELEASE_2_2_5, RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -3 lines
Remove myself as MAINTAINER from a number of ports I no longer
have time to properly maintain.  This will cause the position to
revert to ports.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 18 11:42:32 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Use MAN? macros.  CATEGORIES+= -> CATEGORIES.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Sep 26 09:02:51 1996 UTC (15 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
Add LIB_DEPENDS on xpm.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed May 15 23:30:26 1996 UTC (15 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Call files/xmkmf with sh, so that it works even if the x bit isn't set.

Pointed out in a different form by:	chuckr@glue.umd.edu

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 19 11:36:42 1995 UTC (16 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -4 lines
Remove "ldconfig -m" line, this port doesn't install shared libraries!
Hello, Jordan?!? ;)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 17 16:22:21 1995 UTC (16 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
Remove now obsolete X_NO_MAKE_MAKEFILES variable.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 16 20:57:41 1995 UTC (16 years, 7 months ago) by ats
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Add a missing trailing slash in the MASTER_SITE line.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jul 16 18:43:21 1995 UTC (16 years, 7 months ago) by jkh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Update this to enable more of the underlying functionality.  Totally
redo the regex code to use POSIX regexps; the previous "abstraction" was
essentially a worthless hack.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sat Jul 15 13:57:08 1995 UTC (16 years, 7 months ago) by jkh
Branches: FWF
CVS tags: FWF3_8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
The Free Widget Foundation's widget set.  This is set to compile
only non-Motif widgets - if you have Motif and want the extensions in libfwf
then configure, edit and build in 3 steps.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jul 15 13:57:08 1995 UTC (16 years, 7 months ago) by jkh
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