summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-07-18Copy the install-sh and mkinstalldirs scripts, rather thanagc1-3/+3
symbolically linking them, since the GNU configure script uses test -f to test for their presence.
2002-07-18Use the new CONFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE mechanisms.agc4-8/+27
Patch i386 configuration to recognise netbsdelf - more architecture changes are necessary here.
2002-07-18Don't patch one file multiple times - merge the changes into oneagc8-94/+51
patch file. Use the new CONFIG_SUB_OVERRIDE and CONFIG_GUESS_OVERRIDE mechanisms. Recognise netbsdelf on i386 platforms - more mods will be necessary for different platforms.
2002-07-18Improve this.skrll1-1/+3
2002-07-18use @X11BASE@ in xfstt.1 instead of '/usr/X11R6' - yuck!grant3-6/+6
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh46-27/+283
Bump PKGREVISION
2002-07-18it's better to REQUIRE LOGIN rather than DAEMON, because a bunch of serviceslukem1-2/+2
which rely upon authdaemond really shouldn't start until after LOGIN.
2002-07-18Don't hard-code PGHOME; get it from the passwd file.cjs1-3/+3
2002-07-18remove item which has been done :) (flags to include/exclude ↵dmcmahill1-4/+1
NO_BIN_ON_{FTP,CDROM})
2002-07-18repair compilation on pre gcc-2.95.* systems broken by last commit.dmcmahill2-13/+16
Should still work on gcc-2.95.* systems.
2002-07-18Updated speedtouch to 1.1 [abs 2002-07-18]abs8-236/+64
New version works fully under NetBSD 1.6_BETA, and also works on some systems which failed to communicate with the USB modem correctlyt under earlier versions. Additional fix to pkg/17531
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17parse T_AAAA responses. patch sent to wietse.itojun2-1/+33
2002-07-17Patch scrollkeeper_localstatedir to make it point to the correct locationrh4-3/+20
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Work around different suse versions -> different subdirs by explicitlywiz2-6/+6
setting DIST_SUBDIR to '.', like opera* do.
2002-07-17Ups, fix botch in sort -> ${SORT}.wiz1-2/+2
2002-07-17Give this a chance of working on xpkgwedged systems.wiz3-8/+9
Not on 1.6 or -current, though, since it has C++ bugs that need fixing.
2002-07-17Add a message that this package needs fontenc.h.wiz1-1/+8
2002-07-17Fix depends line -- needs emacs21.wiz1-2/+2
2002-07-17Some dirs are shared with GConf2.wiz1-4/+4
2002-07-17Oops, add %D.wiz1-4/+4
2002-07-17Some dirs are shared with GConf-1.wiz1-4/+4
2002-07-17'unsigned' in the right place makes this build again.wiz2-1/+15
2002-07-17Add checksum for the case where suse73 directory is used (hm, should thiswiz1-1/+3
even go in the suse subdir??).
2002-07-17Needs automake during build.wiz1-1/+2
2002-07-17really bump PKGREVISIONrh1-2/+2
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-2/+5
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Make sure that we check whether we check whether the distfiles existagc1-2/+6
first in BATCH mode.
2002-07-17Give path for -lblas so modules such as R-KernSmooth can find it whenmarkd1-2/+2
they try to link it.
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Add a patch to ensure that select(2) is prototyped.agc2-1/+16
2002-07-17Specify the PKGDIR properly, and use it where appropriate.agc1-4/+6
Add a missing CONFLICT on the new snort-mysql package.
2002-07-17Mark this package as having an interactive fetch stageagc1-1/+3
2002-07-17Strongly buildlinkify this package, and add missing prerequisiteagc1-4/+6
(graphics/glut).
2002-07-17Add a buildlink.mk file for this package.agc1-0/+38
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Add and enable kdelibdocs3skrll1-1/+2
2002-07-17Add and enable kdesdk3skrll1-1/+2
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb to PLIST Bump PKGREVISION
2002-07-17Set localstatedir so the scrollkeeper database gets properly updatedrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb to PLIST Bump PKGREVISION
2002-07-17Update the kdevelop meta pkg to 2.1.2 as well.skrll1-4/+3
From Joe Reed <jnr@po.cwru.edu> in pkg/17582
2002-07-17Update to 1.2.5. Changes are:skrll6-65/+63
Now compiles for KDE 3. Fixed make install for builddir != srcdir. Fixed status bar flicker. This gives a nice speed-up by a factor of 4 when the contents of an array of 50 QStrings are displayed! Now compiles for KDE 3 (Beta1). Support QString of Qt 3.x. Improved (and fixed) the display of arrays with repeated values. Fixed crash when a file is reloaded while disassembled code is displayed. Fixed parsing of stack frames involving signal handler invocations. Fixed invisible toolbar under KDE 2.x (really, this time, I promise). Fixed crash when no line has the cursor (empty files). Don't display a blank page when a non-existing file was tried to open. The memory window is now organized in columns. Values that changed between program stops are displayed in red color. Big kudos go to Alexandre Clement for this feature. From Joe Reed <jnr@po.cwru.edu> in pkg/17577
2002-07-17Update the patch to match the new Makefile in version 1.30agc2-9/+9
2002-07-17Update to 2.1.2 and to use KDE 3.0.skrll7-148/+114
Lots of bug fixes and new features. This closes pkg/17579 from Joe Reed <jnr@po.cwru.edu>
2002-07-17Update c-cpp-reference to 2.0.2 and for KDE 3.0.skrll4-9/+29
This closes pkg/17576 from Joe Reed <jnr@po.cwru.edu>
2002-07-17Make this package install properly - respect ${PKGLOCALEDIR}agc4-15/+31
2002-07-17Update kdoc to the version distributed with KDE 3.0. The internal versionskrll2-7/+14
number is 2.0a54. No idea what's change as there doesn't seem to be a changelog. This closes pkg/17571 from Joe Reed <jnr@po.cwru.edu>
2002-07-17Import of a kdelibdocs3 package.skrll4-0/+2357
From Joe Reed <jnr@po.cwru.edu> in pkg/17575
2002-07-17Import of a kdesdk 3.0.2 package.skrll8-0/+585
Based on my earlier work and pkg/17572 from Joe Reed <jnr@po.cwru.edu>