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

CVS log for ports/misc/display/Makefile

[BACK] Up to [FreeBSD] / ports / misc / display

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:24:08 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Sep 21 07:12:01 2010 UTC (16 months, 2 weeks ago) by linimon
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Update maintainer's email address.  (Old one now bounces.)

PR:		ports/144412 (partial)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jul 11 10:26:15 2006 UTC (5 years, 7 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
- Pass maintainership of these ports to submitter
- Pet portlint

PR:		ports/98100
Submitted by:	Stephen J. Roznowski <sjr at comcast.net>

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Dec 15 12:54:24 2005 UTC (6 years, 1 month ago) by roam
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Update to display-1.2a, which incorporates our 8-bit character patch and
also unconditionally uses libncurses now.
Honor ${STRIP}.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Oct 20 13:10:28 2005 UTC (6 years, 3 months ago) by roam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +17 -6 lines
Add the DISPLAY_PROGRAM_PREFIX knob to install display(1) under
a different name, avoiding conflicts with ImageMagick and other ports.
Bump PORTREVISION.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Aug 27 12:45:45 2004 UTC (7 years, 5 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -0 lines
Fix a long-standing problem with displaying characters with the 8th
bit set: the return value of fgets() should NOT be kept in a signed
char variable, since passing that to addch() would sign-extend it,
setting a whole lot of attribute bits and resulting in a bold, blinking,
alt-charset display of e.g. all Cyrillic characters.  Instead, keep
fgets()'s result in an int variable, as $DEITY (dmr? :) intended.

Bump PORTREVISION for the functionality change.

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

Reviewed by:	marcus

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jan 12 13:58:26 2004 UTC (8 years, 1 month ago) by krion
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -2 lines
- Utilize CONFLICTS

PR:		61247
Submitted by:	Ports Fury

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Feb 20 18:46:22 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
De-pkg-comment.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:47:12 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:46:10 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Mar 18 03:42:55 2002 UTC (9 years, 10 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +10 -11 lines
upgrade to 1.2

PR:		36025
Submitted by:	Ports Fury

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Aug 21 14:53:00 2001 UTC (10 years, 5 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Add back the clrtobot() call (or rather, do not remove it),
so display(1) works correctly when a command produces less output
than the previous one.

PR:		28405
Submitted by:	Stephen Montgomery-Smith <stephen@cauchy.math.missouri.edu>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 14 08:45:36 2000 UTC (11 years, 10 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Convert to PORTNAME/PORTVERSION.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 26 17:43:04 1999 UTC (12 years, 2 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -15 lines
Update to version 1.1.

PR:		14921
Submitted by:	Dominic Mitchell <dom@palmerharvey.co.uk>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:48:16 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 25 07:21:32 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Change Id->FreeBSD.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jan 21 03:55:19 1999 UTC (13 years ago) by flathill
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
to use MASTER_SITE_COMP_SOURCES

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 8 16:51:06 1998 UTC (13 years, 3 months ago) by fenner
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -3 lines
Satoshi must have experienced a temporary outage.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 7 03:37:38 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
ftp.uu.net is not responding.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 2 03:59:44 1998 UTC (13 years, 3 months ago) by steve
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3 lines
Grab the compress'd version of the distfile.

PR:		8451
Submitted by:	Stephen J. Roznowski <sjr@home.net>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 25 08:19:54 1997 UTC (14 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_7, RELEASE_2_2_6
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5 lines
Portlint.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Nov 24 00:26:01 1997 UTC (14 years, 2 months ago) by fenner
Branches: SJR
CVS tags: v1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Display runs a specified command over and over, printing the output
through curses(3X). The command can be compound and the delay
between executions is settable on the command line.  The output
from the command had better fit on a single screen, of course.

PR:		ports/4384
Submitted by:	Stephen J. Roznowski <sjr@home.net>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Nov 24 00:26:01 1997 UTC (14 years, 2 months ago) by fenner
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