summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-12-22Also add GNU_PROGRAM_PREFIX to BUILD_DEFS.wiz1-2/+2
2002-12-22Use GNU_PROGRAM_PREFIX, patch by Jeremy C. Reed.wiz2-10/+7
2002-12-22Allow this package to be built on Linux too - from a nudge by Jeremyagc1-1/+2
Reed in PR 19480. Let's not get into the debate about what versions come with "Linux"...
2002-12-22Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notableagc4-25/+46
change, apart from the layout, is that tkdiff is now called tkdiffb). Summary of changes as follows: Release 7.1.2 - Fix bugs Release 7.1.1 - Fix bugs - Required Tk version is 8.3, not 8.1 Release 7.1 - New functionality, including - New graphical tool to help with merging directories and seeing an overview of the branches. - New, completely re-written, branching diagram. - You can invoke the log browser from the command line: tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file] - Option to use an external editor for commit messages so the rcsinfo template feature can be used. - A picklist keeps a temporary history of directories visited. Favorite places can be bookmarked. - Capability to browse RCS files, in case you find yourself in an rcs-controlled directory. - A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan. TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl. - More intuitive module-operation dialogs contributed by Mike Jagdis. - Re-arranged buttons. There's a somewhat overwhelming array, but now almost everything is there without resorting to the menus.
2002-12-22Bump the PKGREVISION of devel/gettext: force the Java compiler to gojlam2-12/+8
undetected so that the Java classes aren't built and installed. The gettext Java classes should go into a separate package so that all OSes may install them, not just Solaris.
2002-12-20Upgrade to 3.0 (previous version was actually 3.0-beta.) -> bumpjschauma4-319/+83
PKGREVISION. Also use buildlink2 and emacs.mk for simplicity.
2002-12-20Add "-liconv" along with "-lintl" to LIBS if we are using a newish (0.11.x)jlam1-1/+4
gettext.
2002-12-19update MASTER_SITES.grant2-4/+2
2002-12-19update MASTER_SITES and use .bz2 distfile.grant4-10/+10
2002-12-18Delete py-plex, as it is now bundled with the new py-pyrextsarna6-67/+1
package.
2002-12-18Update eel2 to 2.0.8. Change in this version: added languages (bs, sq).jmmv3-7/+8
Patch provided in PR pkg/19410 by Juan RP with a minor change.
2002-12-16Regen: previous distribution file contained too much garbage and wasjmmv1-3/+3
recreated.
2002-12-15Upgrade of devel/bison to 1.75.cjep3-32/+20
Changes since 1.35 (too many to mention here, please see the ChangeLog in the bison source distribution): * GNU m4 is now required. * Various bug fixes. * intl source removed. NetBSD pkgsrc changes: * Change of maintainer thorpej->cjep.
2002-12-15Update buildtool to 0.8.jmmv3-13/+15
Changes in 0.8, state: alpha ---------------------------- * Full rewrite of Buildtool's own build system, which should improve maintenance and portability. * New module bt_install, which provides a portable install program to not depend on specific system details to do installation. * New pthread.subr module for bt_config, which provides functions for automatic detection of a pthreads implementation in the current system. * Added checks in bt_config: bt_check_func, to check for generic functions (not specific to any library), and bt_check_type, to check for the presence of a generic type. * Fixes in bt_config's loadable module support. It was severely broken in the previous version.
2002-12-15Update smpeg to 0.4.4.jmmv3-7/+7
Changes since 0.4.3: * Fixed some hangs that occurred when seeking in MPEG files * Reworked the looping code - it should work better now * Fixed memory leak when sound was disabled * Widened initial search for audio streams in MPEG files * plaympeg now shows the name of the MPEG file in the caption * Added a check for the socklen_t type (thanks Michael Pruett) * Fixed crash with incorrectly encoded macroblock sequences * Fixed crash when the MPEG file can't be opened * Fixed crash in gtv when seeking without a file loaded Patch provided in PR pkg/19389 by Juan RP, with some minor modifications by me.
2002-12-14REPLACE_PERL's working directory is ${WRKSRC}, so packages needn'tschmonz2-5/+5
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-12-14Add and enable p5-IO-Null.cjep1-1/+2
2002-12-14Initial import of IO::Null 0.02 into the NetBSD packages collection ascjep4-0/+32
devel/p5-IO-Null. This is a perl class for null file handles. Calling a constructor of this class always succeeds, returning a new null file handle. Writing to any object of this class is always a no-operation, and returns true. Reading from any object of this class is always no-operation, and returns empty-string or empty-list, as appropriate.
2002-12-13Add and enable ucl.cjep1-1/+2
2002-12-13Initial import of the UCL data compression library v1.01 into thecjep4-0/+50
NetBSD packages collection as devel/ucl. UCL is a portable lossless data compression library written in ANSI C. It implements a number of NRV compression algorithms that achieve an excellent compression ratio while allowing very fast decompression.
2002-12-13Fix MAINTAINER field.cjep1-2/+2
2002-12-13Add and enable p5-IO-Zlibcjep1-1/+2
2002-12-13Initial import of the perl IO::Zlib module v1.01 into the NetBSD packagescjep4-0/+28
collection as devel/p5-IO-Zlib. The IO::Zlib module provides a Perl IO:: style interface to the Compress::Zlib package. The main advantage is that you can use an IO::Zlib object in much the same way as an IO::File object, so you can have common code that doesn't know which sort of file it is using.
2002-12-13guile-snarf wants the infile before the CFLAGS et al. patch Makefile.injschauma4-2/+30
accordingly. Should address the problem seen in Hubert's latest bulk-build.
2002-12-13guile-snarf wants the infile before the CFLAGS et al. patch Makefile.injschauma2-1/+15
accordingly. Should address the problem seen in Hubert's latest bulk-build.
2002-12-13add buildlink2.mk in preparation for gEDA buildlink2-ifyingdmcmahill1-0/+26
2002-12-12Work around a obscure compiler error in devel/gtexinfo on Darwin. Patch fromschmonz2-1/+15
<URL:http://mail.gnu.org/pipermail/bug-gnu-utils/2002-September/002920.html>.
2002-12-12Update to PTL-2.1.9msaitoh10-2888/+13
Changes: * fixed: pthread_kill() does not restore the critical level when given signal number is zero. * New API: POSIX readdir_r. * fixed: interruption by a signal whose handler is SIG_SIGWAIT_NP may cause infinite loop. * fixed: PTL's internal SIGSEGV handler gets strange arguments on a system that has POSIX-based signal facility.
2002-12-12Handle the optional installation of the gettext.jar java class, whichgrant2-3/+13
is installed if a working java compiler is found (eg. Solaris).
2002-12-12Enforce the necessary gettext-lib version dependency in the gettextjlam1-2/+3
Makefile instead of relying on the buildlink2.mk file to do it.
2002-12-11Don't use -no-undefined when building with libtool as it causes problemsjlam3-1/+29
on Solaris due to a missing shared libgcc library. This addresses PR 19214 by grant@netbsd.org.
2002-12-11Remove unnecessary inclusion of libiconv/buildlink2.mk as the gettext-libjlam1-2/+1
buildlink2.mk file does it for us automatically.
2002-12-11Allow an installed gettext-lib-0.10.35nb1 to satisfy gettext dependenciesjlam1-4/+17
if we don't actually require gettext-lib>=0.11.5. For other installations where keeping an older gettext around isn't wanted, convert the gettext dependency to >=0.11.5 and include the necessary buildlink2 magic for libiconv support.
2002-12-11Add and enable hptools.cjep1-1/+2
2002-12-11Initial import of HP tools 3.0.8 into the NetBSD packages collection ascjep4-0/+58
devel/hptools. This is a software development kit for the Hewlett-Packard HP-48G/49G/39G/40G series of calculators. It supports System RPL and assembly language (HP syntax and MASD [MetaKernel] syntax). This software was written by Jean-Yves Avenard and Hewlett Packard. Supplied by Christopher Richards in PR#19345. Thanks!
2002-12-10oops, the 0.11.5 should be for the GNU gettext case only.drochner1-2/+4
Do it better now - ugly but the logic here is a bit twisted.
2002-12-10require gettext-lib>=0.11.5. Linking against an old one can lead todrochner1-2/+2
confusion.
2002-12-10add a commented out switch to build a debugging versiondrochner1-1/+2
2002-12-10for the Python-version-selection magic to work properly, extension.mkdrochner3-6/+6
must be pulled in before srcdist.mk
2002-12-09Note conflict between apr-devel and apache2 packages.wiz1-1/+3
2002-12-09Update to 1.7.2. Bugs fixed in 1.7.2:wiz2-5/+5
* Fix installation and uninstallation of Info files built in subdirectories. * Do not run `./configure --with-included-gettext' during `make distcheck' if AM_GNU_GETTEXT([external]) is used. * Correctly uninstall renamed man pages. * Do not strip escaped newline in variables defined in one condition and augmented in another condition. * Fix ansi2knr rules for LIBOBJS sources. * Clean all known Texinfo index files, not only those which appear to be used, because we cannot know wich indexes are used in included files. (Debian Bug #168671) * Honor only the first @setfilename seen in a Texinfo file. * Treat "required file X not found" diagnostics as errors (exit status 1). * Don't complain that a required file is not found when it is a Makefile target. * Don't use single suffix inference rules when building `.info'-less Info files, for the sake of Solaris make. * The `check' target now depends on `$(BUILT_SOURCES)'. * Recognize multiple inference rules such as `.a.b .c.d:'. * Warn about multiple inference rules when -Wportability is used. * Fix building of deansified files from subdirectories. * Add missing `fi' in the .c->.obj rules. * Improve install-sh to work even when names contain spaces or certain (but not all) shell metachars. * Fix the following spurious failures in the test suite: depcomp2.test, gnits2.test, gnits3.test, python3.test, texinfo13.test * Noteworthy manual updates: - Augment the section about BUILT_SOURCES. - Mention that AM_PROG_CC_STDC is a relic that is beter avoided today.
2002-12-09Replace "true" by "${TRUE}".tron12-35/+35
2002-12-08USE_BUILDLINK_ONLY->USE_BUILDLINK2, require pthread library. This fixes buildsalo1-2/+4
on systems where pthread library was not yet installed.
2002-12-07Update readline to 4.3.jmmv4-26/+29
Changes in this version are mostly bugfixes; some new functionality has been added as well. For an exhaustive list of changes, please look at the CHANGES file included in the distribution.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz5-26/+27
2002-12-06Update to r3987 (0.16).wiz3-8/+10
User-visible changes: * new 'svn cat' subcommand * new --revprop flag to access revision props, -r for versioned props (#943) * new "compression" runtime option in ~/.subversion/config * svnadmin/svnlook now use help system, and some subcommands deleted or moved. * tool changes: [not installed by the package] - new svnshell.py tool - new mirror_dir_through_svn.cgi script - new svn_load_dirs.pl features - updates to vc-svn.el * --message-encoding is now just --encoding, and affects svn: propvals too. * major rewrites of chapters 3, 4, 5 of the Subversion Book. As well as lots of bugfixes, of course.
2002-12-05regen for patch-ab removalwiz1-2/+1
2002-12-04Update to 2.57:wiz2-5/+5
Bug fixes for problems with AIX linker, with freestanding C compilers, with GNU m4 limitations, and with obsolete copies of GNU documents.
2002-12-03libtoolify also .dep rule in common.makjdolecek5-6/+61
fix path in pwlib.mak and gui.mak, too bump pkg revision to 2
2002-12-03oops, remove accidental -lpth in library link flags, it was left therejdolecek3-5/+6
by accident problem pointed out by Daniel Carosone bump pkg revision