summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig21-54/+54
NO_BUILD, USE_LIBTOOL.
2005-09-28Fix for qt-3.3.5 and @commentadam1-2/+9
2005-09-28Fixed pkglint warning.rillig1-2/+2
2005-09-28Removed trailing white-space.rillig3-6/+6
2005-09-28Removed trailing white-space.rillig1-3/+3
2005-09-28Fixed pkglint warnings.rillig1-8/+6
2005-09-28Added RMD160 checksum.rillig1-1/+2
2005-09-27Update to 6.4:wiz2-6/+6
Version 6.4 05-Sep-05 --------------------- 1. Change 6.0/10/(l) to pcregrep introduced a bug that caused separator lines "--" to be printed when multiple files were scanned, even when none of the -A, -B, or -C options were used. This is not compatible with Gnu grep, so I consider it to be a bug, and have restored the previous behaviour. 2. A couple of code tidies to get rid of compiler warnings. 3. The pcretest program used to cheat by referring to symbols in the library whose names begin with _pcre_. These are internal symbols that are not really supposed to be visible externally, and in some environments it is possible to suppress them. The cheating is now confined to including certain files from the library's source, which is a bit cleaner. 4. Renamed pcre.in as pcre.h.in to go with pcrecpp.h.in; it also makes the file's purpose clearer. 5. Reorganized pcre_ucp_findchar().
2005-09-27update cpuflags to 0.94 - do not set PKGBASE in optimize_gcc.mkabs2-9/+9
2005-09-27Trivial grammar correctiondsainty1-1/+1
2005-09-27Resurrect removed filesdsainty10-0/+285
2005-09-27Add and enable picprg, a(nother) PIC programmer.dsainty1-1/+2
2005-09-26Enable devel/acr.xtraeme1-1/+2
2005-09-26Initial import of acr-0.4, created by pancake.xtraeme4-0/+71
ACR tries to replace autoconf functionality generating a full-compatible 'configure' script (runtime flags). But using shell-script instead of m4. This means that ACR is faster, smaller and easy to use.
2005-09-26Add missing files to PLIST. Bump PKGREVISION.wiz2-4/+7
2005-09-26Move CPPFLAGS definitions below inclusion of bsd.prefs.mk, as mk.conf mayjmmv1-3/+3
do a 'CPPFLAGS=...' overriding its value. Fixes PR pkg/30029 by Idar Tollefsen. Allowed by agc@ during freeze.
2005-09-25Oops - back out picprg until post-freezedsainty11-287/+1
2005-09-24Add and enable picprg, a(nother) PIC programmer.dsainty1-1/+2
2005-09-24Picprg is a PIC programmer for a common design of programmer attached to a PCdsainty10-0/+285
parallel port. This package is for Byron Jeff's adapted version for Brian Lane's original software, and supports the Trivial Low Voltage Programmer (TLVP).
2005-09-23update cpuflags to 0.93 - fix a make-braino in workaround for PKGNAME settingabs2-8/+9
2005-09-22Depending on "boost-build>=1.33.*" does not make sense. Write thiskristerw1-2/+2
as "boost-build-1.33.*" instead.
2005-09-22ISO C90 does not allow declarations after code.rillig2-1/+30
2005-09-22Fix build on 1.6.xadrianp1-16/+17
Fix ${INSTALL} typo in Makefile which caused the files to be installed with the wrong permissions Bump to nb1
2005-09-21Mason API has changed after version 1.28. Add a patch to catch up with thecube3-4/+39
change (it breaks for callbacks). Inspired from the commit to solve the same issue on the 3.4 branch of RT. Bump PKGREVISION and Mason version requirement.
2005-09-21Add change from MirOS that resets $versuffix2 to empty if -avoid-version is ↵tv3-7/+23
used; makes -avoid-version work properly on platforms using $versuffix2 (e.g., OpenBSD, FreeBSD, DragonFly). Bump PKGREVISION (and will bump LIBTOOL_REQD shortly). MirOS change by Benny Siegert <bsiegert@mirbsd.org>. Noted in private mail by Thorsten Glaser <tg@66h.42h.de>.
2005-09-21Extend the Darwin avoid_zombies() signal hack to NetBSD, which needstv3-3/+26
explicit waits as well. Eliminates the CGI zombie problem on NetBSD 2.0+ using the "worker" MPM in Apache 2.
2005-09-20set NS_USE_GCC on solaris when using gcc. This gets past most of thedmcmahill1-1/+9
makefile issues. There are still some problems on solaris, but this gets you further. Don't mark as available yet on solaris since it still doesn't compile.
2005-09-20Update cpuflags to 0.92abs2-5/+7
optimize_gcc.mk needs to know the name of the package that is currently being built. Unfortunately with pkgsrc there is no way to do this, and its previous attempts to derive PKGNAME (if not set) from DISTNAME broke the php usage ext.mk file. Use a temp variable to do the same thing without breaking other pkgsrc assumptions
2005-09-20Do previous in a better way by asking for "byacc" instead of "yacc",jlam1-3/+3
as this will avoid using bison completely. This fixes PR pkg/31321.
2005-09-20CVSync 0.24.19 is released.gehenna2-6/+5
Changes from 0.24.18: * Fix various build problems. * Support TIGER/192 and RIPEMD160.
2005-09-19Update mantis to 1.0.0rc2adrianp4-215/+329
Many updates and bugfixes including security updates - upgrade is recommended For a full list of changes: http://www.mantisbt.org/changelog.php
2005-09-17Register mime-bbdb.elc / mime-w3.elc only when thier options are enabled.uebayasi3-5/+16
Should fix bulk build errors.
2005-09-17Add some missing *.pc files to the PLIST. While here, also move thejlam2-1038/+1041
HTML documentation into ${PREFIX}/share/doc as part of the general campaign to get rid of ${LOCALBASE}/share/doc/html. Bump the PKGREVISION to 1.
2005-09-16"Oops." BUILDLINK_DEPMETHOD.libevent was defaulting to "build", which istv2-3/+3
no longer correct since update to libevent 1.x; it now uses libtool and generates a shlib. Remove the offending bl3 line, and bump all dependents' PKGREVISIONs, since the binary pkg changes for any OS that doesn't have a sufficient builtin libevent version (or the package has requested a non-builtin version).
2005-09-13Remove deprecated USE_BUILDLINK3 line.agc1-2/+1
2005-09-13Add missing include for zlib. From pancake in PR 31305.wiz1-1/+2
2005-09-12Update chmlib to 0.36. This version includes two security fixes.minskim4-16/+16
Changes: - Major security fix (iDEFENSE Security Advisory IDEF1099 - Stack Overflow Vulnerability) - Major security fix from Palasik Sandor (LZX decompression buffer overrun) - Bugfix/enhancement from David Huseby to make the "what" flags to chm_enumerate work correctly, and to pass the flags along to the callback function (via the chmUnitInfo structure) so that the callback doesn't need to re-parse the filename. - Compilation fixes for x86-64 from Vitaly V. Bursov. - Miscellaneous fixes to the configure script, including some significant cleanup by Vadim Zeitlin. The changes from Vadim should also allow the configure script to correctly configure the build on OS X, where it was previously failing to note that pread64 doesn't work. - Minor update to the Makefile.in to do a mkdir before the install, in case the specified INSTALLPREFIX directory is non-existent
2005-09-11PR 31268 by Tatsuya Kobayashi:wiz4-3/+63
* The search paths for allegro's cfg files and modules are hardcoded, add the proper pkgsrc paths to them. * allegro uses 'ps' internally with '-f'. NetBSD doesn't have a '-f'. Remove it from the ps flags on NetBSD. Bump PKGREVISION.
2005-09-11Bump to nb2 for security fix: http://secunia.com/advisories/16765/adrianp3-3/+25
2005-09-09Update cpuflags to 0.91 - derive PKGNAME from DISTNAME in per package ↵abs2-3/+4
checking logic
2005-09-09Options names have changed, stupid me. Bump PKGREVISION because thecube1-6/+7
dependency list was modified during this time...
2005-09-08Removing useless file, the ant package now patches the original scripttonio1-62/+0
2005-09-08Add support for DragonFly. It adds if defined(__DragonFly__). Itreed4-1/+62
is from Joerg Sonnenberger. Okayed by maintainer, recht.
2005-09-08 o Rename Makefile.options into options.mk for consistency with all othercube3-17/+22
packages. o Drop the frontend- and backend- options names and replace them with simpler ones, now that we have the PKG_OPTIONS_GROUP mechanism it's much more easier. o Brick me for not having done that earlier.
2005-09-07Add support for DragonFly from Joerg Sonnenberger. Okayed by tron.reed4-1/+63
2005-09-07Changes 2.0.12:adam2-9/+8
* libglade support (see manpage) (Nicolas Brugier) * Fixes to property parsing and allow user created parameters (Jean-Yves Lefort) * Add support for prealloc and allow bitfields (K. Haley) * Don't reference TYPE_SELF when generating privates (Big Thor)
2005-09-07Changes 1.2.9:adam12-160/+105
* Added support for direct color 8-bpp surfaces * Altivec optimized blitters * SDL.dll works on Windows 95 again * Dropping a document onto an SDL app passes it as a command line parameter in MacOS X * Fixed crash trying to allocate hardware surfaces on MacOS X * Fixed short read problem with SDL_RWFromMem() * Fixed gcc parse errors in SDL_audio.h on Windows * Added support for Tru64 UNIX 4.X * Improved RISC OS support * Numerous improvements to the Atari port * SDL_OPENGLBLIT is officially obsolete
2005-09-06Update the following Subversion packages to version 1.2.3:jlam6-28/+109
devel/p5-subversion devel/subversion devel/py-subversion devel/subversion-base devel/ruby-subversion www/ap2-subversion Update approved by package maintainer epg@NetBSD.org. Changes from version 1.2.1 include: Version 1.2.3 (19 August 2005, from /branches/1.2.x) http://svn.collab.net/repos/svn/tags/1.2.3 User-visible-changes: - Client: * fixed: 'svn status -u' fails against pre-1.2 mod_dav_svn (r15359, r15423) * fixed: 'svn export' segfault (r15516) * fixed: 'svn merge' memory leak (r15233) * fixed: horrible rename-tracing performance against 1.0 servers (r15315) * fixed: 'svn cat' over file:// -- small leak (r15253) * fixed: crash with "svn lock" and authentication (r15703) * improvements to 'svnmerge' utility (r14008,-458,-587,-632, r15329,-340) * translation updates for French, German, Polish, Norwegian, Swedish, Korean - Server: * fixed: mod_authz_svn being overly restrictive (r15463) * fixed: fsfs directory caching bug (r15705, r15742) - Both: * fixed: crash when >50 options passed to any commandline app (r15251) * fixed: memory leak in character translation handle caching (r15379,-398) Developer-visible-changes: * fixed: crash when calling svn_client_(un)lock with no targets (r15734) * rhel-4 RPM bugfix for python bindings (r15616) * missing #include in SWIG bindings (r15683) * javahl bindings: - fixed: JNI library loading bug (r15552) - fixed: JNI stack-name cut and paste error (r15337) - fixed: crash when revisions have no dates (r15737) * perl bindings: - now compatible with SWIG 1.3.25 (r15248) - allow SVN::Pool to be used as pool parameter (r15450) - make SVN::Delta::Editor friendlier for debugging (r15609) - fixed: wrap svn_ra_stat properly (r15713) - fixed: bug in SVN::Core::Stream's read function (r15698, r15700) * ruby bindings: - now compatible with SWIG 1.3.25 (r14980, r15361)
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs8-16/+16
No pkgrevision bumps needed.
2005-09-05Update to 6.3. Take maintainership.wiz2-9/+7
Version 6.3 15-Aug-05 --------------------- 1. The file libpcre.pc.in did not have general read permission in the tarball. 2. There were some problems when building without C++ support: (a) If C++ support was not built, "make install" and "make test" still tried to test it. (b) There were problems when the value of CXX was explicitly set. Some changes have been made to try to fix these, and ... (c) --disable-cpp can now be used to explicitly disable C++ support. (d) The use of @CPP_OBJ@ directly caused a blank line preceded by a backslash in a target when C++ was disabled. This confuses some versions of "make", apparently. Using an intermediate variable solves this. (Same for CPP_LOBJ.) 3. $(LINK_FOR_BUILD) now includes $(CFLAGS_FOR_BUILD) and $(LINK) (non-Windows) now includes $(CFLAGS) because these flags are sometimes necessary on certain architectures. 4. Added a setting of -export-symbols-regex to the link command to remove those symbols that are exported in the C sense, but actually are local within the library, and not documented. Their names all begin with "_pcre_". This is not a perfect job, because (a) we have to except some symbols that pcretest ("illegally") uses, and (b) the facility isn't always available (and never for static libraries). I have made a note to try to find a way round (a) in the future.