Commit graph

41 commits

Author SHA1 Message Date
heinz
4094e2075b Correct dependency on flex 2004-01-03 00:54:18 +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
kristerw
7bf2bd33bd Override config.guess and config.sub to make the pkg recognize and build
on more systems (e.g. NetBSD 1.6.1/shark).
2003-08-02 18:17:44 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
0808307d4a Not needed in 15.4. 2003-07-12 07:04:54 +00:00
wiz
4c949c482a Update to 15.4: bugfix release. 2003-07-12 07:04:32 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wiz
e21108c56c Remove obsolete "-y" flag from sort call; bump PKGREVISION.
Patch from Istvan Marko in PR 19425.
2003-03-22 06:05:26 +00:00
wiz
4816887cf6 buildlink1 -> buildlink2. 2002-10-13 14:06:04 +00:00
seb
e865689d2d Regen some patches so Solaris' /usr/bin/gpatch is happier with them. 2002-06-12 13:16:50 +00:00
jlam
478cba00bb By default, prevent invocation of GNU "auto*" driven by the generated
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date.  Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target.  This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.
2001-12-04 06:14:57 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
seb
66771163d1 Use AUTOMAKE_OVERRIDE instead of custom pre-configure target. 2001-10-29 10:24:16 +00:00
wiz
1af97e4940 Improve English in comment. 2001-10-03 15:06:15 +00:00
seb
a59d2f2562 Upgrade to version 15.3
Changes in release 15.3: Improvements, major bug fixes, XEmacs, Vim and web
interface support
Changes in release 15.1: Improvements to interface and major bug fixes
2001-10-03 14:57:21 +00:00
jlam
0d72500311 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Also
use a slightly more general mechanism to replaces references to <curses.h>
to <ncurses.h> in the source files.
2001-06-20 03:22:17 +00:00
jlam
90d37a0733 Fix stupid change by package author that looked for files explicitly in
/usr/local/lib and that explicitly set LDFLAGS to nothing.
2001-06-20 03:19:20 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + 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 10:57:56 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
tron
5feac46ad5 Use "${MASTER_SITE_SOURCEFORGE}". 2000-11-11 17:49:22 +00:00
wiz
3d00d4c119 NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymore
(only after bsd.prefs.mk inclusion)
2000-11-02 03:25:32 +00:00
agc
30575e64d7 Revert previous change, which was tested with the wrong version of
bsd.pkg.mk and bsd.prefs.mk.. Pointed out by Thomas Klausner.
2000-09-28 12:41:36 +00:00
agc
b1634646b2 Clean up the post-extract target, and use sh(1) for loops in preference
to make(1) .for loops.
2000-09-27 14:34:12 +00:00
wiz
bb793c9c75 Try to fix build failure on <1.4Y (noted in recent sparc bulk build). 2000-09-11 15:26:38 +00:00
wiz
d63de2f4a3 Add USE_CURSES for packages that need curses functionality that only
got added in 1.4Y; on older version of NetBSD, ncurses will be used.
Replace previous code that did the same, but wasn't shared.
2000-07-28 10:33:56 +00:00
hubertf
aeca013e4d Use the defines from bsd.pkg.mk, don't start subshells.
(The values for uname etc. will probably be passed in from
upper-level make processes).
2000-06-14 02:10:57 +00:00
wiz
b15cee263e add 1.4Z[A-Z] pattern for recognition of 'good' curses 2000-06-08 12:57:57 +00:00
dmcmahill
e068333b33 DEPEND -> DEPENDS 2000-05-30 20:42:23 +00:00
dmcmahill
e4913152aa fix path to bsd.pkg.mk 2000-05-30 20:31:45 +00:00
wiz
efab559ea5 Update to 15.0bl2.
Changes: Bugfixes, better man page, code cleanup.
Fixes pkg/10153.
2000-05-19 11:03:32 +00:00
hubertf
adc3d85047 Fix some of the patches - some RCS IDs did sneak in!
Need a smarter pkgdiff...!

 - Hubert
2000-05-14 00:18:55 +00:00
hubertf
f9855c3317 * split
* don't change the name of cbreak to crmode if sun is not defined

Hint by Brett Lymn <blymn@baesystems.com.au>, sent to me by Thomas
Klausner.
2000-05-04 01:33:06 +00:00
bouyer
c82529a737 Avoid compile-time warnings caused by redefinition of curses.h macros. 2000-04-21 08:52:48 +00:00
hubertf
16bc1656db install manpage 2000-04-21 03:50:24 +00:00
elric
56d7d37602 Added a patch to address pkg/9941. 2000-04-20 20:17:02 +00:00
itojun
f3d8b48393 remove $Id$ in patch. 2000-04-20 07:06:29 +00:00
itojun
920c2a1cd8 cscope 13.0, interactive C program browser 2000-04-20 07:03:54 +00:00