Commit graph

2589 commits

Author SHA1 Message Date
abs
ee9906d198 Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
2005-09-06 08:10:57 +00:00
minskim
f7f50ac7e2 Update xchm to 1.2.
Changes since 1.0:
  - Added TW translation.
  - Fixed bookmarks save on application exit bug.
  - Added support for the <SPAN> HTML tag.
  - Better icons for the contents tree control items.
  - Added Chinese translation.
  - Improved the language detection system and non-Latin character
    sets display in Unicode builds.
  - Fixed Cyrillic characters display in Unicode builds.
2005-09-05 15:10:44 +00:00
wiz
f59d6d3bcf Update to 1.3.6:
2005-08-08  Heikki Orsila
        * version 1.3.6
        - Portability fix for Solaris (Stefan Alfredsson)

2005-08-03  Heikki Orsila <heikki.orsila@iki.fi>
        - A configure script bug was fixed that prevented inttypes.h from being
          detected if stdint.h doesn't exist. This bug seems affect some
          Solaris systems (they had inttypes.h but no stdint.h). Thanks to
          Stefan Alfredsson for the fix.
        - Added optimization into the configure script. Now inttypes.h is not
          checked if stdint.h exists.
2005-09-05 00:48:13 +00:00
jlam
daa2b1ac9b Bump the PKGREVISION of packages that linked against the lua shared
library after lang/lua was libtoolized in lua-5.0.2nb4.
2005-09-04 05:00:36 +00:00
taca
ba3fbcd239 Update p5-File-MMagic to 1.25.
Changes from 1.22:

2005-08-27  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* Version 1.25.

	* Moved Build.PL to contrib directory.

2005-08-01  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* Version 1.24.

	* MMagic.pm (check_binary): Removed brackets, closes #13535.
	  (Reported by dakkar, thank you)

2005-07-29  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm: Version 1.23.

2004-04-21  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm (magicMatchStr): Added a length check.
	  Reported by Tadamasa Teranishi, thank you.

2004-03-17  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* Build.PL: Added.
	  Contributed by Ryuji Abe, thank you.
2005-08-29 16:10:28 +00:00
uebayasi
aa8e85bcfd Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
2005-08-28 04:25:28 +00:00
minskim
99b96f7344 Remove conflicting declaration of shmat. This fixes PR pkg/31008. 2005-08-27 20:43:40 +00:00
reed
4261fcc97b Remove unused NO_XFREE86_TARGETS definition.
Make this use 6.8.2 source (instead of 6.7.0). Bump PKGREVISION.

Okayed by maintainer.
2005-08-26 22:44:30 +00:00
reed
8ab8ae8888 Make sure install uses BINOWN, BINGRP, MANOWN, and MANGRP
settings. This fixes install when done as unprivileged.
Bump PKGREVISION.
2005-08-26 22:31:49 +00:00
grant
73ce9604c0 explicitly link against libintl instead of indirectly via gtk. fixes
build on Solaris.
2005-08-26 13:59:21 +00:00
xtraeme
0d55314934 Added misc/cdialog 2005-08-25 11:15:54 +00:00
xtraeme
20f20cefa7 Initial import of cdialog-1.0.20050306.
This is an enhanced version of the 'dialog' command, with new widgets,
UTF-8 support and more.
2005-08-25 11:14:25 +00:00
jmmv
1f8552aa22 Update to 1.0.5:
What's new in  GOK 1.0.5?

       * Respond to more children-changed:add events, specifically, rebuild
         the UI component list if children are added to ROLE_FRAME objects,
         ROLE_ROOT_PANE objects, or ROLE_PANEL objects (in addition to the
         roles already listened to, for instance ROLE_HTML_CONTAINER).

       * Handle the somewhat aberrant menus that some gtk+ apps exhibit if
         their UIs were created with glade - namely, menus may have
         ROLE_MENU_ITEM instead of ROLE_MENU.  If a ROLE_MENU_ITEM has
         children, then we now treat it as though it had ROLE_MENU.

What's new in  GOK 1.0.4?

       * Fix for #301377, we can now handle actionable table cells even if
         they don't have unique names.

       * We now grab focus if the actionable item is a button;
         this improves behavior with the gtk file selector.

       * New languages:  "eu" (Basque),  Iñaki Larrañaga.
                         "rw" (Rwandan), Steve Murphy.

       * Fix for #172111.
