summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-08Make FreeBSD patch for ld.so semantic differences between linux and bsdmjl3-14/+14
apply for NetBSD too: this closes PR/21452 (problem with gnucash not finding its symbols in dynamically loaded modules) for -currentish installations (this needs RTLD_DEFAULT support in ld_elf.so). 1.6 installations still suffer unless a -current ld_elf.so and /usr/include/dlfcn.h are installed, sorry. Make other FreeBSD-specific patch apply too since it looks sensible (adds error checking).
2004-02-08Initial addition.jmmv1-0/+25
2004-02-08add a CONFLICT on the old PKGNAME.grant1-1/+3
2004-02-08s/then/them/snj2-2/+2
2004-02-08Fix SIGSEGV problem w/ p5-Apache-Gallery by updating dependencies:kim1-1/+4
- p5-IO-String 1.04 - p5-Image-Info 1.16 - p5-Apache-Gallery 0.7nb3
2004-02-08Require p5-Image-Info 1.15 or later to avoid SEGFAULTS from 1.12.kim1-3/+3
Bump PKGREVISION.
2004-02-08Upgrade to 1.16:kim2-6/+6
- Support for Canon 300D/Digital Rebel. - Avoid IO::String dependency for perl-5.8. - Support TIFF/Exif GPS tags. - Support for Olympus C-700UZ and fix for the Olympus-JpegQual attribute. - Support for Canon makernote. - IO::String v1.02 core dumps fixed by depending on v1.03.
2004-02-08Update to 1.04:kim2-5/+5
- Documentation fixes - Seek will not reset the input_line_number (aka $.) for the IO::String object any more. - Workaround for core dump in close() in perl-5.6.x. Prerequisite for p5-Image-Info-1.16
2004-02-08Include intltool's buildlink2.mk to handle dependancies required by thesejmmv4-4/+8
tools (as p5-XML-Parser). Noted by Min Sik Kim.
2004-02-08Automatically override intltool utilities in a package using this file.jmmv1-1/+12
This will use the latest version of the tools and also handle (hidden) build dependancies automatically and in a consistent way.
2004-02-08Add missing buildlink3 glue code for this package.chris1-0/+19
2004-02-08Use buildink *3* and not 2 glue code for "glib2".tron1-2/+2
2004-02-08Correct a few errors pointed out by Chris Gilbert.tron1-3/+3
2004-02-08Add missing buildlink3 glue code for this package.tron1-0/+16
2004-02-08s/Cd/CD/, s/Gtk/GTK+/ in COMMENT.grant1-2/+2
2004-02-08move CFLAGS and LD_LIBS to pkgsrc Makefile and clean up installgrant3-19/+76
targets so platforms other than *BSD have a chance of building. install /etc/TIMEZONE on Solaris. XXX this package still needs more work to be useful on Solaris and other platforms.
2004-02-08link against socket libs on Solaris.grant3-7/+11
2004-02-08don't override variables which pkgsrc already sets in MAKE_ENV.grant2-21/+31
fixes build on Solaris.
2004-02-08remove commented PKGREVISION from update to 0.1.5, fix COMMENT,grant1-4/+3
whitespace fixes.
2004-02-08link against libsocket on Solaris.grant1-1/+3
2004-02-08Note kmplayer update.markd1-1/+2
2004-02-08Update kmplayer to version 0.8.2.markd3-9/+8
Changes since version 0.8.2-rc5 - Don't show ffserver setting when no v4l devices are configured - Stream detection fix for MPlayer-1.0prex (needed for recording) From Murray Armfield in PR pkg/24357
2004-02-08don't override CFLAGS. fixes build with SunPro.grant2-9/+7
2004-02-08print date and time in UTC.grant1-3/+5
2004-02-08Note update of kodos to 2.4.0.recht1-1/+2
2004-02-08update to 2.4.0recht3-10/+19
Changes since 2.3.1: - The widget used for the "Group" tab has been changed to allow for the proper display of matches that span multiple lines. - Minor bug fixes Changes since 2.3.0: - Fixed several bugs that were introduced by my first attempt at internationalizing the application. - Added a Polish translation of Kodos that was contributed by Jarek Zgoda. Many thanks to Jarek for his translation efforts and 2.3.0 bug reports. If you prefer to use the Polish version of Kodos, simply launch Kodos with the -l pl flag (kodos.py -l pl or kodos.exe -l pl) Changes since 2.1: - Added: Support for unicode. Users can now create regular expressions that contain unicode characters. - Added: Support for multiple languages (locales) via translation files. If you're interested in translating Kodos to another language please email me. - Normalized the distribution paths so that Kodos can find help files regardless of distribution. - Fixed some issues with the RPMs. They should now install correctly. - Minor bug fixes - Code cleanup Changes since 2.0: - Added: The Regex Library which aims to be a repository of common reusable regular expression patterns. Please see http://kodos.sourceforge.net/regex-lib.html for more information. - Added: Kodos tries to save/restore window positions and sizes. - Added: Kodos now prompts the user to save their work before exiting or before performing an action that would otherwise result in the loss of the work. - Upgraded: The look and feel of the regex reference guide. - Code cleanup
2004-02-08Fix the installation of libltdl on non-NetBSD platforms and correct askrll4-6/+96
typo in version_type for BSD/OS. PKGREVISION++
2004-02-08It's not PKGSHLIBTOOL anymore but PKG_SHLIBTOOL.seb1-2/+2
2004-02-08include the total number of binary pkgs created in the report. fixgrant1-6/+17
some HTML nits.
2004-02-08Override config.sub and config.guess. For mipseb support.sekiya1-1/+4
2004-02-08We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,jlam18-42/+42
etc. because the bare variables will point to the correct executables.
2004-02-08Use ${PKG_LIBTOOL} to refer to the full path to the real libtool.jlam1-3/+3
2004-02-08LTCONFIG_OVERRIDE is obsolete... use LIBTOOL_OVERRIDE instead. Also somejlam1-7/+7
minor whitespace nits.
2004-02-08Make those scripts executable.jlam1-1/+2
2004-02-08Use a two-line "exec" shell script instead of a symlink to the real GCC.jlam1-2/+4
This should fix problems with not finding "cc1" or other GCC subprograms.
2004-02-08PKGLIBTOOL and PKGSHLIBTOOL are no more.jlam12-38/+38
2004-02-08* Let CC/CXX/CPP/FC always point to the compiler used in the actualjlam8-111/+70
building of software. For packages that use either buildlink2 or buildlink3, this would be the wrapper script in ${BUILDLINK_DIR}. * Garbage-collect _BLNK_WRAP_SETENV.* as those are not needed after the above changes. Configure and make processes will automatically find the right compilers in the PATH. * PKGLIBTOOL and PKGSHLIBTOOL are no longer needed since LIBTOOL and SHLIBTOOL point to the correct libtools regardless of any USE_BUILDLINK[23] definitions.
2004-02-08Don't set LD to ${BUILDLINK_DIR}/bin/ld in the libtool script.jlam1-1/+6
2004-02-08Note update of gnupg to 1.2.4nb1.kleink1-1/+2
2004-02-08Install doc/DETAILS, which conveniently documents --with-colon formattedkleink2-2/+8
output, among other things. Bump to 1.2.4nb1. Approved by Thomas Klausner.
2004-02-08Use bz2 tarball; suggested by Michal Pasternak in PR 24351.wiz2-4/+5
2004-02-07Don't set LD=${CC} globally, but only pass it to CONFIGURE_ENV, which isjlam2-4/+4
the only relevant place that wants it.
2004-02-07Note update of openbox to 3.1nb2.jmmv1-1/+2
2004-02-07Honour PKG_SYSCONFDIR: the package was actually looking for files injmmv4-28/+26
/usr/pkg/etc so I've changed this to sysconfdir; I'm not adding an extra search path. Also install default configuration files in place, so that this works out of the box. If they are not there, the window manager is unconfigured, and things like window menus do not appear at all. Bump PKGREVISION to 2.
2004-02-07Install the lib directory before installing files into it.minskim1-1/+3
Approved by jlam@.
2004-02-07Fix PLIST after libtool-1.5.2 update.wiz1-2/+1
2004-02-07Missed a PLIST that needed fixing after the libtool 1.5.2 update.skrll1-2/+1
Noted by Chris Gilbert
2004-02-07Deleted py-koCodecs.minskim1-1/+2
2004-02-07Remove py-koCodecs. This pacakge was replaced with py-cjkcodecs and notminskim5-113/+1
maintained any more. Approved by wiz@.
2004-02-07+ocaml-3.07pl2.wiz1-1/+2