summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-02-29Provide value for BUILDLINK_LDADD.ncursesw that can be used by packagesjlam2-6/+17
that need to know how to link against ncursesw.
2008-02-29Patches for upstream commit c77faaaa2fc48586902878ba33bd01286654dcb6:tnn3-1/+107
- Add workaround for older versions of gas that don't have SSE3 support Reported in PR pkg/38126.
2008-02-29+ Pass down the correct values for TERMCAP (the options to link tojlam6-22/+61
the library containing termcap functions) and MISC_TERMINFO_DIRS (the location of the terminfo database). Patch the configure script to use these values instead of using its own broken logic to determine the same information. + Include termlib.buildlink3.mk to determine the right terminal library to use. The above two changes should fix PR pkg/30725. + Move the HTML documentation into ${PREFIX}/share/doc/slang. Bump the PKGREVISION to 6.
2008-02-29Pass through command line arguments to wfica and wfcmgrsborrill3-6/+6
Bump PKGREVISION
2008-02-29Ensure that BUILDLINK_PREFIX.curses is always defined.jlam1-1/+3
2008-02-29Ensure the BUILDLINK_PREFIX.termlib is always defined.jlam1-1/+2
2008-02-29Actually, BUILTIN_LIBNAME.ncurses can be empty, but fix the case wherejlam1-3/+3
we actually have libnurses in the base system.
2008-02-29+ Always ensure that BUILTIN_LIBNAME.ncurses is defined (this should havejlam1-2/+3
been the case before, but wasn't due to a missing default vaule. + Move the BUILDLINK_TRANSFORM remapping of -lncurses into the section which only applies if we're using the built-in ncurses, and map it to -l${BUILTIN_LIBNAME.ncurses}. This should fix the issue reported for Mac OS X where "-lncurses" was being mapped to nothing by the wrapper scripts.
2008-02-29Backout last change, it breaks the build under NetBSD.tron1-4/+2
2008-02-29Don't setup bogus remapping of the "ncurses" library if we don't needtron1-2/+4
to change the name. This fixes the build on platforms which provide "libncurses" (e.g. Mac OS X).
2008-02-29comment out $NetBSD$gdt1-1/+1
2008-02-29Add and enable sigscheme.obache1-1/+2
2008-02-29Added lang/sigscheme version 0.8.0obache1-1/+2
2008-02-29Import sigscheme version 0.8.0.obache7-0/+127
SigScheme is a R5RS Scheme interpreter for embedded use. It features small footprint (64KB in library form on the 'small' configuration) like SIOD and TinyScheme, low memory consumption (2-words per cons cell), multibyte characters handling (UTF-8, EUCs and Shift_JIS) and more. It is mainly developed to be the Scheme interpreter of uim.
2008-02-29Add and enable libgcroots.obache1-1/+2
2008-02-29Added devel/libgcroots version 0.2.1obache1-1/+2
2008-02-29Import libgcroots version 0.2.1.obache5-0/+59
This library abstracts architecture-dependent part of garbage collector roots acquisition such as register windows of SPARC and register stack backing store of IA-64. Main part of the code is based on Boehm GC 7.0. With this library, you can easily write your own garbage collector such as for small footprint, some application-specific optimizations, just learning or to test experimental ideas.
2008-02-29Allow nvtv and nvtv-gtk2 to build under modular X. From Sergey Svishchevcube1-1/+3
in private mail.
2008-02-29The package supports installation to DESTDIR.heinz1-2/+3
2008-02-29Make chrpath(1) a tool. Intended scope is fixing up some Linux emulationtnn1-1/+12
packages without having to do the LD_LIBRARY_PATH dance.
2008-02-29Fix typo at adding suse100_krb5obache1-2/+2
2008-02-28Add devel/chrpathtnn2-2/+4
2008-02-28Import chrpath-0.13 as devel/chrpath.tnn5-0/+50
chrpath allows you to modify the dynamic library load path (rpath and runpath) of compiled programs and libraries.
2008-02-28catch up with patches added since 2008/01/03drochner1-1/+7
(the way all these mplayer pkgs share makefile fragments sucks)
2008-02-28update to 8.4.4drochner3-12/+405
changes: bugfixes
2008-02-28update to 1.8.1drochner5-34/+34
changes: -bug fixes -better html export -option to wrap tree with titles -translation updates -execute attachment with double-click
2008-02-28update to 0.4.18drochner3-9/+9
changes: a build fix for espeak-1.30
2008-02-28+ Get rid of the separate check for glibc's libintl.h because it'sjlam1-20/+15
just the real GNU gettext embedded into glibc. + Check for Gentoo's funky libintl.h and assume that it's glibc's gettext.
2008-02-28update to 1.31drochner4-32/+46
changes: -Bug fixes and minor improvements -Voice variants have names rather than numbers -Added languages -Add options for different intonation styles -Added option for gaps (pauses) between words
2008-02-28update to 1.8.1drochner2-7/+6
changes: bugfixes (we might consider calling this stable now)
2008-02-28update to 1.2.25drochner2-6/+6
changes: bugfixes
2008-02-28Note update of fuse-afpfs-ng to 0.8agc1-1/+2
2008-02-28update to 0.10.10drochner4-13/+15
changes: -Wrap new API for 0.10.16 GStreamer and Base releases -New gst.pbutils module wraps the gst-plugins-base pbutils library -Rework gst_pad_add_*probe function wrapping to avoid leaks -Various build fixes
2008-02-28Update fuse-afpfs-ng to version 0.8.agc5-33/+21
Changes are mainly portability mods; just one minor change for NetBSD to compile out of the box, which has been fed back upstream.
2008-02-28update to 0.10.7drochner7-87/+21
changes: -many fixes and improvements -Accurate seeking support in mp3 -RealMedia and WMS RTSP support -New element: dvdsubdec
2008-02-28update to 0.10.6drochner5-33/+33
changes: -many fixes and improvements -New elements: flvdemux, flvparse, mpegtsparse, dvbsrc, dvdspu, mpeg4videoparse, metadatademux/mux, souphttpsrc, speexresample, qtwrapper, rawaudioparse, fbdevsink -Renamed elements/plugins: switch (now selector), pitch (now soundtouch) -some elements moved to -good or -ugly
2008-02-28update to 0.10.7drochner5-20/+33
changes: -Massive RTSP/RTP improvements -Support more formats in QT files -some elements moved here from gst-plugins-bad -New audio effects -bugfixes
2008-02-28update to 0.3.13drochner6-30/+84
This release merges lots of distributions patches and bug fixes and adds new functionality used by the upcoming (now!) release of Schroedinger-1.0.0. pkgsrc note: someone with an arm (pun intended), or who knows how to detect a "VFP" might want to tune the cpu feature detection code
2008-02-28Updated devel/binutils to 2.17nb1tnn1-1/+2
2008-02-28Use GNU_PROGRAM_PREFIX?= gnu-tnn2-33/+38
This is a stopgap measure for PR pkg/38106. Bump PKGREVISION.
2008-02-28update to 2.2.2drochner2-6/+6
changes: -UI improvements: -Font lists are now sorted alphabetically -Evolution records are now sorted by the "file_under" field -Explicitely set page size when printing "other" page size -Enforce minimum size for images to prevent rendering of images of zero size -bugfixes
2008-02-28update to 0.9.1drochner3-13/+34
This is primarily a bug fix and stabilization release. Apart from bug fixes, users can expect to see improved start-up times and a new sky culture (Tupi-Guarani) as well as some progress with translations and overall stability.
2008-02-28whitespace and formatting nits.jlam1-17/+13
2008-02-28Fix SA29122: MP4 Demuxer Arbitrary Memory Overwritekefren3-3/+22
2008-02-28 Updated devel/stgit to 20080220 [bjs 2008-02-28]bjs1-1/+2
2008-02-28Update to 20080220 snapshot.bjs2-7/+6
Mostly fixes, including: Fix "stg branch --delete" on a nonexistent branch Convert "stg edit" to the new infrastructure Parse the date instead of treating it as an opaque string
2008-02-28 Updated devel/scmgit to 1.5.4.3 [bjs 2008-02-28]bjs1-1/+4
Updated devel/scmgit-base to 1.5.4.3 [bjs 2008-02-28] Updated devel/scmgit-docs to 1.5.4.3 [bjs 2008-02-28]
2008-02-28Update to 1.5.4.3. While here, change pkgsrc Makefiles to use the includedbjs4-61/+25
configure script. This not only makes our Makefiles more readable, but also performs various checks that were previously hard-coded, e.g. whether or not iconv's *char arguments are constified or not. We also no longer need the huge mess which checks for the asciidoc/xmlto versions in git-docs/Makefile. Also, misc. makefile fixes/stylistic changes and removal of Python dependencies. I don't see how they are needed. Python modules should be installed as seperate ${PKGPKGPREFIX}-scmgit packages. This was a somewhat radical change, so please report any problems. Changes since 1.5.4: * RPM spec used to pull in everything with 'git'. This has been changed so that 'git' package contains just the core parts, and we now supply 'git-all' metapackage to slurp in everything. This should match end user's expectation better. * When some refs failed to update, git-push reported "failure" which was unclear if some other refs were updated or all of them failed atomically (the answer is the former). Reworded the message to clarify this. * "git clone" from a repository whose HEAD was misconfigured did not set up the remote properly. Now it tries to do better. * Updated git-push documentation to clarify what "matching" means, in order to reduce user confusion. * Updated git-add documentation to clarify "add -u" operates in the current subdirectory you are in, just like other commands. * git-gui updates to work on OSX and Windows better. * The configuration parser was not prepared to see string valued variables misspelled as boolean and segfaulted. * Temporary files left behind due to interrupted object transfers were not cleaned up with "git prune". * "git config --unset" was confused when the unset variables were spelled with continuation lines in the config file. * The merge message detection in "git cvsimport" did not catch a message that began with "Merge...". * "git status" suggests "git rm --cached" for unstaging the earlier "git add" before the initial commit. * "git status" output was incorrect during a partial commit. * "git bisect" refused to start when the HEAD was detached. * "git bisect" allowed a wildcard character in the commit message expanded while writing its log file. * Manual pages were not formatted correctly with docbook xsl 1.72; added a workaround. * "git-commit -C $tag" used to work but rewrite in C done in 1.5.4 broke it. This was fixed in 1.5.4.1. * An entry in the .gitattributes file that names a pattern in a subdirectory of the directory it is in did not match correctly (e.g. pattern "b/*.c" in "a/.gitattributes" should match "a/b/foo.c" but it didn't). This was fixed in 1.5.4.1. * Customized color specification was parsed incorrectly when numeric color values are used. This was fixed in 1.5.4.1. * http transport misbehaved when linked with curl-gnutls. * "git-commit -C $tag" used to work but rewrite in C done in 1.5.4 broke it. * An entry in the .gitattributes file that names a pattern in a subdirectory of the directory it is in did not match correctly (e.g. pattern "b/*.c" in "a/.gitattributes" should match "a/b/foo.c" but it didn't). * Customized color specification was parsed incorrectly when numeric color values are used. This was fixed in 1.5.4.1.
2008-02-28Note update of the "wireshark" package to version 0.99.8.tron1-1/+2
2008-02-28Update "wireshark" package to version 0.99.8. Changes since 0.99.7:tron4-14/+26
- Security-related vulnerabilities in the SCTP, SNMP, and TFTP dissectors have been fixed. - This release adds configuration profiles, temporary coloring rules, enhanced I/O graphs, WLAN traffic statistics, and many other useful features.