summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-03-16Add ruby to CATEGORIES.taca17-34/+34
2004-03-15Fix PLIST problems. This package uses libtool -release M.N to add ajlam1-3/+1
version number to the library, so it doesn't create certain symlinks for the shared libraries.
2004-03-15Use PREFIX to refer to the installation prefix, not LOCALBASE.jlam1-2/+2
2004-03-15Update MASTER_SITES.taca1-2/+2
2004-03-13Typo: && should be || to get the correct test semantics.jlam1-2/+2
2004-03-13Add x86_64 to the list of (unsupported) LP64 architectures.kristerw1-2/+2
2004-03-12bl3ify and use new Objective-C support in gcc.mk.jlam2-13/+30
2004-03-12remove this. use USE_GNU_TOOLS+= yacc instead or a BUILD_DEPENDSdmcmahill1-20/+0
2004-03-12libgtop2_server and related libraries are not built on Linux becauseminskim2-9/+15
they are not necessary. Conditionally remove them from PLIST.
2004-03-12bl3ify.snj2-3/+23
2004-03-12bump PKGREVISION for my change to patch-aa last night. (pointed outdanw1-2/+2
by grant)
2004-03-12Bump pacakge revision with ruby-base package's update.taca1-2/+2
2004-03-12Obey CPPFLAGS.tv2-4/+4
2004-03-12add bl3 filedmcmahill1-0/+20
2004-03-12disable -all-static for OS X since it just causes a linking errordanw2-22/+76
(http://developer.apple.com/qa/qa2001/qa1118.html)
2004-03-11unusedjmmv1-36/+0
2004-03-11Make this package build with pthread-enabled Python. It will closeminskim3-12/+25
PR pkg/24748. While here, bl3ify and switch to Tcl 8.4. Bump PKGREVISION.
2004-03-11bl3ifyxtraeme1-2/+2
2004-03-11Bump PKGREVISION due to update of libgda/libgnomedb to 1.0.3.jmmv1-2/+2
2004-03-11This package needs to use makeinfo to generate .info files.jlam1-1/+2
2004-03-10Enable pkgviews installation to allow to build other pkgviews packagesminskim1-1/+3
using ccache. Noted by Ossi Herrala in PR pkg/24728.
2004-03-10Add explicit dependency on pkgconfig and sort.minskim1-2/+3
2004-03-10Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folksjlam4-35/+1
and by pkgsrc folks.
2004-03-10Deal with situation where ICONV_TYPE isn't defined until after bsd.pkg.mkjlam1-7/+4
is included by not checking its value explicitly.
2004-03-10Split out the code that deals with checking whether the software isjlam12-673/+597
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software.
2004-03-10Revert ruby-racc package to 1.4.3.taca4-33/+37
It seems that racc 1.4.4 can generate parser code for Ruby 1.6.X, but racc itself can't work on Ruby 1.6.X. This ruby-racc package 1.4.3nb1 contains old ruby-racc-runtime-1.4.3 and ruby-racc-1.4.3 package.
2004-03-10This needs a yacc to build, so add to USE_GNU_TOOLS.reed1-2/+2
yacc -d -v ./activation-context-query-parser.y make[2]: yacc: Command not found
2004-03-10This time actually take maintainership of kdevelop.markd1-2/+2
2004-03-10Update tkdiff to 4.0b2.minskim3-12/+17
- switch to Tk 8.4. - Enable pkgviews installtion - Use DIST_SUBDIR because the distfile doesn't have any version information. - Update MASTER_SITES. Major changes since 3.09: - Much-improved handling of PC-style filenames. - Works with Tk 8.4.
2004-03-09Update tkcvs to 7.2.minskim3-9/+12
Changes since 7.1.2: - More merging functionality. Helps you tag the merged-from and merged-to versions, and if you use the tagnames properly, draws curving arrows between them to show where merges occurred. The tagnames are configurable with the cvscfg(mergetoformat) and cvscfg(mergefromformat) variables. - Requires Tk 8.4 for the curved lines. - Fixed bug in annotation browser wherein it didn't change colors when "Days per Color" changed. - No longer pops an error dialog if the background exec fails. Just beeps at you. The command's output should tell you what happened. - TkDiff v4.0: "r" key binding to recompute diffs fix for diff symbols in Change Bars disappearing preferences for showing whitespace differences better tolerance of Windows filenames - Bugfix for hangs in 7.1.3 - Bugfix for uninitialized X1 coordinate - Compatible with CVS 1.11.8, which lost the global -l flag. - Mainline tkdiff is back. Tkdiff is on Sourceforge now and there's an official beta, which is pretty stable. - Annotation browsing is available from the log branch browser. There's also a button on the main window to make it more likely that people will discover the function, which can be most useful. - Merging will work to the branch as well as to the trunk in the logcanvas browser. - Solved a few problems with the exec functionality. High CPU usage is gone. It now gives back the UI (to one degree or another) and captures stderr (both) instead of doing one or the other. - Made a filter for single-line module-diff (patch) output. Now files that were added, removed, or changed are easier to pick out visually. - Added an Apply button to the module-level checkout, export, and patch dialogs. Since they don't save state, you could have to type the same thing over and over on subsequent operations.
2004-03-09Switch to Tk 8.4 and enable pkgviews installation. Since this packageminskim1-4/+9
doesn't build anything, define NO_BUILDLINK and NO_CONFIGURE, and set USE_LANGUAGES to an empty string.
2004-03-09Update to 1.3.15. This release includes translation updates and pregeneratedjmmv3-8/+39
API documentation.
2004-03-09Remove myself as maintainer.skrll1-2/+2
2004-03-09bl3ify gconfmm and define USE_LANGUAGES=c c++. Also add requiredminskim1-6/+7
gtkmm/buildlink3.mk.
2004-03-09Add LDFLAGS.SunOS+=-lnsl. From gavan@ on tech-pkg. Closes PR pkg/24720.snj1-1/+3
2004-03-09Add and enable scons.recht1-1/+2
2004-03-09initial import of scons-0.95recht4-0/+405
from pkgsrc-wip SCons is an Open Source software construction tool--that is, a build tool; an improved substitute for the classic Make utility; a better way to build software.
2004-03-09Update to kdevelop 3.0.2.markd1-2/+2
2004-03-09Update kdevelop to 3.0.2.markd3-14/+33
Changes: IMPROVED - Much improved KDevelop User Manual. IMPROVED - C++ parser twice as fast and more memory efficient. IMPROVED - Faster/lighter configuration dialogs - the heaviest pages are now demand-loaded. IMPROVED - FileGroups plugin now smarter at applying regexps - much faster for common group definitions IMPROVED - Removed performance bottleneck that made the initial parsing of a project very slow. IMPROVED - KCModule Template to use KDE 3.0 API and KGenericFactory. IMPROVED - Make source files generated with appwizard honor the selected file templates. IMPROVED - Clanlib documentation IMPROVED - Project templates by ignoring irrelevant documentation and other small fixes. IMPROVED - Configuration script now allows to disable the compilation of certain KDevelop parts. ADDED - A new "Simple Designer based KDE application" template was added. ADDED - SearchText in QEditor ADDED - Possibility to change fontsize in documentation browser. FIXED - The infamous "Gentoo-crash" finally found and fixed. FIXED - Make Haskell language support work again FIXED - Debugger plugin: "Clear all breakpoints" FIXED - Grep plugin: Don't sometimes crash when interrupting a find while a build is running. FIXED - Grep plugin: Don't confuse files with very similar filenames and avoid potentially slow O(n) lookup. FIXED - Grep plugin: Don't show garbage hits - clean up after a previous interrupted run. FIXED - A case where unsaved files aren't queried for saving when KDevelop is closed. FIXED - A case where a running program that produced a lot of debug output could crash KDevelop FIXED - Debugger will not start (libtool issue) FIXED - Back and forward buttons available in context menu. FIXED - Run Options not honored (custom makefiles) FIXED - Problems on minimum wxWindows version test. FIXED - wxWindows apptemplate broke compilation with Unicode compiled wxWindows FIXED - Cannot translate project due to srcdir != builddir. FIXED - Kdevelop crashes when closing multiple files via Keyboard FIXED - Grep dialog doesn't prepopulate with selected text. FIXED - Unsaved changes icon disappears even if save could not be performed. FIXED - Crashes while loading plugins after unloading plugins. FIXED - expand text (ctrl+J) crashes kdevelop. FIXED - cvs tools may crash kdevelop. FIXED - switching docks when no file is loaded crash kdevelop. FIXED - Kdevelop crashes when typing a dot at the end of a comment. FIXED - Incomplete make clean for parts/appwizard/common. FIXED - Use -u instead of -u3 since it is obsoleted. FIXED - kdevelop looks weird after previewing forms in KUIViewer. FIXED - close all in context menu with two changed documents doesn't respond to cancel properly. FIXED - Crash when working with Java ant projects. FIXED - Drop-down lists of toolbar combo views don't appear with UI effects on. FIXED - Automake 1.8.x not supported. FIXED - Unable to debug Hello World C++ program. FIXED - Lots of other small things we've forgotten...
2004-03-09Update to KDE 3.2.1.markd3-6/+19
Changes: Umbrello: code generation does not ignore output directory anymore Umbrello: creating new states from context menu in state diagram is not broken anymore Umbrello: changing the name of a state doesn't cause it to be drawn in bold anymore Umbrello: not unable to change the specification of an operation anymore Umbrello: fixed problems while moving floating text block of role belonging to association Umbrello: fixed a lot of internal problems in code generation, association handling Umbrello: fixed XMI loading Cervisia: prevent crash when activating the create tag/branch action while embedded into Quanta
2004-03-09Update to w32api-2.5kent4-26/+33
2004-03-08Update tcl-tclcl to 1.15 and take maintainership.minskim5-54/+54
Changes: - Made changes to config for support to tcl/tk8.4.5 libs
2004-03-08Update automake to 1.8.3:wiz2-5/+5
Bugs fixed in 1.8.3: * Long standing bugs: - Quote filenames in installation rules, in case $DESTDIR, $prefix, or any of the other *dir variables contain a space. Please note that Automake does not and cannot support spaces in filenames that are involved during the build. This change affects only installation paths, so that `make install' does not bomb out in packages configured with ./configure --prefix '/c/Program Files' - Fix the depfiles output so it works with GNU sed (<4.1) even when POSIXLY_CORRECT is set. - Do not AC_SUBST(LIBOBJS) in AM_WITH_REGEX. This macro was unusable since Autoconf 2.54, which defines LIBOBJS itself. - Fix a potential (but unlikely) race condition in parallel elisp builds. (Introduced in 1.7.3.) - Do not assume that users override _DEPENDENCIES in all conditions where Automake will try to define them. - Do not use `mkdir -p' in mkinstalldirs, unless this is GNU mkdir. Solaris 8's `mkdir -p' is not thread-safe and can break parallel builds. This fix also affects the $(mkdir_p) variable defined since Automake 1.8. It will be set to `mkdir -p' only if mkdir is GNU mkdir, and to `mkinstalldirs' or `install-sh -d' otherwise. - Secure temporary directory creation in `make distcheck'. (PR/413) - Do not generate two build rules for `parser.h' when the parser appears in two different conditionals. - Work around a Solaris 8 /bin/sh bug in the test for dependency checking. Usually ./configure will not pick this shell; so this fix only helps cases where the shell is forced to /bin/sh. * Bugs introduced by 1.8: - In some situations (hand-written `m4_include's), aclocal would call the `File::Spec->rel2abs' method, which was only introduced in Perl 5.6. This new version reestablish support Perl 5.005. It is likely that the next major Automake releases will require at least Perl 5.6. Consider upgrading your development environment if you are still using the five-year-old Perl 5.005. - Automake would sometimes fail to define rules for targets listed in variables defined in multiple conditions. For instance on if C1 bin_PROGRAMS = a else bin_PROGRAMS = b endif it would define only the `a.$(OBJEXT): a.c' rule and omit the `b.$(OBJEXT): b.c' rule. * New sections in manual: - Third-Party Makefiles: how to interface third party Makefiles. - Upgrading: upgrading packages to newer Automake versions. - Multiple Outputs: handling tools that produce many outputs.
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim6-12/+12
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim6-12/+12
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv8-19/+26
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-08Improvements for DESCRiption and COMMENT.reed2-4/+5
(The DESCRiption was same as the other gettext package, and the COMMENT mentioned "Tools".)
2004-03-08Add two patches (that will end up in the next ncurses release) to makewiz4-3/+65
this build with NetBSD make older than Dec 26 2003. Problem was that ${FOO:$o=.lo} was not expanded as in GNU make before that date; problem found by Thomas Dickey. Remove USE_GNU_TOOLS+=make.
2004-03-08bl3ify.minskim1-7/+7
2004-03-08Bypass subversion library check, because it uses 'find -maxdepth',minskim2-1/+15
which is not supported by old find. It will make this package build on NetBSD<=1.6.2.