summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-02-07The inclusion of bsd.pkg.mk before the setting of the EXTRA_FILESagc1-2/+4
definition in the package Makefile caused problems when fetching files, since bsd.pkg.mk uses a .for loop to iterate over DISTFILES, thus evaluating ${DISTFILES} at the time the .for line is read - this caused the EXTRA_FILES definitions not to be fetched. I think the reason for the inclusion of bsd.pkg.mk in a non-standard place was to get the values of MACHINE_ARCH and OBJECT_FMT. This all dates from 1998, and my memory's not what it used to be. Fix this by getting these values from bsd.prefs.mk, and including bsd.pkg.mk in the usual place.
2002-02-07update samba package to 2.2.3.1 (samba 2.2.3a).taca2-6/+6
Change from 2.2.3 ----------------- This is a minor bugfix release for the 2.2.3 release. The 2.2.3 release had a problem that was visible to Windows 2000 Explorer users in that copying files into a share that already existed failed with "Access Denied" rather than asking the user if an overwrite was required. This was due to an incorrect error mapping between the UNIX EEXIST error code and the NT status error. As Windows Explorer is a highly visible end user application a quick bugfix release was required, hence 2.2.3a. Compilation on HPUX versions earlier than HPUX 11 has also been corrected. The cvs.log file is no longer included with this release, as it adds 13Mb to the size of the release, and is easily available on the Web.
2002-02-07Backed out pkg/15487 as tiff, jpeg, and png are alreadymartti1-4/+1
dependencies (pointed by Thomas Klausner)
2002-02-07use description from pkg READMEjdolecek1-5/+9
2002-02-07add p5-Term-ReadLinejdolecek1-1/+2
2002-02-07update patch-aa checksumjdolecek1-2/+2
2002-02-07add NetBSD RCS Idjdolecek1-0/+2
2002-02-07Add package for Term::ReadLine::GNU. Base by Bernd Ernesti, additionaljdolecek5-0/+42
testing on NetBSD by me. Also thanks to Shell, Hin-lik Hung. Fixes pkg/15445.
2002-02-07Updated libusb to 0.1.5 (provided by Amitai Schlair in pkg/15516).martti4-12/+12
This version of libusb is required by the soon-to-be-released gphoto2. - Add support for MacOS X (Darwin) - Fix endianess correctly where applicable on all OS' - Return bytes written/read for control message (BSD) - Tweak documentation build - Fix bug when usb_find_devices was called multiple times (Linux) - Fetch descriptors for all devices when we can and parse them
2002-02-06Use "blackdown-jdk13" as JVM type instead of incorrect "blackdown-jdk" ontron1-9/+9
NetBSD-powerpc.
2002-02-06Update xmame to version 0.58.1.kristerw2-5/+5
Changes since xmame-0.57.1 include - Everything from MAME 0.58. - Pausing while in fullscreen DGA mode no longer causes the sound to be lost. (Steve Slaven) - The short version of "-loadconfig" is now "-lcf", since "-lc" was conflicting with -listcpu. - Corrected a minor error with the help info for "-stdout-file" and "-stderr-file". - Updated/cleaned up some bits of the DGA2 code. (Fernand Albarracin, Shyouzou Sugitani)
2002-02-06add and enable ripe-whoiswiz1-1/+2
2002-02-06Don't invoke JVM with "-jar -jar" on NetBSD-powerpc. Problem noted bytron1-2/+2
Andrew Cagney in private e-mail.
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam16-53/+53
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2002-02-06pkglint.tv1-2/+2
2002-02-06Update to release candidate snapshot 20020204. Some minor bugfixes andtv4-22/+18
an updated libfiretalk.
2002-02-06Make sure this package installs properly. Pointed out in mail byagc1-2/+2
Toru TAKAMIZU <ttaka@ma1.seikyou.ne.jp>
2002-02-06bsd.pkg.install.mk is supposed to come before bsd.pkg.mk per Packages.txtjmc1-2/+2
2002-02-06Fix dependency typo for gnome-libsjmc1-2/+2
2002-02-05/bin/mkdir -> ${MKDIR}.skrll35-219/+219
Make the print-PLIST target output ${MKDIR} also.
2002-02-05update to 4.1.3 - sync with dx-4.1.3drochner4-62/+558
2002-02-05uodate to 4.1.3drochner17-157/+191
changes: Fixes to several problems that quickly arose with 4.1.2 --------------------------------------------------- - Dependencies of source files on built sources caused build to stop. It would continue correctly after restarting, but by making the objects dependent instead we made it work in one pass. - References in _regstream.c. Missing references/deletes in _regstream.c and steamline.c caused objects to be really deleted before their time. Problem appeared in ThunderStreamlines example. Did this ever work? - Not enough memory allocated for buffer in parse.c. - Needed to pass in class_srcdir value to invokation of class script in libdx/local.mk - Include net2c in distribution - Correctly free search_for in Browser.C. Proper behavior dependent on compile-time definitions. - Not enoucgh memory allocated for type-in string in GARApplication.C. Caused segfaults in prompter.
2002-02-05update to 2.6.2drochner2-5/+5
changes: Small patch for Solaris from Craig Ian Dewick <craig@lios.apana.org.au>. XPaint.ad.in: Increased XPaint.height by three pixels on request from Greg Roelofs. Various minor changes (not user-visible).
2002-02-05Don't hardcode /usr/X11R6 when making directories or running X basedskrll14-152/+155
programs such as mkfontdir use ${X11BASE} instead. Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-02-05update to 0.7drochner3-11/+182
changes: * Expat 1.95.2 has been integrated. * James Tauber has contributed an implementation of TREX, in the xml.schema.trex module. * xmlproc has been updated to produce Unicode strings in Python 2.x using the Python codecs to convert the input. * 4XPath and 4XSLT from the 4Suite package have been integrated as xml.xpath and xml.xslt. Both packages are a few releases behind 4Suite. In case of conflicts with a 4Suite installation, passing --without-{xpath,xslt} to setup.py is recommended. * XBEL has been updated to revision 1.1. * The C14N code in xml.dom.ext.c14n was completely rewritten. * Swedish and French messages have been added to xmlproc. * New SAX2 drivers have been added for htmllib, sgmllib, sgmlop, and sgmlop_html.
2002-02-05Don't set FILES_SUBST_SED explicitly - instead, use the one inagc2-8/+8
bsd.pkg.install.mk. Provided in PR 15500 by Lubomir Sedlacik <salo@Xtrmntr.org>
2002-02-05ap-mod_python->ap-pythondrochner8-9/+9
2002-02-05add ap-mod_pythondrochner1-1/+2
2002-02-05initial import of ap-mod_python-2.7.6, a Python interpretter embedded intodrochner7-0/+219
Apache submitted by Jarkko Torppa per PR pkg/14522
2002-02-05add ipcheckdrochner1-1/+2
2002-02-05initial import of ipcheck-0.151, a python client for the dyndns servicedrochner4-0/+33
such a pkg was submitted in PR pkg/12438, but the URL it refers to is invalid
2002-02-05add py-HTMLgendrochner1-1/+2
2002-02-05initial import of py-HTMLgen-2.2.2, a class library for the generation ofdrochner6-0/+96
HTML documents such a pkg was submitted in PR pkg/13042, but the URL it refers to is invalid
2002-02-05Mark this as being obsoleted by samba>=2.2.3, which brought back thejlam1-1/+3
"share modes" parameter. Leave in pkgsrc for now in case was other functionality missing from the 2.0.x -> 2.2.x switch.
2002-02-05Move PAM dependency into Makefile.authdaemond as the PAM-related code isjlam2-7/+7
localized into the authlib sources. This makes only the courier-auth* modules depend on PAM.
2002-02-05Initial import of the latest RIPE whois client, version 3.0, into the NetBSDseb4-0/+56
Packages Collection. This is a complete rewrite of the RIPE whois client: - The networkupdate utility is gone (it was restricted to internal RIPE NCC nodes anyway). - The cryptpw utility is also gone (it was not of real use for non-RIPE NCC users anyway). - The default command name is now whois3. - The whois3 client does not check for supported flags at the client side, except for -h (whois host) and -p (whois port). The syntax checks for flags are made at the server side. This package is believed to be the successor of net/ripe-whois-tools which could problably be removed.
2002-02-05Updated vim to 6.0.185martti2-5/+63
* crash with illegal multi-byte chars in a .vim file * menu for xxd didn't reset 'filetype' and did not find xxd.exe * compilation problem for systems without a console * with "-b" argument 'binary' wasn't set in a second file * completing user commands didn't work for mappings and dirs * reloading a file at the file-changed prompt resets 'readonly' * completing arguments of menu commands didn't work well * GCC 3.0.2 has an optimizer problem that makes Vim crash * Win32: make bitmaps work with signs * error in a client-server expression was reported in server * GUI file selection dialog mixes up file and directory names * after 6.0.135 pasting with a menu doesn't work in Insert mode * using --remote may give unwnanted error message * add a way to avoid GUI dialogs to popup * when 'fileencodings' is "latin2" help files displayed wrong * ":s/\n/#/" doesn't replace at empty lines * when "evim" can't start the GUI there is no menu to exit * printing multi-byte chars and tabs doesn't work properly * shift-left in Insert mode didn't move cursor at end of line * make CTRL-X CTRL-Q work like CTRL-X CTRL-V in Insert mode * using "P" to put a line break leaves cursor after end of line * after "gd" and "gD" "n" may still search backwards * ":help /\z(\)" doesn't work * add the v:dying variable to be aware of being killed * could not create fold with markers when 'commentstring' empty * the xp_backslash field wasn't always initialized * (extra) Win32: displaying UTF-8 may read past end of text * expanding a path with a trailing backslash could fail * leaking memory and reading uninitialzed memory for ":cd" * regexp on multibyte chars could go before start of line * leaking memory when redefining a function * leaking memory for expanding option values * crash on 64 bit machine when pasting a selection
2002-02-05Updated gtk-doc to 0.9 (privided by Amitai Schlair in pkg/15484)martti2-5/+5
* examples/Makefile.am: added SCANOBJ_OPTIONS in case the module needs to pass options to gtkdoc-scanobj or gtkdoc-scangobj. * tools/gtk-doc.el: added Zucchi's emacs lisp for automatically adding skeleton comment blocks above functions. Very handy! * gtkdoc-scangobj.in: we now default to calling g_type_init() to initialize the type system, rather than gtk_init(). This means you don't need an X connection to build the docs any more. Hurrah! Also added a '--type-init-func' argument so you can change the function to be called. GTK+ uses --type-init-func="gtk_type_init(0)". * gtkdoc-scan.in (ScanHeader): removed 'Found object' debug message.
2002-02-05- Added support for tiff, jpeg and png by making this depend on those pkgsmartti1-1/+5
- Set PKGREVISION=1 Fixes pkg/15487 by Chris Richards
2002-02-05Use proper path for DEPENDS getting to ruby-nqxmljmc1-3/+2
2002-02-05Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".jlam26-78/+78
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-05Change ONLY_FOR_PLATFORM to something which is closer to reality. COMPAT_LINUXjmc1-3/+15
didn't exist before 1.5-current (specifically checking dates around 1.5T or 1.5U). Set all the version checks for 1.5U or greater for all the ppc platforms.
2002-02-05Add apache buildlink so it installs perl when building. That way apxs can runjmc1-1/+2
2002-02-05Remove the perl buildlink. I disagree that installing a perl script shouldn'tjmc1-2/+1
commit the package to depending on perl as well but that seems to be the current way it's done for apache.
2002-02-05Modify the package so that the message is only displayed if SAMBA_USE_LDAPjlam4-33/+30
is not defined, as that is the only time when the smbpasswd file is consulted. Also don't create a the smbpasswd file from /etc/passwd, as that generates a lot of bad users, e.g. root, daemon, operator, etc. Instead, just create an empty smbpasswd file and rely on the admin to add approved users to the smbpasswd file using "smbpasswd -a".
2002-02-05Make sure configure knows where MM is located. Also include the apachejmc1-3/+3
headers in the CPPFLAGS
2002-02-05Apache installs apxs which is a perl script so the package needs to depend onjmc1-1/+2
perl as well.
2002-02-05Build checksum from a clean copy of the distfile.jlam1-3/+3
2002-02-05Bump the package version number to 1.2.27nb2 since the config file locationjlam1-2/+2
changed.
2002-02-05Bump package version to 3.0.2.1nb1 since the config file location changed.jlam1-1/+2