Baptiste Daroussin
8ac99398e2
Add NO_STAGE all over the place in preparation for the staging support (cat: misc)
2013-09-20 20:50:57 +00:00
Dmitry Marakasov
6f6fbe4bdf
- 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
2011-09-23 22:26:39 +00:00
Martin Wilke
a9481afc8a
- Get Rid MD5 support
2011-03-19 12:38:54 +00:00
Mark Linimon
d80d911432
Update maintainer's email address. (Old one now bounces.)
...
PR: ports/144412 (partial)
2010-09-21 07:12:01 +00:00
Renato Botelho
585da46aee
- Pass maintainership of these ports to submitter
...
- Pet portlint
PR: ports/98100
Submitted by: Stephen J. Roznowski <sjr at comcast.net>
2006-07-11 10:26:15 +00:00
Peter Pentchev
6e7d9074cf
Update to display-1.2a, which incorporates our 8-bit character patch and
...
also unconditionally uses libncurses now.
Honor ${STRIP}.
2005-12-15 12:54:25 +00:00
Pav Lucistnik
70231c0b10
- Add SHA256
2005-11-25 16:09:33 +00:00
Peter Pentchev
fb17826532
Add the DISPLAY_PROGRAM_PREFIX knob to install display(1) under
...
a different name, avoiding conflicts with ImageMagick and other ports.
Bump PORTREVISION.
2005-10-20 13:10:28 +00:00
Peter Pentchev
92b591f201
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.
2004-08-27 12:45:45 +00:00
Trevor Johnson
3c175cb569
Use PLIST_FILES.
...
Reviewed by: marcus
2004-02-05 20:38:07 +00:00
Trevor Johnson
f15b845ebe
SIZEify.
2004-01-29 16:13:06 +00:00
Kirill Ponomarev
9100fbe2e9
- Utilize CONFLICTS
...
PR: 61247
Submitted by: Ports Fury
2004-01-12 13:58:26 +00:00
Akinori MUSHA
2c41b9e5f3
De-pkg-comment.
2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34
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)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
...
Approved by: pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
5373fef5c7
upgrade to 1.2
...
PR: 36025
Submitted by: Ports Fury
2002-03-18 03:42:55 +00:00
Peter Pentchev
8ef3a7361e
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>
2001-08-21 14:53:00 +00:00
Trevor Johnson
b2bf9ee7cd
When compiled with X, ImageMagick conflicts with display. Warn
...
users about the conflict. Squeeze the pkg-comment files so they
are less than 71 characters.
2001-03-21 21:11:23 +00:00
Satoshi Asami
dad9a57abe
Convert to PORTNAME/PORTVERSION.
2000-04-14 08:49:30 +00:00
Kris Kennaway
9f29f5a57e
Respect CC
2000-01-21 09:01:10 +00:00
Steve Price
63e8450b5e
Update to version 1.1.
...
PR: 14921
Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk>
1999-11-26 17:43:20 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
d99d6e104d
Change Id->FreeBSD.
1999-08-25 07:23:21 +00:00
Tim Vanderhoek
dd9ff05a6a
Commit #3/4 to enforce caps, no period.
...
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
1999-06-26 19:12:45 +00:00
Seiichirou Hiraoka
028d6a6f16
to use MASTER_SITE_COMP_SOURCES
1999-01-21 03:55:19 +00:00
Bill Fenner
b7da039f86
Satoshi must have experienced a temporary outage.
1998-11-08 16:51:06 +00:00
Satoshi Asami
37ee9d7cba
ftp.uu.net is not responding.
1998-11-07 03:37:38 +00:00
Steve Price
3452bd57dc
Grab the compress'd version of the distfile.
...
PR: 8451
Submitted by: Stephen J. Roznowski <sjr@home.net>
1998-11-02 03:59:50 +00:00
Steve Price
bbe911c66e
Cleanup extra characters that are sometimes left behind when the
...
output shortens.
PR: 7900
Submitted by: Stephen J. Roznowski <sjr@home.net>
1998-09-19 22:44:16 +00:00
Tim Vanderhoek
39448a6b27
Remove miscellaneous manpages.
1998-08-18 19:04:15 +00:00
Satoshi Asami
ae9aa661c5
Portlint.
1997-11-25 08:19:54 +00:00
Bill Fenner
65cf88075b
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>
1997-11-24 00:26:01 +00:00