summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2006-01-08Add missing nl and uk locales.rh1-1/+13
Patch provided in private mail by Eric Gillespie <epg@>, thanks!
2006-01-08Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysqlxtraeme2-3/+4
pkg has been changed to 5.x). Reminded by wiz... thanks.
2006-01-08If multiple python's are installed make sure configure chooses the samemarkd3-5/+15
one that buildlink has.
2006-01-07Added a patch to prevent expansion of the toupper and tolower macros inrillig2-1/+20
C++. Needed at least for NetBSD 1.6.2/i386.
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz11-17/+22
2006-01-05Add DragonFly support.joerg7-16/+151
2006-01-05updated xpdf patch.markd5-9/+272
http://www.kde.org/info/security/advisory-20051207-2.txt Bump PKGREVISION.
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen3-6/+18
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
2006-01-05Update libcdio to 0.76; from Sergey Svishchev in pkg/32459.uebayasi2-6/+6
Changes between 0.75 and 0.76: - Better compatibility with C++ - a better eject routine for FreeBSD - Fix bug in not specifying a device name in libcio_cdda - Allow building cd-paranoia if Perl is not installed. - More accurate library dependency tracking in linking and pkg-config - Miscellaneous minor bug fixes. - cdio/cdda.h headers no longer depends on cdio/paranoia.h but vice versa is true. This may require an #include <cdio/cdda.h> in some applications that used <cdio/paranoia.h> but didn't include it.
2006-01-04Update to OpenOffice 2.0.1, the first bugfix release on the 2.0 branch.ghen3-50/+24
This release fixes a lot of bugs, and also introduces some new featues. For a complete list of changes, see http://development.openoffice.org/releases/2.0.1.html Ok by mrauch, wiz.
2006-01-04Recommended upgrade that also fixes a lot of small bugs. New in thisreinoud2-7/+7
release are the preservation of attribute times and ownership of files and directories and an important fix to filesize related issues making it more robust. Some important SCSI/ATAPI fixes have been made that greatly increase drive compatibility.
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz3-9/+6
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2006-01-03Readd $NetBSD$joerg2-2/+4
2006-01-03Update to 0.53:wiz2-6/+6
[Changes for 0.53 - 2005-12-05] * Make xgettext.pl work with poEdit by not trying to read from empty .po files. Patch from Brian Cassidy. [Changes for 0.52 - 2005-12-04] * Christian Hansen pointed out 0.51's fix was bass ackwards. [Changes for 0.51 - 2005-12-03] * Locale::Maketext::Extract::Run's use of File::Find::find with (follow => 1) may break on systems without symbolic links. Reported by Brian Cassidy.
2006-01-03Fix patches: $Header$ is a CVS keyword. Remove realloc and mallocjoerg14-109/+98
prototypes, they conflict with DragonFly's stdlib.h. Add parameter to sigwinch, it should match the local prototype. Fix errno.
2006-01-03Include stdio.h as well when looking for __fpending, that's where it isjoerg3-1/+28
found on DragonFly. Add one more check for DTTOIF, otherwise it can end up as implicit prototype and undefined reference.
2006-01-03Add DragonFly support.joerg2-1/+24
2006-01-03DragonFly needs netinet/in.h as well.joerg2-4/+4
2006-01-03Fix errno.joerg3-1/+44
2006-01-03Prefer NAME_MAX to MAXNAMLEN, the former is POSIX, the latter a FFS limit.joerg2-7/+27
2006-01-03Fix errno.joerg5-1/+52
2006-01-03Inside of trying to fix a brain damaged configure script which ignoresjoerg2-5/+11
the --x-libraries parameter, just hack the Makefile to use X11BASE.
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-4/+4
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-02Update to 1.3.8:wiz2-6/+6
2006-01-01 Heikki Orsila * Version 1.3.8 - configure and Makefile cleanups and fixes. 2005-10-24 Heikki Orsila - Mike Frysinger pointed out several things about the build procedure: - -W/-O flags are useless in header checks in the configure script - $compiler was not used for header checks in the configure script - Cleaned CFLAGS handling so that if CFLAGS is set by the environment, the default -O2 is stripped away from the src/Makefile.in.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz49-51/+98
Bump BUILDLINK_RECOMMENDED.
2005-12-31Update to 1.0.20051219:wiz3-22/+6
2005/12/19 + correct return-values of new functions dlg_default_listitem() and dlg_default_formitem() (Debian #344002). + add Swedish translation (Debian #343303, by Daniel Nylander) + begin function-summaries in dialog.3 + update config.guess, config.sub 2005/12/07 + change license to LGPL. + change naming convention in dlg_colors.h to make it easier to read, and incidentally remove the last chunk of code preventing relicense. + add --passwordform (request by Reznic Valery). + modify pause.c, msgbox.c to work with --help-button. + modify formbox.c, inputbox.c, textbox.c, yesno.c to work with extra button (adapted from Reznic Valery patch). + modify dlg_exit_label(), dlg_yes_labels() and dlg_ok_label() to allow help-button (prompted by Reznic Valery patch). + add zh_CN.po file from http://www.iro.umontreal.ca/translation/maint/dialog/ + provide alternate interfaces for dialog_checklist(), dialog_menu() and dialog_form(): dlg_checklist(), dlg_menu() and dlg_form() (discussion with Michael Gebetsroither). + add/use dlg_result_key() to allow binding function keys to the buttons. + implement user-definable key bindings in the rc-file. + modify inline cases for KEY_xxx values to use binding tables in new module dlg_keys.c + add several DIALOG_STATE items to the rc file: aspect, separate_widget, tab_len and visit_links + add a tab-adjustment to dlg_print_text() to improve solution from 2005/10/30, e.g., in the samples/form* scripts. + fix an off-by-one which made mouse-selection not work for menu items past the first page (GenToo #112024, patch by Harald van Dijk). 2005/11/07 + extend dlg_add_result() to allow caller to pass a null pointer for dialog_vars.input_result (Debian #336986). + correct length used for text portion of radio/checkboxes (report by Valentin Stoykov). + modify msgbox, textbox and center_label() to work properly for LANG=bg_BG.utf8 examples by Valentin Stoykov. + modify use of freopen() to work with opaque FILE type on DragonFly (report by Jeremy C Reed). + modify print_line() to compute columns, use that for the call to dlg_print_line(). Fix a few places where strlen() was used instead of dlg_count_columns() (reports by Valentin Stoykov). 2005/10/30 + reviewed changes since beginning development in 1999, decided that there are no appreciable portions of original code remaining. Marked sources to correspond. + improve cache performance for inputstr.c using tsearch() rather than a linked-list search (Debian #294853). + remove a special case for darwin in CF_XOPEN_SOURCE configure macro. + add ms.po file from http://www.iro.umontreal.ca/translation/maint/dialog/ + remove an assignment that caused the cursor to appear initially on a form field rather than button (Debian #333506). + modify buttons.c to count columns rather than bytes, fixing case where buttons were laid out incorrectly (report by Valentin Stoykov). + change dlg_print_text() to count columns rather than bytes, fixing case where fewer columns were displayed in menu than expected (report by Valentin Stoykov). 2005/10/05 + improve fix for dlg_does_output(), eliminating redundant leading separator. + fill background color for item-help text (report by Peter Postma). + correct interaction between --separate-output and --output-separator broken in 2005/09/11 fix for Debian #326918 (Debian #331440). + update config.guess, config.sub
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam22-44/+22
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Unbreak this package by requiring a firefox package that provides the .pcjmmv1-4/+6
files.
2005-12-28This will install two screenrc examples (and changes name of one) andreed6-15/+30
fixes man page to point to them. Update patch-ap for doc/screen.1 so the location of examples files is corrected. Now install both examples. Update PLISTs. Note that the screenrc example is now called screenrc and etcscreenrc is etcscreenrc (makes sense). Mention both examples in MESSAGE. Bump PKGREVISION. This will solve problem for PR #32391. Okayed by maintainer.
2005-12-28Fixed by gtkglext fix.garbled1-4/+1
2005-12-28Fixed by gtkglext fix. Tested on i386/2.0garbled1-4/+1
2005-12-28Move include of sys/types.h earlier. Fixes build as noticed on DragonFly.reed2-1/+21
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz7-7/+28
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-21Include <sys/types.h> before <sys/socket.h>. This fixed compilationmartti2-1/+15
problems on DragonFly BSD. Reported and patch provided by Francis GUDIN on a private mail.
2005-12-20-lcompat needed for DragonFly as well. Include LDFLAGS on other systemsjoerg2-5/+5
as well.
2005-12-20XmClientLibs is gone, use -lXm -lXt directly.joerg2-8/+9
2005-12-18Fix errno.joerg2-1/+15
2005-12-18Fix defining of socklen_t for NetBSD (and DragonFly). Should fixmarkd2-1/+15
PR pkg/32311.
2005-12-17Complete move of math/goffice to misc/goffice.wiz1-1/+2
2005-12-17Re-import in intended directory:wiz5-0/+417
This is a library for common operations for document centric applications that are conceptually simple, but complex to implement fully. Supported operations include: - plugins - load/save documents - undo/redo
2005-12-17Fix errno. Use correct thread library, not the hard-wired -lpthread.joerg5-2/+43
2005-12-16update sums.christos1-13/+13
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg2-4/+4
of the shared libXm has changed.
2005-12-11Remove kgeography. Now part of kdeedu3.markd5-254/+1
2005-12-11Update to KDE 3.5markd5-144/+150
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Update to KDE 3.5markd8-124/+822
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Update to KDE 3.5markd13-592/+1466
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Update to KDE 3.5markd2-88/+282
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz2-3/+4
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-12-10Added patch-aq, which makes screen use the setenv() function with threerillig2-1/+17
parameters instead of the one with two parameters. The setenv() function has been added to Solaris recently, so this wasn't necessary before. Should fix PR 32273.