roy
0dd332c813
Use the curses framework.
2017-01-04 19:58:00 +00:00
joerg
14aea90406
Bump revision of all packages using libform, libpanel or libmenu as the
...
library name in devel/ncurses changed.
2016-12-18 23:33:11 +00:00
agc
203292f73e
Add SHA512 digests for distfiles for net category
...
Problems found with existing digests:
Package haproxy distfile haproxy-1.5.14.tar.gz
159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package bsddip: missing distfile bsddip-1.02.tar.Z
Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
Package djbdns: missing distfile djbdns-cachestats.patch
Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
Package gated: missing distfile gated-3-5-11.tar.gz
Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
Package poink: missing distfile poink-1.6.tar.gz
Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
Package waste: missing distfile waste-source.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 00:34:51 +00:00
jperkin
d0e804caf5
Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some
...
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
2015-09-08 11:57:48 +00:00
wiz
c7383780db
Bump all packages that depend on curses.bui* or terminfo.bui* since they
...
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
wiz
0eb141f110
Bump PKGREVISION for ncurses shlib bump.
2015-08-17 17:11:19 +00:00
wiedi
e5e709cfb7
Link network libs on SunOS
2014-02-22 17:40:38 +00:00
joerg
770e0b11b4
Wants ncurses.h.
2013-11-04 16:40:09 +00:00
joerg
937f44095c
curses from modernish NetBSD is fine. Don't (incorrectly) hard-code
...
/usr/pkg references for NetBSD.
2013-10-20 17:59:30 +00:00
asau
e059e7e469
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-23 17:18:07 +00:00
obache
1d9df3258a
recursive bump from gettext-lib shlib bump.
2011-04-22 13:41:54 +00:00
joerg
3b0d97b0de
Add DESTDIR support.
2008-06-20 01:09:05 +00:00
jlam
ea5f9f80b6
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
...
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
joerg
3d0920dd13
ap_type is a short, not a char. Fix it and bump revision.
2006-03-23 17:09:40 +00:00
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +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
kristerw
84cc0af670
Include devel/gettext-lib/buildlink3.mk so that the package does
...
not add /usr/pkg/lib/charset.alias unnecessarily.
Bump PKGREVISION.
2005-10-28 22:01:47 +00:00
rillig
f795c2e475
Removed trailing white-space.
2005-05-23 08:26:03 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
agc
b12d62efb5
Add RMD160 digests.
2005-02-24 12:13:41 +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
snj
176497b1c4
Convert to buildlink3.
2004-04-25 08:11:38 +00:00
kristerw
39af14ea8d
Make this pkg build on NetBSD-1.5* NetBSD-1.6[-_.]* by correcting
...
a typo in the previous commit.
2003-12-29 18:00:15 +00:00
wiz
3f00579fb0
-current got redrawwin() -- replace USE_NCURSES
...
with INCOMPAT_CURSES lines.
2003-12-28 00:33:23 +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
zuntum
b6474dd67e
Update wap-utils to 1.3.2
...
* It adds support for the ME102, a Netgear AP
Fixes PR#22076 by Quentin Garnier <cube@cubidou.net>
2003-07-12 09:02:22 +00:00
jmmv
f1446ddf2b
Drop trailing whitespace. Ok'ed by wiz.
2003-05-06 17:40:18 +00:00
cjep
ed37267b77
Lint: USE_PKGLOCALEDIR=yes
2003-04-27 23:40:49 +00:00
wiz
5fbcb2c811
Note missing function as argument to USE_NCURSES (redrawwin, see PR 20038).
2003-02-23 10:37:53 +00:00
jmc
18d8fc57a3
Requires ncurses. Buildinkify accordingly.
2003-02-23 05:27:25 +00:00
jschauma
5497ade13c
Rename ap-utils to wap-utils to avoid confusion with the various
...
ap-* packages, which are apache-related.
2003-02-18 19:54:11 +00:00