summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-11-29Update subversion to 0.32.1.junyoung4-99/+10
2003-11-29Add RCS Ids to patches (hi rtr!).wiz3-3/+7
2003-11-28cvsync 0.24.13gehenna2-5/+5
Changes: * Improve the performance. (client/server) It's 4 - 30% faster than 0.24.12. (of course, depends on disk I/O, network connectivity, and so on.) Have fun! * Fix a bug to remain temporary files. (client) To remove that files, remove scanfiles and re-run cvsync client. * Option (server) -l: Specifies the file to write the system log. * New feature: base (client/server/cvscan) Specifies a prefix used for relative pathnames in all of the keyword 'distfile', 'refuse', and 'scanfile'. It must be an absolute path.
2003-11-28Drop revision for version bump (0.9.4 -> 0.9.5).junyoung1-2/+1
2003-11-27update to 4.15, based upon PR 23414 (update to 4.12) by Marko Schuetzrecht3-69/+41
It contains a large number of fixes/changes, see the README for details. ok'ed by wiz@
2003-11-25Regen with proper dependencies.salo1-2/+8
Addreses PR pkg/23552 by Min Sik Kim.
2003-11-25Spelling fix: s/implemenatation/implementationreed1-1/+1
2003-11-24Remove bogus const which caused gcc 3.3.2 to issue warnings likegson4-3/+31
"/usr/pkg/include/popt.h:444: warning: type qualifiers ignored on function return type" every time popt.h was included.
2003-11-23basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23539.salo1-2/+2
2003-11-23basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23538.salo1-3/+3
2003-11-22Use EXTRACT_CMD_OPTS.zip to customize the flags passed to the unzipjlam2-4/+4
program.
2003-11-18o Register conflict between elib and emacs20-elib in elib's Makefilecube3-5/+9
o Make it so PKGREVISION bumps of elib don't affect emacs20-elib o Bump PKGREVISION of elib and pcl-cvs
2003-11-18Add and enable emacs20-elib.cube1-1/+2
2003-11-18Initial import of emacs20-elib into the NetBSD Package Collection. It iscube2-0/+26
a rip-off of devel/elib, that depends on solely on emacs20, to make packaging possible for the various packages that use devel/elib.
2003-11-17This package is a test suite, designed to test the conformance of theagc1-2/+9
host operating system to standard specifications. Given that it tests the thread implementation, this package should only be built on systems with native thread implementations.
2003-11-13Add missing patch.fvdl2-1/+18
2003-11-13Regen (patch-ae is gone)xtraeme1-2/+1
2003-11-13patch-aa: Patch removes re-declaration of default param val.rtr2-1/+15
Should resolve pr pkg/23421.
2003-11-12PKGREVISION++ after openssl update.jschauma2-4/+4
2003-11-12PKGREVISION++ due to devel/popt update.salo45-87/+90
2003-11-12PKGREVISION++salo4-9/+18
Link against libintl correctly so it doesn't exhibit unresolved gettext symbols to binaries trying to link with libpopt. Fixes (at least) fonts/chkfontpath as seen in recent bulk builds.
2003-11-11For the 'trio' varargs functions, don't pass a reference to a va_listfvdl5-62/+305
argument to the level below; it's not portable. Use va_copy to create a new copy, and pass a reference to that instead.
2003-11-09Check for __STDC_HOSTED__ to see whether or not to use prototypes andfredb4-1/+50
<stdargs.h>, as well as __STDC__, so this'll build with gcc-3.2.2.
2003-11-09Not really interactive fetch.wiz1-5/+6
Set USE_BUILDLINK2 so that perl bl2 works. Add pthread.buildlink2.mk; however, more fixes are needed for this to work on non-native libpthread platforms (PLIST still incorrect for now).
2003-11-08Add emacs-nox11 to the list of suported Emacs versions, this closesxtraeme1-2/+3
PR pkg/23098. Bump PKGREVISION.
2003-11-06Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-11-06Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-11-06Set USE_GCC_SHLIB and correct LIBTOOL_OVERRIDE. Fixes linking on Solaris.gavan1-2/+3
2003-11-05gcc3 compilation problem.markd2-1/+15
From John Shannon in PR pkg/23248.
2003-11-05cvsync 0.24.12gehenna2-5/+5
Changes: * Fix a bug to use a wrong constant as NI_MAXHOST on OpenBSD. (cvscan/client/server) * Fix a bug to require the existence of 'prefix' when the release type is 'list'. (client)
2003-11-05Fix build with gcc3.jmmv4-9/+33
2003-11-03Set LIBTOOL_OVERRIDE, USE_BUILDLINK2 and USE_GCC_SHLIB. Fixes linking ongavan1-1/+5
Solaris.
2003-11-03Set LIBTOOL_OVERRIDE, USE_BUILDLINK2 and USE_GCC_SHLIB. Fixes building ongavan1-1/+5
Solaris.
2003-11-03Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-11-03Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-11-03cvsync 0.24.11gehenna2-5/+5
Changes: New keyword: base-prefix (client) Specifies a prefix used for relative pathnames in all of the keyword 'prefix'. It must be an absolute path.
2003-11-02"Someone has to"skrll1-2/+2
2003-11-02I'm the new maintainer.xtraeme1-2/+2
2003-10-31Change MAINTAINER from packages@ to tech-pkg@. (Noticed by jmmv.)reed1-2/+2
2003-10-31protect the --with-libiconv configure argument with a ICONV_IS_GNU check.dmcmahill1-3/+7
Thanks to Mark Davies and Jeremy Reed for pointing out the problems with the previous commit.
2003-10-30add --with-libiconv=yes to CONFIGURE_ARGS. This makes sure that thedmcmahill1-1/+2
USE_GNU_ICONV is correctly set on systems which need the pkgsrc libiconv.
2003-10-29libapr-0.so.9.4 -> libapr-0.so.9.5mason1-3/+3
libaprutil-0.so.9.4 -> libaprutil-0.so.9.5
2003-10-29On i386, depend on devel/binutils. Makes SDL compile on NetBSD 1.5.xheinz1-1/+2
again (fix from PR pkg/23121, thanks to Ian.Fry at sophos com)"
2003-10-29Bump PKGREVISION and requirement in buildlink2.mk, since last gcc3-relatedcube2-4/+4
fix in an installed header file.
2003-10-29cvsync 0.24.10gehenna2-5/+5
Changes: * Fix a bug to uninitialize an interger constant. (cvsup2cvsync)
2003-10-29cvsync 0.24.9gehenna3-6/+8
Changes: * New utility: cvsup2cvsync This converts a scanfile from the CVSup(R) style to the cvsync style. It is useful for mirror maintainers to distribute the CVS repositries via both CVSup and CVSync protocols. * Use poll() instead of select() if available. (server/client) * New feature: refuse (client) It provides the way to refuse to add/update/remove files or directories.
2003-10-28Override config.guess and config.sub to make the pkg recognize shark.kristerw1-1/+3
2003-10-28The configure script thinks gcc 2.95 for ARM is too buggy to use,kristerw1-1/+6
so require gcc 3 for arm.
2003-10-28Update checksums to account for Apache 2.0.48, so this will build.mason1-3/+3
2003-10-28clarify comment (thanks to tv at duh org)heinz1-3/+3