Age | Commit message (Collapse) | Author | Files | Lines |
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
|
|
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
|
|
|
|
current. have some comment about that. we should fix bsd.pkg.mk instaed.
|
|
Additionally remove redundant CPPFLAGS setting, and respect setting of
CPPFLAGS in builder's environment.
|
|
2.8.3rel.1 -> 2.8.3.1
2.8.4dev.10 -> 2.8.4.0b10
|
|
|
|
|
|
|
|
RESTRICTED= variables that were predicated on former U.S. export
regulations. Add CRYPTO=, as necessary, so it's still possible to
exclude all crypto packages from a build by setting MKCRYPTO=no
(but "lintpkgsrc -R" will no longer catch them).
Specifically,
- - All packages which set USE_SSL just lose their RESTRICTED
variable, since MKCRYPTO responds to USE_SSL directly.
- - realplayer7 and ns-flash keep their RESTRICTED, which is based
on license terms, but also gain the CRYPTO variable.
- - srp-client is now marked broken, since the distfile is evidently
no longer available. On this, we're no worse off than before.
[We haven't been mirroring the distfile, or testing the build!]
- - isakmpd gets CRYPTO for RESTRICTED, but remains broken.
- - crack loses all restrictions, as it does not evidently empower
a user to utilize strong encryption (working definition: ability
to encode a message that requires a secret key plus big number
arithmetic to decode).
|
|
|
|
|
|
|
|
lynx-current as of 2000-08-01 (see "www/lynx-current" cvs log
for changes), with the addition of several language catalogs
(patches contributed by Jim Spath, PR pkg/10771), and with IPv6
support based on a patch submitted by Wesley Morgan to the
lynx-dev mailing list, text at
<http://www.flora.org/lynx-dev/html/month072000/msg00160.html>.
(Use of Wesley's patch for IPv6 was suggested by Jim Spath.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lynx with -DNOPORT if PASSIVE_FETCH is set in /etc/mk.conf. Provided by
Dan McMahill.
|
|
|
|
|
|
- better color support (slang used to be the only way to get color in Lynx)
- uses system-supplied termcap.db--works properly with terminal types
"screen" and "xterm"
- more optimized on most displays
|
|
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
|
|
|
|
|
|
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS. This should make the package collection more useful on
NetBSD ELF ports.
|
|
|
|
Remove redundant (and sometimes erroneous) comments.
|
|
|
|
shared object dependencies (LIB_DEPENDS).
|
|
|
|
|
|
Update version.
Add library dependency on ncurses.
|
|
collection, into the NetBSD packages collection.
|