summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-10Fix multi-line strings in generated sources. Makes this package build with gcc3.wiz2-5/+13
2004-07-10Replace test -e with -f.salo2-7/+7
Addresses part of PR pkg/26235 by Georg Schwarz.
2004-07-10Add missing header file so this compiles with gcc3.wiz2-1/+14
2004-07-10Replace test -e with -d.salo2-4/+4
Addresses part of PR pkg/26235 by Georg Schwarz.
2004-07-10Make build with gcc3.wiz4-22/+45
2004-07-10Make build with new freetype2 header structure.wiz2-1/+16
2004-07-10Replace test -e with -h and -c respectively.salo1-4/+3
Addresses part of PR pkg/26235 by Georg Schwarz.
2004-07-10PKGREVISION++salo5-26/+34
- use CONSERVER_DEFAULTPORT and CONSERVER_DEFAULTHOST from bsd.pkg.defaults.mk, instead of using obscure local variables - obey VARBASE - whitespace and delint - example configuration files were never installed to PKG_SYSCONFDIR, make it happen now (hi jlam!) - replace test -e with -f in rc script, addresses part of PR pkg/26235
2004-07-10Add default values for CONSERVER_DEFAULTPORT and CONSERVER_DEFAULTHOST,salo1-1/+11
used by comms/conserver.
2004-07-10Add reverse sorting of entries.kim3-14/+43
2004-07-10Add some missing header files so this compiles with gcc3.wiz8-17/+81
Fix PLIST while here.
2004-07-10libgtkpeer moved to classpath-gui package -- remove it from PLIST.wiz1-6/+1
2004-07-10Unconditionally install icon and gnome desktop file.wiz2-1/+22
Should fix bulk build.
2004-07-10Add NetBSD to platforms setting -fno-operator-names (should this checkwiz1-3/+3
if the compiler is gcc instead?). Set USE_LANGUAGES instead of USE_GCC_SHLIB. Compiles on 2.0 now.
2004-07-10Move -DUSE_STDARG_H so that this works on 2.0 too.wiz2-16/+16
2004-07-10Remove "./" in front of files to patch.wiz3-9/+9
2004-07-10Convert from varargs to stdarg.h. Fix two other warnings while here.wiz2-1/+62
Now builds with gcc3.
2004-07-10Use yacc instead of bison, since that is available on more platformswiz2-1/+15
by default.
2004-07-10Make two patches apply cleanly again (whatever happened here...).wiz5-23/+26
Use RCD_SCRIPTS for gated rc.d script. Set USE_BUILDLINK3. Add missing dirrm to PLIST.
2004-07-10Be explicit about the fact that USE_PKGINSTALL has to be set to YESwiz1-2/+2
for this Makefile fragment to get included. XXX: This should be documented in Packages.txt, not here.
2004-07-10Replace test -e with -d and -f respectively.salo2-13/+13
Fixes part of PR pkg/26235 by Georg Schwarz.
2004-07-10Teach configure script about NetBSD 2* to make package build on NetBSD-2.0.wiz3-4/+18
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE.
2004-07-10Fix multi-line strings, to make this build when using gcc3.kristerw2-1/+216
2004-07-10On Darwin, leave out the ucd-snmp/diskio and mibII mib modules.thorpej1-1/+4
2004-07-10In snmp_vars.h, use in_addr_t rather than uint32_t for ipaddr_return; thethorpej2-1/+15
former is provided by system or private header files, and the latter may not be.
2004-07-10Fix multi-line strings, to make this build when using gcc3.kristerw2-1/+541
2004-07-10Use GNU ld specific script only when GNU ld is used.salo3-9/+37
Fixes build on Solaris with native linker.
2004-07-10+ dillo-0.8.2, libidn-0.5.1, libungif-4.1.3.wiz1-2/+4
2004-07-10USE_LANGUAGES=c c++kristerw3-6/+16
Use CXX (instead of CC) as linker.
2004-07-10Fix multi-line strings, to make this build when using gcc3.kristerw3-5/+56
2004-07-10Note that it's only available on NetBSD/i386 2.0F or newer.cube1-1/+3
2004-07-10Fix typo.cube1-2/+2
2004-07-10Note addition of gkrellm-est.cube1-1/+2
2004-07-10Add gkrellm-est.cube1-1/+2
2004-07-10Initial import of gkrellm-est, version 20040710 into the NetBSD Packagescube4-0/+32
Collection. gkrellm-est is a GKrellM plugin that displays the current frequency of the processor, and allows the user to change it by clicking the label, either with left button (to increase it) or with the right one (to decrease it). It only works on NetBSD and with EST (Enhanced Speedstep Technology) processors, such as the Centrino. A driver for this was introduced in NetBSD-current on April, 30th, 2004.
2004-07-10Add a missing include file to make this package build on NetBSD 2.0.kristerw2-1/+14
2004-07-10Make this package build on non-NetBSD platforms by using variablesminskim4-30/+25
defined on ossaudio.buildlink3.mk.
2004-07-10Each of patch-* should patch only one file.minskim3-44/+29
2004-07-10Fix the Solaris check. SunPro doesn't define neither sun, nor __svr4__.salo2-1/+15
Fixes compilation on Solaris with SunPro compiler.
2004-07-10Make build on 2.0.wiz3-5/+19
2004-07-10Fix build on 2.0.wiz2-17/+16
2004-07-10fix typogrant1-2/+2
2004-07-10remove line mistakenly committedgrant1-3/+1
2004-07-10expose a hidden dependency on libX11, fixes build on Solaris.grant3-10/+12
2004-07-10Require flex, don't hardcode CC, LEX, CFLAGS, LDFLAGS.salo3-2/+23
Fixes build on Solaris.
2004-07-10the "pgmramp" program included in this package needs to be linkedgrant2-1/+18
against libm for fabs(). this is the same fix as is already in netpbm-latest.
2004-07-10note a sparc64 gcc optimisation workaround.grant1-1/+11
2004-07-10explicitly don't transform "-Wl,*", fixing a bug that meant we weregrant1-1/+5
throwing away all -W arguments that weren't -Wl,-R. fixes building of a number of packages on Solaris.
2004-07-10note update of docsis to 0.9.1.grant1-1/+2
2004-07-10Updated docsis to 0.9.1.grant2-5/+5
changes since 0.9.0: - add support for ModemCapabilities - add support for Subscriber Management Filter groups - make SNMP VarBind encoding more "compatible" with other encoders - cleanup argument handling, fix bug with error printing - fix bug where SnmpMibObject OID output would switch to numeric format after a decode_oid - re-organized and beautified source code