summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2007-04-02Fix incorrect patches.hira4-46/+10
2007-04-02Correct checksums.hira1-4/+4
2007-04-01Fix the following four vulnerabilities.hira10-3/+288
CVE-2007-0002: Multiple Vendor libwpd Multiple Buffer Overflow Vulnerabilities CVE-2007-0238: Manipulated StarCalc files can lead to arbitrary code execution CVE-2007-0239: Security Vulnerability in StarOffice/StarSuite URL Handler CVE-2007-1466: Multiple Vendor libwpd Multiple Buffer Overflow Vulnerabilities (splitted from CVE-2007-0002) Fixes for CVE-2007-0238 and CVE-2007-0239 from OOo 2.2. Fixes for CVE-2007-0002 and CVE-2007-1466 by external libwpd. Bump PKGREVISION.
2007-04-01Remove gkrellm1 and its dependencies from pkgsrc.wiz11-152/+1
This has been replaced ages ago with gkrellm version 2. No disagreement on pkgsrc-users.
2007-04-01Add some missing files to PLIST.wiz2-4/+17
Add hicolor-icon-theme dependency for directories. Add a missing directory to PLIST. Bump PKGREVISION. XXX: new files in PLIST should probably be installed somewhere else instead.
2007-03-30Disable firefox-gtk1, seamonkey and seamonkey-gtk1 options untilhira1-2/+2
these are really supported.
2007-03-25Improve HOMEPAGE link.wiz2-4/+4
2007-03-24Prepare for switching to NO_MTREE=yes.joerg2-4/+4
2007-03-23update to kdepim-3.5.6nb2. fix build against updated pilot-link-libs - ↵abs4-3/+40
"http://websvn.kde.org/?view=rev&revision=633614"
2007-03-23Sort includes.hira1-2/+2
2007-03-23Explicitly include bl3.mk files of cairo and MesaLib.hira1-1/+3
This fixes build with modular X.Org.
2007-03-22Improve HOMEPAGE.wiz1-2/+2
2007-03-22+ taskjugglerrillig1-1/+2
2007-03-22Imported taskjuggler.rillig5-0/+159
TaskJuggler is a modern and powerful project management tool. Its new approach to project planning and tracking is far superior to the commonly used Gantt chart editing tools. It has already been successfully used in many projects and scales easily to projects with hundreds of resources and thousands of tasks.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz7-11/+14
2007-03-19Fix creation of a filter description file even if the system does nothira4-3/+40
have Java. This makes the package savable with some formats. Bump PKGREVISION.
2007-03-17Fix build with cairo. Found by bulk build.hira2-1/+18
2007-03-16Revert part of previous -- use existing .tar distributionwiz2-6/+7
file from NetBSD pkgsrc mirrors -- they contain one more file than the .tar.gz. Fixes bulk build problem, and also noted by abs@.
2007-03-15Rename to "openoffice2-bin", since misc/openoffice2's PKGNAME iswiz1-3/+3
"openoffice2" too. Adapt CONFLICTS.
2007-03-12 - Use bash instead of tcsh for build.hira4-43/+44
- Change option name gnome-vfs -> gnome. - Add ${SETENV} ${MAKE_ENV} to do-build (pointed out by joerg@). - Add --with-system-freetype and --enable-cairo. - Add --enable-evolution2 with gnome option. - Fix typo in patch-aa. Bump PKGREVISION.
2007-03-08Update to 1.1.20070227:wiz3-7/+8
2007/02/27 + add dialog-config script, which provides applications with compile- and link-information for using the dialog library. [pkgsrc: not installed, since library is not installed] + move calls to dlg_trim_string() out of loop in dialog.c, so each string is trimmed once (report by Ivanov Makcim). + modify textbox.c to allow resizing while the search box is presented. This relies on bug-fix in ncurses 5.6 20070224. + use dgettext() rather than gettext() to allow libdialog to use the messages installed for dialog (patch by Vajna Miklos). + modify inputbox to position the cursor initially at the end of any initial-text (request by Klaus Knopper). + add configure --with-valgrind for testing. + add --trace option, for debugging. + add --ascii-lines and --no-lines options to control the way the line-drawing characters are rendered (request by Klaus Knopper). + add --keep-tite option, to override suppression of smcup/rmcup (termcap ti/te) strings which would switch to xterm's alternate screen (Debian #380665). + modify fselect/dselect to use space-character as a completion operator like tab in shells (patch by Yoram Bar Haim). + remove a redundant chunk from checklist.c which reported status a second time if the help-button was pressed but no item-help option was in effect (Andre C Barros). + fix return-status from "dialog --pause" (Debian #409254). + add --mixedform and --mixedgauge dialogs based on patch from Kiran Cherupally. + add some notes on compatibility to the manpage. + add editbox dialog (compatible with Xdialog, Debian #368478). + add dselect dialog (compatible with Xdialog). + remove an incorrect initialization of .text_flen from 2005/12/07 changes, which made all fields in a form editable (Debian #404045). + report error and exit if a filename given for the --file option cannot be opened (report by "Dog Walker"). + make --program-prefix, etc., work in configure script, e.g., to make program install as "cdialog". This does not alter the library name. + add install-bin, install-man (and uninstall) rules to makefile. + updates for configure script macros (originally vile, lynx, xterm): AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, CF_CURSES_CPPFLAGS, CF_CURSES_LIBS, CF_INCLUDE_DIRS, CF_LARGEFILE, CF_MAKEFLAGS, CF_PATH_SYNTAX, CF_SUBDIR_PATH, CF_SUBST, CF_WITH_DBMALLOC, CF_WITH_DMALLOC, CF_WITH_LIBTOOL and CF_XOPEN_SOURCE. + updated config.guess, config.sub > adapted fixes from SuSE package (Werner Fink): + add some limit-checks in dlg_draw_shadow(). + make shadows resizable, using new dlg_move_window() in msgbox.c and yesno.c + add dialog_state.input, use this in end_dialog() to decide whether to close pipe inputs and call _exit(), or simply call exit(). + modify dlg_ctl_size() to check if the reason for failure is because shadows were used; retry in that case without shadows. + add signal catcher for SIGSEGV.
2007-03-04Take maintainership.hira1-2/+2
2007-03-04 - Use CONFIGURE_DIR.hira41-160/+192
- Fix "test ==". From wiz@ in private e-mail.
2007-03-04for modular X11 this requires at least libXawabs1-2/+3
2007-03-04Mark as not for Linux. From Sergey Svishchev in private mail.wiz1-1/+4
2007-03-04Update MASTER_SITES. This one provides a .tar.gz, so update distinfo.wiz2-8/+7
2007-03-02Use standard headers. Use more macros.wiz1-3/+4
2007-03-02Fix "test ==".hira2-4/+4
2007-03-01SCRIPTS_ENV is unused here, do not modify it.wiz1-3/+1
2007-03-01 - Add missing entries to PLIST.hira2-6/+17
- Force use some packages which don't have pkg-config file with NetBSD using native XFree86. Both of them were pointed out by oster@ in private e-mail. Bump PKGREVISION.
2007-03-01Make cups option effective.hira2-5/+11
2007-03-01Sort.hira1-2/+2
2007-02-28Re-enable gtk2 option. I've succeeded to build without gtk2.hira2-13/+10
gtk2 is still enabled by default because official build using it.
2007-02-28Fix typo in cups option.hira1-2/+2
2007-02-28Force disable fltk in epm project. Fix build if x11/fltk is installed.hira3-1/+43
Problem reported and fix tested by oster@ in private e-mail.
2007-02-28Fix build with some shells. From KDE svn.markd2-1/+21
2007-02-28Remove nolonger used patchmarkd1-19/+0
2007-02-27Set USE_PKGSRC_GCC to YES on NetBSD-4*.hira1-3/+7
2007-02-27 - Enable gtk2.hira2-10/+14
- Add pkg-config to USE_TOOLS. Bump PKGREVISION.
2007-02-27Update MASTER_SITES to 1.6._2_veego1-2/+2
2007-02-27Conflict with openoffice2. Bump PKGREVISION.hira3-5/+9
Pointed out by ghen@.
2007-02-27koffice 1.6.2 update.markd15-48/+149
2007-02-27Update koffice to 1.6.2markd4-27/+48
Although this is a maintenance release, there are some new features in Krita (new filters and a smudge paint operation) and Kexi (a new User Mode to deploy Kexi applications). Many bugs were fixed.
2007-02-27Add openoffice2.hira1-1/+2
2007-02-27Import OpenOffice.org 2.1.0 for build.hira42-0/+1857
This fixes a lot of bugs and adds a lot of new features since 1.1.5. Guide to New Features: http://marketing.openoffice.org/2.0/featureguide.html Release Note: http://development.openoffice.org/releases/2.1.0.html
2007-02-27Update to 1.03:wiz2-8/+7
1.03 15 November 1999 - Changed the name of the directory for the distribution, ie Msgcat-version/ instead of Msgcat/. 1.02 15 November 1999 - XPG4 says that the fields in the message catalog must be separated by one blank, not many. Corrected this in the sample file.
2007-02-24Update to 20070224 - cosmetic changes, make default width 5 charactersagc3-10/+9
smaller, and fix a typo in the man page.
2007-02-22pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.wiz1-6/+6
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz27-83/+83
Patch provided by Sergey Svishchev in private mail.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz7-15/+25
From Sergey Svishchev in private mail.