2005-08-21 11:32:46 +00:00
jlam
cf4dfe44a5 Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG.  Bump the PKGREVISION
for packages that were modified as a result.
2005-08-20 19:16:21 +00:00
jlam
79201920ba Update misc/rubygems to 0.8.11. Changes from version 0.8.10 include:
* Improved dependency checks and installation via gems.
    * .gemrc now allows setting default options per gem sub-command.
    * Wrappers and/or symlinks are created as needd to put executables
      into the ruby bindir.
    * Creating and checking digital signatures on gems.
2005-08-18 05:43:32 +00:00
reed
e3bc8de2a2 New homepage. 2005-08-16 05:28:12 +00:00
markd
8f61fc27c7 tempfile vulnerability from
http://www.kde.org/info/security/advisory-20050815-1.txt
Bump PKGREVISION.
2005-08-15 12:44:45 +00:00
minskim
678c6f0ab4 Update xchm to 1.0.
Changes:
- Text selection and copy/paste operations are available.
- Searching in page with Ctrl+F is possible.
- Changed the protocol prefix to 'xchm:' to avoid conflicts with the
  wxWindows-integrated chm support.
- Improved CHM load times and UI usability during loading.
2005-08-14 18:49:08 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
adam
3ead2623ec Changes 0.75:
- audio volume level fix on Microsoft Windows
- fix build when --enable-shared, --disable-static
- CD-Text retrieval fix
- allow the MMC timeout to be adjusted by the application
- cd-paranoia: Add option --mmc-timeout (-m) to set MMC timeout.
  We now check that integer arguments are integers and are within
  range.
- changes for libcddb 1.1.0 API change
- remove gcc 4.0 warnings
- miscellaneous small bug fixes, removal of questionable idioms or
  memory leak fixes
2005-08-09 12:56:18 +00:00
wiz
d8a297251a Bump PKGREVISION for wxGTK dependency change. 2005-08-07 11:34:21 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
markd
44e7291f02 Fix for saving/opening attachments in Kmail. From KDE SVN.
Bump PKGREVISION.
2005-08-02 10:29:20 +00:00
cube
3c67ace0ab Add "shells" to CATEGORIES, ride on previous revision bump. 2005-08-01 11:36:29 +00:00
cube
34d6d30cb3 GNU screen can be used as a login shell, so register it as such.
PR 30838 by Geert Hendrickx.
2005-08-01 10:27:59 +00:00
grant
a07a1029ca - remove hardcoded /usr/pkg in patch, simplify
- honour CPPFLAGS, LDFLAGS, LIBS
- needs -lnsl -lsocket on Solaris
2005-07-31 14:03:28 +00:00
grant
58f0db73ec whitespace fix 2005-07-31 13:35:37 +00:00
markd
ff275718e0 Update to KDE 3.4.2
No summary of changes given, see
http://www.kde.org/announcements/changelogs/3_4_2/kdeaccessibility.txt for
details.
2005-07-30 11:49:12 +00:00
markd
b07ae193af Update to KDE 3.4.2
No summary of changes given, see
http://www.kde.org/announcements/changelogs/3_4_2/kdeaddons.txt for
details.
2005-07-30 11:46:40 +00:00
markd
36270c0731 Update to KDE 3.4.2
No summary of changes given, see
http://www.kde.org/announcements/changelogs/3_4_2/kdeadmin.txt for details.
2005-07-30 11:44:19 +00:00
markd
a40d5d41aa Update to KDE 3.4.2
No summary of changes given, see
http://www.kde.org/announcements/changelogs/3_4_2/kdeartwork.txt for
details.
2005-07-30 11:42:22 +00:00
markd
cf4493ec82 Update to KDE 3.4.2
No summary of changes given, see
http://www.kde.org/announcements/changelogs/3_4_2/kdeedu.txt for details.
2005-07-30 11:37:19 +00:00
markd
c9e5d72e8d Update to KDE 3.4.2
Changes:
* KAlarm: Minimise KMix window if KMix is started by KAlarm when
  displaying a message.
* KAlarm: Prevent session restoration displaying main windows which
  should be hidden.
* KAlarm: Prevent alarm message windows being too large for screen.
* KAlarm: Change --volume command line option short form from -v to -V
  to avoid clash with --version.
