summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-07-29Pullup ticket 78 to the pkgsrc-2004Q2 branch, requested by Grant Beattieagc1-2/+2
follow pkgsrc conventions for including bsd.pkg.mk Module Name: pkgsrc Committed By: grant Date: Sat Jul 10 09:08:44 UTC 2004 Modified Files: pkgsrc/devel/as31: Makefile pkgsrc/net/tcpdstat: Makefile Log Message: .include "../../mk/bsd.pkg.mk" not .include <../../mk/bsd.pkg.mk>
2004-07-26Pullup ticket 66 to the pkgsrc-2004Q2 branch, requested by Grant Beattieagc1-1/+2
Solaris fix for cvsgraph Module Name: pkgsrc Committed By: grant Date: Sat Jul 24 02:53:53 UTC 2004 Modified Files: pkgsrc/devel/cvsgraph: Makefile Log Message: this needs flex(1) to build.
2004-07-14Pullup ticket 57 to the pkgsrc-2004Q2 branch, requested by Grant Beattie.agc2-5/+5
Security and other bug fixes for apache2. Module Name: pkgsrc Committed By: adrianp Date: Wed Jul 14 08:28:51 UTC 2004 Modified Files: pkgsrc/www/apache2: Makefile Makefile.common PLIST buildlink3.mk distinfo pkgsrc/www/apache2/patches: patch-aa Added Files: pkgsrc/www/apache2: PLIST.deffiles Removed Files: pkgsrc/www/apache2/patches: patch-as Log Message: - Update to apache 2.0.50 - Add new build def APACHE_DEFAULT_FILES and Module Name: pkgsrc Committed By: adrianp Date: Wed Jul 14 08:31:12 UTC 2004 Modified Files: pkgsrc/devel/apr: buildlink3.mk distinfo Log Message: - Update to apache 2.0.50 - Add new build def APACHE_DEFAULT_FILES
2004-06-20cvsync 0.24.16 is available.gehenna3-6/+8
Changes: * Improve performance to parse rcsfile(5) based files with many revisions. * Make this compile on Interix.
2004-06-18SDL_perl needs threaded perl due to SDL, which is threaded.salo1-2/+4
Gives games/frozen-bubble a chance to work. Addresses PR pkg/25964 by Juan Romero Pardines.
2004-06-17sysutils/c++rt0 doesn't exist any longer, as pkgsrc has officially droppedtv1-6/+1
support for NetBSD/sparc 1.4.
2004-06-15Fix some C++ issues that gcc 3.3 complained on.kristerw14-1/+287
2004-06-15Correct two prototypes that gcc 3.3 did not like.kristerw3-1/+29
2004-06-15bump PKGREVISION for lastgrant1-2/+2
2004-06-15- needs a c and c++ compilergrant1-1/+9
- needs -lCrun when building with SunPro so programs that link against libsmpeg.so can resolve all symbols. - USE_GCC_SHLIB
2004-06-14fix an obvious botch-up:grant1-2/+2
s/5~CONFIGURE_ARGS/CONFIGURE_ARGS/
2004-06-13Add some missing std namespace, to make this package compilekristerw5-1/+137
when using gcc 3.3.
2004-06-12regenerate patches with pkgdiff so they apply properly withgrant5-28/+29
devel/patch.
2004-06-12this needs gcc to build.grant1-1/+3
2004-06-12this uses a c and c++ compiler.grant1-1/+2
2004-06-12there's little chance this will compile with anything but gcc. mark itgrant1-1/+3
so.
2004-06-12don't call install -d with >1 directory argument.grant1-2/+3
2004-06-12use bl3 so that gcc specific flags are stripped out.grant1-1/+2
2004-06-12this uses a c and c++ compiler.grant1-1/+2
2004-06-12- this uses a c and c++ compiler.grant1-3/+4
- drop unneeded trailing /
2004-06-12use bl3 so that gcc specific flags are stripped out.grant1-1/+2
2004-06-12this package is NetBSD-specific.grant1-1/+3
2004-06-12this package uses lots of gcc'isms. mark it only for gcc.grant1-1/+3
2004-06-12use bl3 so that gcc specific flags are stripped out.grant1-1/+2
2004-06-12mark this NOT_FOR_COMPILER sunpro for now - it uses `...' in macrosgrant1-1/+3
definitions which sunpro doesn't like.
2004-06-12USE_LANGUAGES=c c++grant1-1/+2
2004-06-12swap order of depends so that perl>=5.8.3 is preferred overgrant1-2/+2
p5-Test-Harness. the old way: {p5-Test-Harness-[0-9]*,perl{,-thread}>=5.8.3}:../../devel/p5-Test-Harness is normally ok because if either is installed the dependency is satisfied. however, in a bulk build, every package which uses this DEPENDS is automatically failed because p5-Test-Harness is preferred but it conflicts with perl>=5.8.3 (they both install bin/prove and prove.1). this way, perl is preferred and the dependency should be satisfied correctly in bulk builds.
2004-06-12with the SunPro c++ compiler, char * cannot be initialised with agrant3-1/+29
const char * value. add a cast and make a char * const to allow this to build.
2004-06-12don't pass gcc specific -W flags, call ${CXX} not "g++".grant2-7/+8
2004-06-12whitespace fixes.grant1-3/+3
2004-06-12don't pass gcc specific -W flags.grant3-11/+9
2004-06-12and share/doc/html/buildtool, too.grant1-1/+2
2004-06-12make sure the destination directory exists before trying to installgrant1-1/+4
files into it.
2004-06-11Update to Version 1.0.5.epg2-5/+5
(10 Jun 2004, from /branches/1.0.5) http://svn.collab.net/repos/svn/tags/1.0.5 User-visible-changes: * fixed: security bug in svn protocol string parsing. (CAN-2004-0413)
2004-06-11Remove reference to non-existent buildlink2.mk.minskim1-3/+1
2004-06-11Temporarily disable pkgviews installation, because currently itminskim1-2/+3
breaks other packages when enabled.
2004-06-11Add patches from silc cvs repository.salo4-1/+72
Should fix build on Darwin/Mac OS X.
2004-06-10update to kdevelop 3.0.4 (part of kde 3.2.3)markd1-2/+2
2004-06-10update to kdevelop 3.0.4 (part of kde 3.2.3)markd2-6/+6
changes: unknown
2004-06-10update to kde 3.2.3markd1-3/+3
changes: * kuiviewer: Fixed loading of menu layout definition * cervisia: Fixed several bugs in resolve dialog * cervisia: Don't ignore the CVS_RSH setting during checkout * cervisia: Handle spaces in the working folder name correctly * cervisia: Honor option "Hide Non-CVS Files" when opening a branch in the file tree
2004-06-10Updated cvs to 1.11.17.grant2-10/+12
changes since 1.11.16: SERVER SECURITY FIXES * Thanks to Stefan Esser & Sebastian Krahmer, several potential security problems have been fixed. The ones which were considered dangerous enough to catalogue were assigned issue numbers CAN-2004-0416, CAN-2004-0417, & CAN-2004-0418 by the Common Vulnerabilities and Exposures Project. Please see <http://www.cve.mitre.org> for more information. * A potential buffer overflow vulnerability in the server has been fixed. This addresses the Common Vulnerabilities and Exposures Project's issue #CAN-2004-0414. Please see <http://www.cve.mitre.org> for more information.
2004-06-10Sort.xtraeme1-4/+4
2004-06-09Remove an obvious left over from a test. Fixes PR 25880.cube2-4/+3
2004-06-08Fix build in systems where sigaction is not available, as in NetBSD 1.6.2.jmmv2-1/+37
Noted by last kristerw@'s bulk build.
2004-06-08Make this compile under Linux.jschauma2-4/+4
2004-06-07sigh, nb1 already?... Fix the interaction of devel/boost andtv3-16/+21
devel/boost-thread by choosing user.hpp vs. thread_user.hpp based on _REENTRANT or _PTHREADS being defined. (This set of conditionals will probably need to be expanded as SunPro and MIPSpro are tested.)
2004-06-07Fix permissions of include files too.tv1-4/+5
2004-06-07Fix error in previous (copy and paste from boost-thread that should nottv1-3/+1
have been here).
2004-06-07Remove a patch forgotten in previous commit.xtraeme1-2/+1
2004-06-07Update devel/sdcc to 2.4.0.xtraeme32-1423/+1697
Too many changes to list here, please review the Changelog file. Mostly they were bugfixes. The patch to update to this version was sent via private email by Sergio Jimenez <tripledes at eslack dot org>.