| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
** Don't use alarms and signals, but use the timeout-feature of ncurses.
Submitted by: Erling Jacobsen <linuxcub@email.dk>
* Don't patch a sourcefile twice, move patch-ncurses-mouse into
patch-lib::system.cc
* As gcc33 is broken on AMD64 use gcc34 there
* Bump PORTREVISION
|
|
|
|
| |
Reported by: kris
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ntohs() won't work, because it converts from bigendian to native
byteorder, and the format used in TVision streams is littleendian.
Conversion must be done explicitly, by calling readByte() several
times, in consecutive statements !
*This enables ncurses mouse support, which was broken (it seemed to depend
on gpm in an unhealthy way).
*Un*x filenames can easily contain spaces ... Don't trim the filename.
*Avoid possible problems with signed/unsigned char comparisons. And
functions like toupper must be called with an unsigned char.
PR: 71544
Submitted by: Erling Jacobsen <linuxcub@email.dk>
Set maintainer back to ports, as libh is now officially a dead project
Compile with GCC 3.4
Bump PORTREVISION
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Switch to gcc 3.2, while I am here. Bump PORTREVISION
Reported by: kris
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
| |
Reviewed by: Max Okumoto <okumoto@ucsd.edu> (previous patch submitter)
|
|
|
|
|
|
|
|
| |
Set Maintainer to libh@
Bump PORTREVISION
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Discussed on: libh
|
|
|
|
|
| |
105 pointy hats to: me
Approved by: pat
|
|
|
|
| |
Approved by: pat
|
| |
|
|
|
|
|
| |
PR: 39842
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
|
|
|
| |
Submitted by: The Anarcat <anarcat@anarcat.ath.cx>
|
|
|
|
|
|
|
| |
install the header.
PR: 36800
Submitted by: The Anarcat <anarcat@anarcat.dyndns.org>
|
|
|
|
|
| |
PR: 35789
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
|
|
|
|
| |
PR: 31973
Submitted by: Andrew Milton <akm@theinternet.com.au>
|
|
|
|
| |
Update MASTER_SITES for umatrix, while I'm here.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
|
| |
|
| |
|
|
|
|
| |
for them.
|
| |
|
|
|
|
| |
0.7 while I'm here.
|
|
|
|
| |
the .la file.
|
|
|
|
| |
Found by: bento
|
|
|
|
|
|
|
|
|
| |
Creating package /usr/ports/packages/All/tvision-0.6.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/tvision-0.6.tgz'
tar: can't add file lib/libtvision.so.0 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1
|
| |
|
|
|
|
|
| |
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
|
| |
|
| |
|
| |
|
| |
|
|
it's pretty slick if a CUI is what you're in the market for (well, it
certainly makes libdialog look seriously weak by comparison, anyway).
I plan to use it for sysinstall's replacement.
Submitted by: Sergio Sigala <ssigala@globalnet.it>
|