Commit graph

41 commits

Author SHA1 Message Date
joerg
ac6233336f DESTDIR support. Drop NO_SRC_ON_FTP. 2011-11-11 22:41:35 +00:00
mspo
a1a98b833c "screen," -> GNU Screen as pointed out by Snader_LB in freenode as a DESCR clarification/typo 2011-05-28 14:11:47 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
b524dc18ff Reset maintainer on his request. 2007-12-12 20:42:28 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
wiz
0ecd8e6abf Add RMD160 checksum. 2005-05-25 12:37:37 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
fredb
191c31c449 Bump PKGREVISION for recent changes. [Use new grf ioctl()'s.] 2003-11-20 01:05:18 +00:00
fredb
3abe6b61ab Fix missing prototype for memcpy(). 2003-11-20 00:59:08 +00:00
fredb
801bda703b Switch to the "new" grf interface -- new in NetBSD 1.5! -- because
GRF_COMPAT is currently broken on NetBSD 1.6ZF.
2003-11-20 00:33:47 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
fredb
708739d9b1 The ${MACHINE_PLATFORM} that we're targetting is NetBSD-*-m68k. There is no
NetBSD-*-mac68k. This is certainly going to fail on non-mac68k. We probably
should just restore the custom check.
2003-04-28 15:01:55 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
kei
dfc64c5a3a use ONLY_FOR_PLATFORM instead of defining PKG_SKIP_REASON. shoud fix the
problem on i386 bulk build.
2003-02-03 15:26:27 +00:00
wiz
889596c225 Another PKG_FAIL_REASON -> PKG_SKIP_REASON for OPSYS reasons. 2003-01-04 20:53:58 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
fredb
f5134e1564 Programs that follow Digital's recommendations will follow ESC(0 -- to
load the DEC Special Graphics (VT line draw) characters into graphics set
GS0 -- with lock shift 0, aka LS0, aka SO, aka ^0 -- to then enable GS0.
Since GS0 is the default, the full procedure is really only necessary when
displaying line draw and alphanumeric characters on the same line. With the
last patch to enable line draw characters, ESC(0 was always taken to mean
ASCII SI (shift in), and ^0 was always taken to to mean SO (shift out),
so for programs that did the right thing (e.g. "pstree"), "dt" was simply
setting, then unsetting, the alternate character set attribute, causing
the desired line draw characters never to be displayed.

To deal with that, introduce a layer of abstraction, such that ESC(0
and friends now only set per-VT variables, rather than directly set the
attribute. Initialize these variables so that SO and SI, taken alone, will
do the expected thing, and extend the state machine so that a changed GS0
will become active at the next carriage return, or immediately if an LS0
was already seen on that line (all very much like a real VT).

Bump version to dt-1.1.7nb2.
2002-02-11 18:30:21 +00:00
fredb
a4a82e30d9 Work around an old bug that causes the display to become corrupted when
the actual, display line width exceeds the size of the array allotted for
it, by increasing the size of said array to 224 characters. This is good to
about 1350 pixels horizontal with the small font, or nearly 1800 with the
large font.
2002-02-11 18:24:55 +00:00
fredb
830513d1c4 Boy, do I suck. Allen Briggs forwarded these patches from
Steven Carlson <stevec@accessone.com>, to do vt line draw
characters, to me over *two* *years* ago!
2002-02-10 22:49:53 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
fredb
487dc07506 Update my email address. 2001-07-13 14:41:19 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
agc
88670a4a89 Move to sha1 digests, and add distfile sizes. 2001-04-20 13:52:07 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
fredb
8f57fb430d Finnish keyboard by default? Such violates the Principle of Least Surprise.
Make "US" the default. Addresses PR pkg/8312.
2000-09-18 04:45:51 +00:00
fredb
b2b6a7aadf Minor churn:
- - Don't try to build on powerpc. This is not useful, and it was never
    tested anyway.
- - ${IGNORE} doesn't need to be set from within a .BEGIN target.
- - Move lines that don't need to be after .include ../../bsd.prefs.mk
    into the main body, same for lines that don't need to be in the header.
2000-09-09 05:28:44 +00:00
hubertf
e75965c6ba Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
2000-08-21 21:01:29 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
wiz
541e3fcc2d defuzz 2000-01-10 03:07:09 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
jlam
6c6f687a83 Update patch checksums. 1999-09-07 18:44:04 +00:00
jlam
446f3b4549 Forgot to add this patch. 1999-09-07 14:55:06 +00:00
jlam
15c573063b Let user choose which keyboard layout to compile via mk.conf make variable
`DT_LAYOUT'.
1999-09-07 14:53:55 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
ender
55d005b027 Updated dt to 1.1.7 1999-07-06 17:30:21 +00:00
ender
94df71c874 Fix a typo which was causing the distfile to not be found.
Fix provided by Soren S. Jorvang <soren@t.dk>
1999-04-26 18:28:21 +00:00
agc
e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is
not correct.

If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
1999-04-13 15:31:04 +00:00
frueauf
b2cea4ec14 Initial addition of dt-1.1.6, Virtual consoles for NetBSD/mac68k (and macppc?).
Provided on pr 6535 by Frederick Bruckman.
1998-12-05 15:48:51 +00:00