Commit graph

14 commits

Author SHA1 Message Date
rillig
44ff3d7760 Added a patch for non-gcc compilers, which often don't like
"case 1 ... 255".
2007-03-18 21:24:00 +00:00
joerg
784649582d Replace use of FILES_SUBST_SED with explicit SUBST framework use. 2006-01-04 17:31:28 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
wiz
5f9f3ecaf8 Update MSATER_SITES, from Zafer Aydogan in PR 31832.
Comment out HOMEPAGE, it is wrong.
2005-10-16 15:05:45 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
xtraeme
b4b9006941 bl3ify 2004-04-11 17:19:30 +00:00
agc
b72bb5ce58 Whilst it's nice of the author, there's no need to special-case NetBSD
in GNU configure and configure.in - the prefix is given to the
configure script by the pkgsrc infrastructure, and buildlink will DTRT.
2004-01-28 11:15:35 +00:00
jlam
a9f08159c4 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-28 09:13:55 +00:00
grant
7a71199b50 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-09-27 17:07:34 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
salo
03cbef084d Import of juke-0.7: Simple ncurses based jukebox
Juke is a simple ncurses based jukebox program for Unix computers.
It uses command line based players to play different kinds of music
formats.

Package provided by Johan Ahlander in private mail.
2003-03-06 22:30:57 +00:00