summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-09Do not use buildlink2-defined variables -- they are not defined nowkristerw1-2/+2
when we are using buildlink3, and buildlink3 is smart enough to do this automagically.
2004-05-09Unused.wiz6-138/+0
2004-05-09+ audacity-1.2.1, boson-0.10, conserver-8.1.5, cvsweb-3.0.1,wiz1-5/+11
doxygen-1.3.7, gcc-3.4.0 [pkgsrc-wip], gdb-6.1 [pkgsrc-wip], gentoo-0.11.51, larswm-7.3.5, mhonarc-2.6.9.
2004-05-09Make this build again on older NetBSD systems, without statvfs().fredb2-5/+8
2004-05-09No longer used.snj3-145/+0
2004-05-09Convert to buildlink3.snj8-25/+25
2004-05-09Neither the client nor server needs to be setgid kmem on NetBSD.fredb2-4/+4
Note: it's very likely the client doesn't need to be setgid kmem on any platform.
2004-05-09With statvfs(), the significant measures are scaled in terms of f_frsize,fredb2-7/+11
not f_bsize.
2004-05-09Pass -b to pkg_admin lsbest to make this work correctly on systems where the ↵danw1-2/+2
pkgdbdir passes through a symlink
2004-05-09No longer used.snj4-124/+0
2004-05-09Convert to buildlink3.snj6-30/+38
2004-05-09s/malloc.h/stdlib.h/ for darwin/freebsddanw3-0/+39
2004-05-09Note update of roundup to 0.7.0.recht1-2/+2
2004-05-09Update pkg_chk to 1.48abs1-1/+3
Fix awk usage for nawk in 2.0
2004-05-09update roundup to 0.70recht3-25/+63
changes (among many others): - added postgresql backend - trackers using postgresql or mysql backends may have many users - new "actor" automatic property (user who caused the last "activity") - RDBMS backends have data typed columns and indexes on several columns - registration may be concluded by replying to the confirmation email - HTML templating permission checks are greatly simplified - database exports now include full journals For a complete list see: http://roundup.sourceforge.net/doc-0.7/whatsnew-0.7.html
2004-05-09Update pkg_chk to 1.48abs2-6/+6
Fix awk usage for nawk in 2.0
2004-05-09Convert to buildlink3.snj4-37/+31
2004-05-09Note PKGREVISION bump of muse.minskim1-1/+2
2004-05-09Install .mo into ${PKGLOCALEDIR}/locale, not /usr/local.minskim4-3/+20
Add them to PLIST and Bump PKGREVISION.
2004-05-09Note the following updates:recht1-1/+7
- py-qt3-sip to 4.0rc3 - py-qt3-base to 3.11 - py-qt3-modules to 3.11 - py-qt3-qscintilla to 3.11 - eric3 to 3.4.2 - kodos to 2.4.2
2004-05-09update to 2.4.2recht4-10/+116
Fix for PyQt < 3.8. The BlackAdder generated files are now hacked (again) to eliminate an attibute error for WState_Polished. Also, backreferences are now supported in the replace output.
2004-05-09update to 3.4.2 and bl3ifyrecht4-693/+727
changes: (for a complete list see the included HISTORY file) Version 3.4.2 - some bug fixes - changed unittest logic to search for testcases in the given module, if no module function named 'suite' could be found - adoption to subversion 1.0 - include a message marker in the subject line for bug emails - a few usability enhancements Version 3.4.1 - fixed a serious bug in VariablesViewer 3.4: - It comes with it's own source documentation generator. - Support for Quixote PTL files. - Capability to generate various UML-like diagrams from the source code. - Interface to the cyclops cycles finder (a copy of cyclops is included). - Import/Export of keyboard shortcuts. - A QRegExp and a Python regexp wizard. Version 3.3.1: - fixed a compatibility problem with PyQt/sip 3.9 3.3: This version includes an interface to omniORB, scripting capabilities, a refactoring browser (the well known Bicycle Repair Man), remapable keyboard actions and a Russian translation. The editor supports split views, keyboard macros, bookmarks and additional breakpoint types. In addition to these new features there are a bunch of changes under the hood, that should increase eric3's usability. For details see the history file in the distribution.
2004-05-09update py-qt3-{base,modules,qscintilla} to 3.11 and bl3ifyrecht26-666/+788
v3.11 11th March 2004 Added the QIconDragEvent and QLocale classes from Qt v3.3.0. Updated all existing classes to Qt v3.3.1. Added the missing QSocketDevice class. Added the missing QString += operators. v3.10 16th January 2004 Added the QFtp, QHttp, QHttpHeader, QHttpRequestHeader, QHttpResponseHeader, QLocalFs classes. v3.9 7th December 2003 This version requires SIP v3.9 (or later) or SIP v4.0rc1 (or later). QLayoutIterator.next() is now documented. Added the QImageIO and QListViewItemIterator classes. Added the QDockArea << and >> operators. Added QSettings.readBoolEntry(). Added qInstallPath(), qInstallPathDocs(), qInstallPathHeaders(), qInstallPathLibs(), qInstallPathBins(), qInstallPathPlugins(), qInstallPathData(), qInstallPathTranslations(), qInstallPathSysconf(). A new (configure.py) build system has been added which is independent of tmake and qmake and installs a pyqtconfig module. The old (build.py) build system remains. Added the -r flag to the build systems to enable tracing. Added the -v flag to the build systems to specify the default location for .sip files. v3.8.1 6th September 2003 Added the missing QWMatrix.mapRect() * operators. The supported educational version is now Qt v3.2.0.
2004-05-09update py-qt3-sip to 4.0rc3 and bl3ifyrecht7-103/+106
4.0 (guessing from ChangeLog since the NEWS file is empty) - needs Python >= 2.3 - more documentation - new build system - Darwin/OSX support v3.10.1 11th March 2004 Bug fixes only - see the ChangeLog file for details. v3.10 16th January 2004 Added the asstring() method to the sip.voidptr type. v3.9 7th December 2003 Added the -w flag to sip to enable warning messages. Added the -j flag to sip to concatanated source files. %Import, %Include and %OptionalInclude can now take a relative (UNIX style) pathname. The directory containing the file will also be searched for files that it itself includes or imports. Added %MethodCode and deprecated %MemberCode. Deprecated %Makefile and %ExportedHeaderCode. Added %TypeHeaderCode as a synonym for the deprecated %HeaderCode in type definitions. Added %ModuleHeaderCode as a synonym for the deprecated %HeaderCode in module definitions. Added %ModuleCode as a synonym for the deprecated %C++Code in module definitions. Added %TypeCode as a synonym for the deprecated %C++Code in type definitions. Added %PostInitialisationCode as a synonym for the deprecated %PostInitialisationC++Code. Added support for functions that return values via pointers and references. Added support for structs within classes. Added support for %AccessCode and deprecated %VariableCode. Added support for %VirtualCatcherCode and deprecated %VirtualCode. Added support for explicit C++ signatures. Added the SIP_SLOT, SIP_QOBJECT, SIP_PYCALLABLE, SIP_PYTUPLE, SIP_PYLIST and SIP_PYDICT types. Added /PreHook/ and /PostHook/ to ctors. Added /TransferBack/ for function results. Added /AllowNone/ and /GetWrapper/ to arguments. Added sipTrace(), sipBadCatcherResult(), sipParseResult(), sipCallMethod(), sipGetWrapper(), sipTransfer(), sipClassName() and sipBuildResult() to the module API. Added SIP_VERSION and SIP_BUILD to sip.h. A new (configure.py) build system has been added which is independent of tmake and qmake and installs a sipconfig module. The old (build.py) build system also installs a (different and incompatible) sipconfig module. SIP is now licensed under a single Python-like license.
2004-05-09Note update of ORBit2 to 2.10.2.jmmv1-1/+2
2004-05-09Update to 2.10.2:jmmv3-9/+22
2004-05-07 Michael Meeks <michael@ximian.com> * Version 2.10.2 2004-05-07 Michael Meeks <michael@ximian.com> * Branch for Gnome 2.6 2004-04-24 Dan Winship <danw@ximian.com> * src/services/imodule/Makefile.am (LDADD): Remove $(LOCAL_LINC_LIBS). (Only libORBit-2 itself should be linking against it.) * src/services/name/Makefile.am (libORBitCosNaming_2_la_LDFLAGS): Likewise 2004-04-24 Frank Rehberger <frehberg@fresa.casa.in-berlin.de> * MAINTAINERS: maintainer-ship handed over to frehberg@gnome-de.org 2004-04-21 Michael Meeks <michael@ximian.com> * Version 2.10.1 2004-04-21 Michael Meeks <michael@ximian.com> * src/orb/orb-core/iop-profiles.c (CodeSetComponent_demarshal): don't spew a g_warning, just a dprintf. (IOP_UnknownComponent_marshal): actually marshal the length of the sequence as well as the data. 2004-04-21 Bill Haneman <bill.haneman@sun.com> * test/everything/basicServer.c (TestFactory_getObjectCount, TestFactory_getObject): hammer on some JavaORB stuff. * test/everything/client.c (testIOR): impl. (run_tests): upd. 2004-04-13 Joe Marcus Clarke <marcus@freebsd.org> * ORBit-2.0.pc.in: add gthread dep. 2004-03-19 Mark McLoughlin <mark@skynet.ie> * orbit2-config.in: return -lORBitCosNaming-2 with --use-service=name rather than -lORBitCosNaming. This script is still deprecated old cruft, though.
2004-05-09Add buildlink3.mk.recht1-0/+20
2004-05-09Add and enable p5-SWF-File.minskim2-2/+4
2004-05-09Import p5-SWF-File from pkgsrc-wip. Packaged by xtraeme@.minskim4-0/+30
SWF modules are manipulating Macromedia Flash movie (SWF) files. This package contains: SWF::File module can be used to make SWF movie. SWF::Parser module provides a parser for SWF file.
2004-05-09remove an extraneous ; from a grammar rule which was causing yacc(1)grant2-6/+5
on Solaris to barf.
2004-05-09no longer used.grant1-19/+0
2004-05-09use buildlink3.grant1-5/+5
2004-05-09Initial import of xvid4conf 1.12 into the NetBSD packages collection.grant1-1/+2
This tool creates XviD configuration files. The generated configuration file is meant to be read by transcode's xvid4 export module. This module (and the configuration file) is intended to be used with XviD 1.0 (dev-api-4). Submitted to pkgsrc-bugs by bsd4ever@nospam.lan with some minor cleanup by me.
2004-05-09+xvid4confgrant1-1/+2
2004-05-09Initial import of xvid4conf 1.12 into the NetBSD packages collection.grant4-0/+26
This tool creates XviD configuration files. The generated configuration file is meant to be read by transcode's xvid4 export module. This module (and the configuration file) is intended to be used with XviD 1.0 (dev-api-4). Submitted to pkgsrc-bugs by bsd4ever@nospam.lan with some minor cleanup by me.
2004-05-09sync COMMENT with fixesext.grant1-2/+2
2004-05-09fix path in MASTER_SITES.grant3-6/+6
2004-05-09link ottest against glib2 libs, fixes build on Solaris.grant2-1/+16
2004-05-09use buildlink3.grant1-3/+3
2004-05-09Unused.wiz10-251/+0
2004-05-09after jmmv's glib2 fixes patch-aa isn't needed anymorerecht2-15/+1
2004-05-09Note update of bidwatcher to 1.3.15.jmmv1-1/+2
2004-05-09Update to 1.3.15. Closes PR pkg/25505.jmmv3-11/+8
Changes since 1.3.13: 4/23/04 * TimeSync logic improved. If we can't hit eBay, rely on local time, but, for real this time. * Version 1.3.15 4/22/04 * Fix time synchronization 4/20/04 * Allow configurable X font string * Fix item location parsing * Fix currency parsing * Version 1.3.14 4/11/04 * Show seller in main window (RFE #902344) * Use unsigned long longs for auction numbers. * Applied add by URL patch (#820963) 3/30/04 * Changed default fonts * Added some missing HTML entites
2004-05-09Add a message that the gtk warning is harmless.mrauch1-1/+5
Suggested by Hubert Feyrer in private mail.
2004-05-09No longer used.snj8-244/+0
2004-05-09Convert to buildlink3.snj13-42/+42
2004-05-09Add include/pgsql/server/*.h and include/pgsql/server/utils/*.h tosnj1-1/+3
BUILDLINK_FILES. Needed to make gtksql build. Stupid symlinks.
2004-05-09+ samba-2.2.9, samba-3.0.4.taca1-2/+3
2004-05-09Enable pkgviews installation.minskim1-1/+3
2004-05-09s/buildlink2/buildlink3/ in a comment.snj1-2/+2