* KNode: Fix %NAME and %EMAIL custom header macros
* KNode: Support news server that don't understand the LIST OVERVIEW.FMT
  command
* KNode: Fix subject field cursor regression
* Akregator: Improve rendering speed of the article list drastically (by
  about factor 10)
* Akregator: Fix opening of non-HTML files in external applications
2005-07-30 11:33:15 +00:00
markd
e88b469d62 Update to KDE 3.4.2
Changes:
* Ark: Do not try to open the internal viewer in case the extraction of
  the file failed
* KCalc: Fix 0 + 0 and 0 - 0
2005-07-30 11:26:12 +00:00
grant
0fa24c0ddc - indentation
- define NO_BUILD instead of an empty do-build target
- eliminate MACHINE_ARCH mangling, i[3-6]86 is already squashed to i386
  by bsd.prefs.mk
- allow install on Solaris/x86
2005-07-29 00:54:41 +00:00
grant
876989053e tidy up formatting 2005-07-29 00:46:26 +00:00
wiz
6301213966 Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:21:16 +00:00
kristerw
7721844e0c Fix a comment that made make report:
Unassociated shell command "# on NetBSD 1.6"
2005-07-25 21:08:29 +00:00
wiz
62fa67282a pkglint. 2005-07-25 13:39:41 +00:00
markd
c86dad1ad2 We never use the libgpgme-copy (we use the real package) so don't bother
patching it.
2005-07-25 13:21:31 +00:00
markd
9da2746005 Update to koffice 1.4.1
Changes (from 1.4.0a some already in 1.4.0b)
KOfficeCore:
* OASIS loading/saving fix for embedded objects
* Fix crash when pressing Quit in the initial startup dialog
* Fix the handling of Automatically select filename extension when
  directory was selected
KOffice UI:
* Fix typing a URL in startup dialog and clicking OK; the URL
  wasn't loaded
* Fix "Always start X with this template" behaving as if it was checked
  when it wasn't
KOffice Workspace:
* Has an icon, finally :)
KWord
* Fix crash when updating a TOC with a table inside it
* Fixes for OASIS OpenDocument support
KPresenter
* Fix painting shadows of all 2D shapes
* Fixed "copy-page has a little offset for embedded objects"
* OASIS OpenDocument fixes for polyline, polygon and regular-polygon
KSpread
* Fix crash related to obscured cells in rendering code
Krita
* Fix bugs
* Move the layers palette to the control box docker, so there's one
  docker less on screen
* Add shortcut keys for many more actions (Thanks to Alan)
* Various performance optimizations
* On selecting the crop tool when there is a selections present, crop
* Crop layer on double click
* Improved .psd loading
Kexi
* Fix compilation using gcc on some platforms
* Fix crash on startup when Kexi is started from K Menu
* Form widgets: shadow in label widgets is properly set for altered
  indenting, margins and alignment
2005-07-25 13:05:51 +00:00
wiz
446fa529a8 Remove some obsolete packages using gnome[1]-libs.
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-23 21:34:55 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
dillo
426c6f2957 Replace GECKO_PROVIDER with option group. New options are firefox
and mozilla.  Backwards compatibilty is provided.

Reviewed by wiz.
2005-07-21 13:11:42 +00:00
kristerw
5c00611d47 Do not include <malloc.h>. 2005-07-20 00:10:30 +00:00
wiz
93f0559b51 Add patch that should solve the annoying
Makefile:126: *** target pattern contains no `%'.  Stop.
breakage.

XXX: If this works, I'll move this package to emulators/, where it belongs.
2005-07-18 12:38:35 +00:00
markd
a9d3af9a49 Update koffice to 1.4.0b
1.4.0b Changes since 1.4.0a
* Crash when pressing Quit on startup
* KSpread crashes when rendering obscured cells
* KWord crash when updating TOC with table inside of it
* Revised OASIS saving in KSpread
* Revised OASIS support in KPresenter
* Many improvements and bugfixes in Krita and Kexi.
* Various other bugfixes.
2005-07-17 12:29:38 +00:00
markd
736d037fc4 Remove patch file that should have gone with the last update.
Fix build on NetBSD 1.6:
   1.6's tar misnamed a file when unpacking (!?) so fix up if this
   happens.
   g++'s vector template doesn't have an at() method but what we actually
   want is back() (which it does have) so use it.
2005-07-17 12:24:20 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00