summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-18Initial import of A-A-P 0.104 into the NetBSD packages collectioncjep5-0/+216
as devel/aap. A-A-P is a replacement for make. It makes it easy to locate, download, build and install software. It also supports browsing source code, developing programs, managing different versions and distribution of software and documentation. A-A-P is currently under development and as such not everything works yet. Use with care. A-A-P is maintained by Bram Moolenaar.
2002-11-18Updated isakmpd to 20021118martti1-1/+2
2002-11-18Updated isakmpd to 20021118martti2-5/+5
* bug fixes
2002-11-18Fix glitch in last commit.tron1-2/+2
2002-11-18Use "${NONBINMODE}" instead of mode "0" so that "pkg_admin check" stilltron1-3/+3
works for a normal user. Also invoke "chmod" only once because fork() and exec() is expensive on certain platforms.
2002-11-18apache and apache6martti1-1/+3
2002-11-18Fix chmod (PR#19093 by Adrian Portelli). Bump PKGREVISION.martti2-6/+8
2002-11-18Fix BUILDLINK_DEPENDS.apachemartti1-2/+2
2002-11-18Fix PGLOCALEDIR usage. Closes pkg/18632salo5-26/+48
2002-11-18Fix PKGLOCALEDIR usage. Closes pkg/18656salo5-15/+47
2002-11-18Fix PKGLOCALEDIR usage. Closes pkg/18661salo5-6/+49
2002-11-18Alter Mesa/GL packages so that they may always be installed ifjlam7-46/+99
X11PREFIX != X11BASE (xpkgwedge is installed). Introduce a new variable MESA_REQD that defaults to "3.4.2" and represents the version of Mesa/GL needed by a package. MESA_REQD is intended to be used by package Makefiles or by buildlink2.mk files. It should now be possible to update this package to the latest release (5.0), and have it work on: * XF86-3.x with or without xpkgwedge * XF86-4.x with xpkgwedge
2002-11-18The USB API found in FreeBSD originated in NetBSD. Correct theschmonz2-1/+15
publicity statement in the configure script.
2002-11-18Note update of libusb.schmonz1-1/+2
2002-11-18Update to 0.1.7. Changes from 0.1.6a:schmonz4-11/+10
Fix up error codes for darwin port. Make sure short transfers are allowed on BSD port. Fix bug when finding new busses during usb_find_busses(). Added two new functions: usb_get_string() and usb_get_string_simple(). Documentation updates. Added LICENSE file. Various other cleanups.
2002-11-17LOWER_VENDOR is 'pc' on FreeBSD only if running on i386.grant1-1/+5
2002-11-17Grrr Solaris' sh.seb1-2/+2
Use 'if cmd1; then :; cmd2; fi' instead of 'if ! cmd1; then cmd2; fi'
2002-11-17net/bind[48]itojun1-1/+3
2002-11-17upgrade to 8.3.4. all security patches are applied in 8.3.3nb1.itojun2-13/+7
2002-11-17upgrade to 4.9.11. security patches are already applied in 4.9.10nb1,itojun2-13/+7
so it is just to sync with official release tarball.
2002-11-17pull out SERIAL_DEVICES for now.grant1-23/+1
2002-11-17Add initial pkgsrc FreeBSD support :-)grant3-1/+618
Tested on FreeBSD 4.7-RELEASE/i386.
2002-11-17note update of libtool to 1.4.20010614nb10 [FreeBSD shared lib names].grant1-1/+2
2002-11-17bump LIBTOOL_REQD for FreeBSD.grant1-1/+6
2002-11-17fix shared library names on FreeBSD to be like NetBSD and Solaris ingrant3-10/+34
preparation for FreeBSD pkgsrc support. bump PKGREVISION. ok'd by nick.
2002-11-17Fix TERMINFODIR handling on Solaris. Closes pkg/18622salo1-4/+10
2002-11-17Tweaks for OpenBSD (cf. recent bootstrap-pkgsrc commit)cjep2-4/+11
2002-11-17Note that this package uses C++.jlam1-1/+2
2002-11-17Convert packages to PKG_REGISTER_SHELLS framework.salo17-61/+47
2002-11-17Document PKG_REGISTER_SHELLS framework.salo1-1/+20
2002-11-17Introduce new framework which unifies registering packages providing loginsalo5-5/+37
shells to /etc/shells. This feature can be disabled by setting PKG_REGISTER_SHELLS to NO in /etc/mk.conf. An excerpt from Packages.txt, section 10.28: 10.28 Packages providing login shells ===================================== If the purpose of the package is to provide a login shell, the variable PKG_SHELL should contain the full pathname of the shell executable installed by this package. The package Makefile also must include "../../mk/bsd.pkg.install.mk" prior to the inclusion of bsd.pkg.mk to use the automatically generated INSTALL/DEINSTALL scripts. An example taken from shells/zsh: PKG_SHELL= ${PREFIX}/bin/zsh .include "../../mk/bsd.pkg.install.mk" The shell is registered into /etc/shells file automatically in the post-install target by the INSTALL script generated by bsd.pkg.install.mk and removed in the deinstall target by the DEINSTALL script.
2002-11-17glut requires MesaLib headers in order to build.jlam2-2/+5
2002-11-17Translate to English.fredb1-3/+3
2002-11-17Note update of devel/gtexinfo to version 4.3 [package fix, new features, bugseb1-1/+2
fix]
2002-11-17Update to version 4.3.seb10-32/+51
Package changes: fix PKGLOCALEDIR botch reported by various people. Many thanks to Lubomir Sedlacik <salo at Xtrmntr dot org> for the patches in PR 18616! Changes in version 4.3: 4.3 (14 November 2002) * Language: . new command @tie{} to do a real tie (unbreakable interword space). * makeinfo: . html output for @defun and friends now has font changes. . html output has some class attributes. * texinfo.tex: . new Italian translations, txi-it.tex. . pdf bookmarks for unnumbered sections work. . type name for @defun and friends no longer extends into margin. * info: . automatic-footnotes now off by default, for emacs compatibility. . crash when MALLOC_CHECK_=2 fixed. * install-info: . new option --infodir synonym for --info-dir, for compatibility with the Debian install-info. . support for bzip2-compressed files. * texindex: . omit initial if the entire index is under one characters. * Distribution: . development sources now available under CVS, see http://savannah.gnu.org/projects/texinfo/ . Turkish message translation. . gettext 0.11.5, autoconf 2.54, automake 1.7.1.
2002-11-16turn down the optimizaiton level on sparc as well as alpha to let thisdmcmahill1-5/+10
get past -O2 bugs.
2002-11-16Updated win32-codecs to 020909.wiz1-1/+2
2002-11-16Update to 0.90pre7 codecs (020909). More codecs :)wiz3-8/+21
Based on PR 19074 by FUKAUMI Naoki.
2002-11-16I forgot to commit this with the new patches yesterday!!!seb2-3/+17
Many thanks to Chris Gilbert for noticing it. Bump PKGREVISION - Add dependency on autoconf and have auto{header,conf} run at pre-configure stage: this is need to avoid conflict between the distribution patch file for IPv6 and patch files. - Pave the way for the removal of PERL5_GENERATE_PLIST from bsd.pkg.mk: use perl5/module.mk with PERL5_CONFIGURE=NO. - Ensure relocatable objects are created so that when the Perl modules are linked they are composed wholly from relocatable objects. We query perl for how to compile a source file into a relocatable object file. Thanks again jlam for this.
2002-11-16Defaults for w3m.uebayasi1-1/+47
2002-11-16- When listing the current version of the package, don't create a hyperlinkdmcmahill1-3/+4
back to the current page, just list it as regular text. - Put each dependency hyperlink on a separate line in the README.html file. These were both noted by Thomas Klausner in a private email.
2002-11-16Forgot mentioning pkglint-3.37 update yesterday.wiz1-1/+2
2002-11-16Update to 20021114. Changes:wiz2-9/+12
There are plenty of new words, UTF-8 support, and myspell (OO.o) support. [If anyone's interested in the last, make a package for it :)]
2002-11-16Note ispell-german-20021114 update.wiz1-1/+2
2002-11-15Note libwmf-0.2.7, wv-0.7.4, wine-20021031 updates.wiz1-1/+4
2002-11-15Update to 20021031, based on PR 19039 by Juan RP.wiz3-8/+8
Changes: - Complete listview overhaul. - Beginnings of real RPC support. - Most dlls now build properly in STRICT mode. - Inter-process window activation and focus handling. - Many improvements to AVI support. - Lots of bug fixes.
2002-11-15Update to 0.7.4. The original unedited release notes:wiz3-7/+8
This is two releases since 0.7.3 took a wrong turn somewhere and was last seen rummaging in the bins behind NewsForge.net for old documents. Any information leading to the recovery of the errant release will be rewarded with a free copy of wv-0.7.4. As usual I'm clueless about who has contributed what to wv since the previous release. Martin Junius did a bunch of stuff, again; Golan a.k.a. 'risk it' and Tian Huisohu found some memory leaks; Corby Wilson fixed some stuff (hey, even I fixed some stuff :-), and of course lots of stuff by Dom (internationalization etc.).
2002-11-15Update to 0.2.7. Changes:wiz4-12/+22
* update Fontmap[.GS] detection (guesswork, really) (fjf) * don't include trio.h when --disable-heavy is used (fjf) * remember to update both version numbers in configure.ac! * move player.h's defs into metadefs.h for recorder.c (fjf) * add some missing "extern"s (c. Jeremy Shane Sanders) * added recorder.h & libwmf/canvas.h; call it Canvas now (fjf)
2002-11-15Note new lgeneral and lgeneral-data packages.wiz1-1/+3
2002-11-15Add and enable lgeneral and lgeneral-data.wiz1-1/+3