summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-04-11The location of the gconf headers as output by gconf-config must bejlam1-1/+6
properly translated for buildlink.
2002-04-11Move comment in such a way that make doesn't stumble over it.wiz1-3/+3
2002-04-11Explain why the package is restricted to i386 -current.magick1-1/+3
Pointed out by tron@zhadum.de.
2002-04-11Add and enable grub.magick1-1/+2
2002-04-11Import new package grub. Submitted by jgoerzen@complete.org inmagick5-0/+77
pkg/15065. I updated it to 0.91 and removed patch-aa which the submitter already sent to the grub people. GRUB is the GRand Unified Bootloader. Briefly, bootloader is the first software program that runs when a computer starts. It is responsible for loading and transferring control to the operating system kernel software (such as NetBSD orLinux). GRUB understands ffs, FAT{16,32}, ext2fs, ReiserFS, minixfs, and VSTafs. It can directly boot NetBSD, FreeBSD, OpenBSD and Linux without any other bootloader, loading a.out and ELF kernels from the disk and passing along necessary arguments (in most cases). It can also boot any operating system (the above, plus eg Windows, OS/2) by chaining to that operating system's specific loader. Grub features a runtime command line and loads its configuration at boot rather than requiring rerunning of a separate utility. Other features are TFTP booting, serial console support, large disk support, support for both DOS MBR label and BSD disklabel simultaneously, booting from hard drive or floppy. GRUB is available for the i386 architecture only.
2002-04-11Consolidate two patches for the same file.fredb3-18/+13
2002-04-11Regen.fredb1-3/+3
2002-04-11Ahh, the pitfalls of including bsd.*.mk. Keep up with NetBSD-1.5ZC, andfredb2-1/+14
don't install libpthread.a there, either. Closes PR pkg/16038.
2002-04-11Prefix register names with '%' so this can build on current/m68kfredb4-47/+46
(plus minor clean-ups: a paste-o and whitespace).
2002-04-11Imagine my surprise when this failed to build on my -current shark.abs9-95/+113
Rather than require that _every_ new port update config.guess, fall back to using `uname -p`-unknown-netbsd on >= 1.4, so we only need to patch for each new machine_arch.
2002-04-11Prefix register names with '%' in included mit-pthreads to let this buildfredb4-1/+160
on current/m68k (plus minor clean-ups: a paste-o and whitespace).
2002-04-11Correct Size(xdm-krb4-3.3.6.3.tar.gz)wennmach1-2/+2
2002-04-11Improve gmp wildcard to be happy with 4.0.1.wiz1-2/+2
2002-04-11Machine is *-powerpc, not *-ppc. From Martijn van Buul in pkg/16299.wiz1-2/+2
2002-04-11Update cpuflags to 0.22abs2-4/+4
Handle the post 1.5 'arm32' -> 'arm' cleanup
2002-04-11Record conflict with "net-snmp-current" package.tron1-1/+3
2002-04-11mark as broken on alpha. crashes during builddmcmahill2-2/+6
2002-04-11mark as broken on alphadmcmahill1-1/+4
2002-04-11Strongly buildlinkify and use LIBTOOL_OVERRIDE to ensure that the pkgsrcjlam3-8/+101
libtool is invoked.
2002-04-11Use the correct database directory when updating with scrollkeeper so thatjlam1-0/+13
we don't dump core during the installation.
2002-04-10Wow, this has been broken for the longest time. We get rid of the trailingjlam1-3/+3
slash to .../gtk-1.2/ since it's usually not there and we won't match it. This error was detected only because gconf-config has .../gtk-1.2 at the very end of it's output. Anywhere in the middle, and it would have been fine.
2002-04-10Update snort to 1.8.6. Patch provided in private mail by Mipamrh2-5/+5
<mipam@ibb.net>. From the release notes: 1.8.4 and 1.8.5 both had bugs that were found right as we were ready to do a full release and represented good midway points but 1.8.6 should be the stable target. Changes include: * The ICMP decoders have been rewritten. * (This is a summary of recent changes -- not all mine) * Fixed stream4 offset initialization * Double Open of snort log file * Lots of new rules * Fatal error on problems other than -> and <> * Fixed stream4 several low memory conditions * Error checking in stream4/frag2 argument parsing * snort-db schema updates to 1.05 * --with-pcap-includes should now look at specified pcap * packet statistics now should be more accurate with regards to lost frags * double PID file write * S4 alignment problems on SPARC fixed ( rpc_decode still has SPARC alignment errors ) * new snmptrap code * documentation updates * Stability fixes in frag2 * SEQ / ACK checking should be correct * Reassembled packets with stream4 will now also be inspected when using -z est * ip fragments are now calculated correctly * rule headers correctly matched ( multiple CIDR performance greatly increased )
2002-04-10Use ${TRUE} instead of true.jlam1-19/+19
2002-04-10Don't emit errors if some shared directories can't be removed.jlam1-5/+5
2002-04-10Update to 1.9, and remove unneeded dependency on sysutils/psmisc.schmonz3-13/+11
OK'd by martti and garbled. Changelog: 04 Mar 2002; changed license from "GPL, v2 or later" to "GPL v2". 04 Mar 2002; added "keychain.cygwin" for Cygwin systems. It may be time to follow this pattern and start building separate, optimized scripts for each platform so they don't get too sluggish. Maybe I could use a C preprocessor for this. 06 Dec 2001; several people: Solaris doesn't like '-e' comparisons; switched to '-f'
2002-04-10Mark this package as only for NetBSD >= 1.5Y (which was on 2001/10/15,agc1-1/+4
EL_CLIENTDATA was added to /usr/include/histedit.h on 2001/10/09).
2002-04-10Strongly buildlinkify and use LIBTOOL_OVERRIDE to ensure that the pkgsrcjlam3-7/+211
libtool is invoked.
2002-04-10Strongly buildlinkify.jlam3-2/+89
2002-04-10Correct inverted logic.jlam2-4/+4
2002-04-10Strongly buildlinkify.jlam4-6/+130
2002-04-10The freetype2 libraries are needed by some of the bonobo libraries.jlam1-1/+2
2002-04-10Strongly buildlinkify and use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDEjlam3-8/+262
so pkgsrc's libtool is invoked (this looks like an increasingly common problem with up-to-date GNOME packages). Also change references to *-config into ${*_CONFIG} so that the wrappers are used instead of the original scripts (why is this such a common problem?!).
2002-04-10include/gnome-1.0 belongs to x11/gnome-libs.jlam1-2/+1
2002-04-10Correct an invalid continuation.uebayasi1-5/+5
2002-04-10Updated p5-Text-CSV-Hash to 0.13abs2-5/+5
If we can read .csv files with \n embedded in the middle of entries, we should be able to generate them too, for others to marvel at the braindamage of such a format.
2002-04-10Find libintl in ${BUILDLINK_DIR}. It turns out that the base system'sjlam1-1/+3
libintl.so won't pass the test for a GNU gettext, so building bison will build the supplied gettext anyway, but there won't be a dependency on gettext-lib in any case, so the bookkeeping is correct. If there isn't a libintl.so in the base system, then bison will use the libintl.so installed by gettext-lib, so again the bookkeeping will be correct. So the short of it is that this is strongly buildlinked again.
2002-04-10regenhubertf1-1/+2
2002-04-10Update gmp to 4.0.1. Changes:hubertf7-104/+12
* Bug fixes. * Speed improvements. * Upwardly binary compatible with 3.x versions. * New CPU support: IA-64, Pentium 4. * Improved CPU support: 21264, Cray vector systems. * Support for all MIPS ABIs: o32, n32, 64. * New systems supported: Darwin, SCO, Windows DLLs. * New divide-and-conquer square root algorithm. * New algorithms chapter in the manual. * New malloc reentrant temporary memory method. * New C++ class interface by Gerardo Ballabio (beta). * Revamped configure, featuring ABI selection. * Speed improvements for mpz_powm and mpz_powm_ui (mainly affecting small operands). * mpz_perfect_power_p now properly recognizes 0, 1, and negative perfect powers. * mpz_hamdist now supports negative operands. * mpz_jacobi now accepts non-positive denominators. * mpz_powm now supports negative exponents. * mpn_mul_1 operand overlap requirements relaxed. * Float input and output uses locale specific decimal point where available. * New gmp_printf, gmp_scanf and related functions. * New division functions: mpz_cdiv_q_2exp, mpz_cdiv_r_2exp, mpz_divexact_ui. * New divisibility tests: mpz_divisible_p, mpz_divisible_ui_p, mpz_divisible_2exp_p, mpz_congruent_p, mpz_congruent_ui_p, mpz_congruent_2exp_p. * New Fibonacci function: mpz_fib2_ui. * New Lucas number functions: mpz_lucnum_ui, mpz_lucnum2_ui. * Other new integer functions: mpz_cmp_d, mpz_cmpabs_d, mpz_get_d_2exp, mpz_init2, mpz_kronecker, mpz_lcm_ui, mpz_realloc2. * New rational I/O: mpq_get_str, mpq_inp_str, mpq_out_str, mpq_set_str. * Other new rational functions: mpq_abs, mpq_cmp_si, mpq_div_2exp, mpq_mul_2exp, mpq_set_f. * New float tests: mpf_integer_p, mpf_fits_sint_p, mpf_fits_slong_p, mpf_fits_sshort_p, mpf_fits_uint_p, mpf_fits_ulong_p, mpf_fits_ushort_p. * Other new float functions: mpf_cmp_d, mpf_get_default_prec, mpf_get_si, mpf_get_ui, mpf_get_d_2exp. * New random functions: gmp_randinit_default, gmp_randinit_lc_2exp_size. * New demo expression string parser (see demos/expr). * New preliminary perl interface (see demos/perl). * Tuned algorithm thresholds for many more CPUs.
2002-04-10turn off optimization on alpha to workaround a c++ compiler bug.dmcmahill1-4/+7
2002-04-10obey CXXFLAGS and don't unconditionally prepend -O2.dmcmahill2-7/+35
2002-04-10switch to using freetype2; should close pkg/16051joda1-3/+5
2002-04-10Somewhat tune the generation of "PLIST file" by print-PLIST target:seb1-6/+10
- remove unwanted entries earlier by using ${GREP} -v - substitute more specific bits before lesser ones: ${MACHINE_GNU_PLATFORM} before ${MACHINE_ARCH} and ${MACHINE_GNU_ARCH} - substitute *after* the sort so substitution does not move the pathnames around - add substitution of ${PKGVERSION} - substitute ${PKGLOCALEDIR}/locale (this can help actually catching PLIST, configuration, build, ... problems with respect to the correct locale directory varying from platform to platform)
2002-04-10Make sure the gdbm library is found (no idea how this worked before)hubertf1-0/+13
2002-04-10Update rconfig to 0.08abs3-6/+8
Split probe into separate (user configurable) script and add ssh version, ssh 'etc' directory, and redhat version (where appropriate) to the default set of parameters probed.
2002-04-10Updated abiword-personal to 0.99.3nb1 (pkg/16220)martti3-2/+17
* make spelling and dictionary work
2002-04-10duplicate of graphics/moz-flashitojun8-71/+1
2002-04-10Update uvscan-dat to 4195zuntum2-5/+5
o move virus definitions
2002-04-10This package's lib/help/*.info are not Info files: remove theseb2-13/+2
texinfo/install-info/... support bits.
2002-04-10add mozilla-flashpluginitojun1-1/+2
2002-04-10flash plugin for mozillaitojun7-0/+69