summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-05-02Convert to buildlink3.snj2-9/+9
2004-05-02Update to version 2.12.heinz2-5/+5
Changes since 2.09: =================== Version 2.12 1. Add regression tests for the auto-require of STORABLE_thaw 2. Add auto-require of modules to restore overloading (and tests) 3. Change to no context (should give speedup with ithreads) Version 2.11 1. Storing restricted hashes in canonical order would SEGV. Fixed. 2. It was impossible to retrieve references to PL_sv_no and and PL_sv_undef from STORABLE_thaw hooks. 3. restrict.t was failing on 5.8.0, due to 5.8.0's unique implementation of restricted hashes using PL_sv_undef 4. These changes allow a space optimisation for restricted hashes. Version 2.10 1. Thread safety: Storable::CLONE/init_perlinterp() now create a new Perl context for each new ithread. (From Stas Bekman and Jan Dubois.) 2. Fix a tag count mismatch with $Storable::Deparse that caused all back-references after a stored sub to be off-by-N (where N was the number of code references in between). (From Sam Vilain.) 3. Prevent CODE references from turning into SCALAR references. (From Slaven Rezic.)
2004-05-01Undo previous (this installs in site_perl).kim1-3/+1
2004-05-01Add a conflict with perl 5.8.3 and later.kim1-1/+3
2004-05-01Add to conflicts, seems safer.kim1-2/+2
2004-05-01Add a conflict with perl 5.8.3 and later.kim1-1/+3
2004-05-01Forgot to add p5-glib2, thanks to kristerw@ for the reminder.xtraeme1-1/+2
2004-04-30libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build.tv1-1/+2
2004-04-29Change an argument passed to cpp so that it will not confuse buildlink3.minskim4-8/+18
The problem was reported by Yasushi Oshima on tech-pkg-ja@jp.NetBSD.org.
2004-04-29Install .tcl files into lib/ instead of share/, as other Tcl packagesminskim3-119/+112
do. It also reduces patches. Skip PKGREVISION bump since this package was updated minites ago.
2004-04-29Update tkcvs to 7.2.1.minskim4-22/+18
Changes: - Vendor Merge is back, rehabilitated by Eugene Lee, its author. - Bug fixes: 892051 apply the tag ignores user input 892050 merge changes to current doesn't do that (No report) Clear entry containing tag instead of appending, so tag doesn't grow if dialog is re-opened. Fixed a few problems with defaults in tkcvs_def.tcl. - The installer no longer hardcodes the library path in tkcvs. The program now figures out where it is at runtime. - You can now configure how many lines to keep in the trace window with $cvscfg(trace_savelines) - Import dialog has better defaults. Version default is the same as you get if you don't supply the -b option on the command line. - Don't show stderr in CVS Commit dialog, since if there are many directories they may make too much output and make you miss what you were interested in.
2004-04-29Fix my email address.sketch2-4/+4
2004-04-29Update to 1.8.4:wiz2-5/+5
Known issue not fixed in 1.8.4: Historically Automake has always tried to generate V7 format tarballs during `make dist'. This format is quite antiquated, but is portable. It supports filenames with up to 99 characters. When given longer filenames some tar implementations will diagnose the problem while other will generate broken or non-V7 tarballs. For instance GNU tar 1.13.25 will produce an archive with GNU extensions, while the latest GNU tar beta (1.13.93) will silently truncate filenames. Automake 1.9 will have options to select newer tar formats, and diagnose long filenames. In the meantime we recommand that people who cannot avoid long filenames in their packages stick to GNU tar 1.13.25. Bugs fixed in 1.8.4: * Long standing bugs: - Fix AM_PATH_PYTHON to correctly display $PYTHON when it has been overridden by the user. - Honor PATH_SEPARATOR in various places of the Automake package, for the sake of OS/2. - Adjust dependency tracking mode detection to ICC 8.0's new output. (PR/416) - Fix install-sh so it can install the `mv' binary... using `mv'. - Fix tru64 dependency tracking for libtool objects. - Work around Exuberant Ctags when creating a TAGS files in a directory without files to scan but with subdirectories to include. * Bugs introduced by 1.8: - Fix an "internal error" when @LIBOBJS@ is used in a variable that is not defined in the same conditions as the _LDADD that uses it. - Do not warn when JAVAROOT is overridden, this is legitimate.
2004-04-29Unused.wiz1-21/+0
2004-04-28Revert Interix <poll.h> patch as we're no longer using poll(2) on thattv2-19/+1
platform at all.
2004-04-28Revert <poll.h> patch for Interix, as we're no longer using poll(2) theretv2-17/+1
at all.
2004-04-28Enable pkgviews installation.uebayasi1-1/+5
2004-04-28Make build and wotrk on Interix. (Bugzilla bugs open for these changes;tv3-12/+47
noted in each patchfile.)
2004-04-27add bl3 file. this pkg installs a librarydmcmahill1-0/+20
2004-04-27Make work on Interix.tv2-1/+17
2004-04-27The eXdbm package has been removed. Remove it from the Makefile too...kristerw1-2/+1
2004-04-27Follow new FreeType build rulesadam1-0/+12
2004-04-27Changes 2.0.6:adam3-11/+10
* bug fixes * added iconv support
2004-04-27Convert to buildlink3.snj15-64/+54
2004-04-27Convert to buildlink3.snj9-76/+67
2004-04-27Convert to buildlink3.snj6-35/+50
2004-04-27Convert to buildlink3.snj22-78/+72
2004-04-27Unused.wiz2-44/+0
2004-04-27Unused.wiz2-53/+0
2004-04-26Convert to buildlink3.snj3-12/+32
2004-04-26Remove the eXdbm package, as it's no longer maintained. It was there for thebouyer7-115/+0
purpose of gpsim, but gpsim now include its own version which includes bug-fixes.
2004-04-26Use PREFIX insead of LOCALBASE when specifying where the package isminskim1-2/+2
installed.
2004-04-26Make build on Interix. (Older shells don't allow '((' for a double-subshell;tv2-1/+15
use '( (' instead.)
2004-04-26Unused.wiz6-178/+0
2004-04-26Suppress the "inferring the mode of operation is deprecated" warning byjlam2-11/+11
specifying the mode of operation when invoking libtool.
2004-04-26Convert to buildlink3.snj1-3/+3
2004-04-26Convert to buildlink3.snj1-3/+3
2004-04-26No longer used.snj1-59/+0
2004-04-26Use buildlink3.snj1-3/+3
2004-04-26Add buildlink3.mk and builtin.mk files for devel/cdk that match thejlam2-0/+62
behaviour of cdk/buildlink2.mk.
2004-04-26No longer used.snj1-34/+0
2004-04-26Unused.wiz4-62/+0
2004-04-25Unused.wiz6-278/+0
2004-04-25Unused.wiz1-30/+0
2004-04-25Unused.wiz1-21/+0
2004-04-25Replace papaya bl inclusion with BUILD_DEPENDS on it; the bl file waswiz1-2/+3
only adding a build dependency, and papaya has no libraries/headers to buildlink. Additionally, the texi2html inclusion in its bl file is bogus, since texi2html is only a build dependency for papaya.
2004-04-25Blind conversion to bl3, since the Makefile.common included bywiz1-3/+3
this package already has USE_BUILDLINK3 set.
2004-04-25No longer used.snj1-29/+0
2004-04-25Convert to buildlink3.snj2-8/+32
2004-04-25Convert to buildlink3 and fix a spelling error in DESCR.snj2-4/+4