Age | Commit message (Collapse) | Author | Files | Lines |
|
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links)
use the new format correctly.
|
|
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
|
|
|
|
|
|
PR pkg/24947; bump PKGREVISION.
|
|
Bump PACKAGEREVISION.
Noted by Michal Pasternak on tech-pkg.
|
|
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
this. Fixes build on -current.
|
|
|
|
configure script was checking for YACC wrong (like .../bin/usr/pkg/bin/bison).
|
|
From PR pkg/23650 by Luc Beurton luc at black-kettle dot univ-ubs dot fr.
While here claim stewardship, use subst.mk framework, and fix a typo
in a patch file.
Bump PKGREVISION.
|
|
the curses.h -> ncurses.h symlink.
|
|
the ncurses.h -> curses.h link.
|
|
That should close PR 24818.
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
inclusion of python/application.mk to the end of Makefile's and fixing
paths to files. Bump PKGREVISION of this package to 1.
|
|
|
|
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
|
|
|
|
NSD 2.0.1 release notes:
BUG FIXES:
- Queries for QTYPE DS (DNSSEC) were not handled correctly in
certain cases.
- Partial support for unknown RRs. Known RR types with
unknown RR data format is not yet supported.
- Bug #75: Fixed bad error message when nsdc update is run for
the first time.
- Bug #78: Multiple zones, each with include directives, are
now compiled correctly.
|
|
Approved by agc.
|
|
testing for sys_nerr, so that this compiles on NetBSD. Add a patch
for the re-generated configure script. Fixes a problem noticed in
recent bulk builds.
|
|
|
|
in post-patch. Fixes a strange build error on sparc64.
|
|
This version fixes lots of bugs, adds more bandwidth savings, and
improves support for peers behind dynamic IPs.
|
|
|
|
for SunOS only. Okayed by maintainer, tron@.
(Also this checks for SunOS and /usr/include/netinet/ip6.h for IPv6
support, maybe the OPSYS check can be removed; but this is not
changed in this patch.)
|
|
The rc.d scripts are based on official NetBSD scripts.
This also adds:
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
This was discussed and okayed with maintainer, fredb, in February,
Currently, the ntpd.sh rc.d script has a note about the
ntpd_chrootdir is only for NetBSD at this time. (Because I haven't
tested under other operating systems.)
|
|
(Also should depend on gindent, but not fixed here.)
|
|
Oops, there's no nbcompat.h here. Put real #includes.
|
|
|
|
Temporary hack for Interix: for some reason, the detection of getpgrp()
having no arguments is failing there.
|
|
Add a utimes() stub for Interix.
(this change also needs to go in othersrc/usr.bin/tnftp)
|
|
bootstrap.
ok'd by lukem.
|
|
Changes for 1.5, released 10-Mar-2004:
- TypeCode honoring for response parameters
- String adherence to wsdl for request/response params via ServiceProxy
- wsdl2py bug fixes
- Numerous bug fixes
|
|
and by pkgsrc folks.
|
|
built-in or not into a separate builtin.mk file. The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.
The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.
The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
|
|
|
|
build with tk-8.3.
|
|
|
|
|
|
|
|
|
|
Changes:
KNewsTicker: Removed BSDtoday from list, fixed addresses of SecurityFocus
and Freshports
Kopete: disable send button when account goes offline while a chat is open
Kopete: allow renaming of groups inline, like we already do for contact
Kopete: fixed redraw bug in contactlist when scrollbar disappears
Kopete: rearrange icq account dialog to make it fit onto 800x600
Kopete: don't add contacts twice to contaclist
Kopete: fixed "Add Contact Wizard" forgetting contactname and KAB contact
when going backwards
Kopete: choose preferred contact by online status for starting a chat
Kopete: don't parse links inside HTML tags
Kopete: stop jabber icon animation when connecting failed
Kopete: properly exit Kopete when chatwindows are open on exit
Kopete: fix several possiblities where icq/aim accounts are show offline
although they are online
Kopete: don't get disconnected on sending long AIM messages
Kopete: fixed crashes when deleting contacts already deleted from the
contactlist
Kopete: fix crash on exit caused by webpresence plugin
Kopete: don't show kopete balloon on incoming messages while being away
Kopete: add support for timestamps including date and timestamps with no
date if it's a message from today
WiFi: improved ./configure behaviour which kept some distributions from
including kdenetwork/wifi in their binary packages
KWiFiManager: system tray remains open when main app is closed or minimized
|
|
|
|
|
|
Fix installation directory of elisp file.
Sort PLIST and remove info files entries.
Bump PKGREVISION.
|
|
|
|
- Patch for btreannounce so that it doesn't throws an expection if not enough
arguments were provided. (sent to the auhor)
Bump PKGREVISION to 1.
|