2003-09-28 11:13:59 by Johnny C. Lam | Files touched by this commit (102) |
Log message:
Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
|
2003-09-27 19:07:38 by grant beattie | Files touched by this commit (102) |
Log message:
move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
|
2003-07-25 18:50:28 by Matthias Drochner | Files touched by this commit (1) |
Log message:
this needs gmake - how could it work before?
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-07-13 15:54:34 by Thomas Klausner | Files touched by this commit (783) | |
Log message:
PKGREVISION bump for libiconv update.
|
2003-05-02 13:57:35 by Thomas Klausner | Files touched by this commit (680) |
Log message:
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
|
2003-01-21 18:40:31 by Stoned Elipot | Files touched by this commit (1) |
Log message:
Fix build with native threads on -current.
Provided in PR pkg/19967 by <pino at dohd dot org>.
PKGREVISION++
|
2002-11-22 18:02:06 by Jan Schaumann | Files touched by this commit (5) |
Log message:
Upgrade to version 3.1.3. This upgrade solves the checksum mismatch pointed
out by (one- at inbox dot lv) in PR pkg/19115 as well, as we have a completely
new checksum. Changes according to the website:
Changes since version 3.1.2:
- Fixed a bug that could cause the playlist repeat to stop (thanks to
Alex Rasmussen for finding the bug)
- Command line options for nmixer changed, and it's now possible to select a
different hardware mixer device.
- Fixed a bug that caused mp3blaster to quit when the user's homedir could
not be determined.
Changes since version 3.1.1:
-Compiles on gcc-3.* without errors
-Trailing slash in HTTP URLs is only appended after the hostname, not in
URLs that contain a path following the hostname. This means that mp3's can
now be played straight from an URL again.
- For HTTP streams, HTTP/1.1 is used instead of HTTP/1.0 (this, and previous
suggestion submitted by Markus Jerger. Thanks!)
|
2002-08-31 15:05:13 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Convert to buildlink2.
|
2002-08-01 07:48:26 by Johnny C. Lam | Files touched by this commit (24) |
Log message:
Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
|