Commit graph

199364 commits

Author SHA1 Message Date
rodent
aa1275dbab "This line belongs inside the .ifdef block." 2013-04-06 13:46:33 +00:00
rodent
3b3f0ebfb4 Readded entries removed in error. :( 2013-04-06 13:32:49 +00:00
rodent
dea2f05b46 ".for variable names should not contain uppercase letters" 2013-04-06 13:24:18 +00:00
rodent
7009872d91 "Please write NetBSD.org instead of netbsd.org" 2013-04-06 13:09:24 +00:00
rodent
4a1fd5e54c $(DISTNAME)$(EXTRACT_SUFX) is not a valid DISTFILE, but perhaps
${DISTNAME}${EXTRACT_SUFX} is.
2013-04-06 13:05:30 +00:00
rodent
23ce83ea99 Set EXTRACT_SUFX here intead of Makefile.common, so it's overridden in
fewer places.
2013-04-06 13:02:33 +00:00
rodent
44c94b38c6 'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be
redundant.' - It was. Removed.
2013-04-06 13:01:26 +00:00
hauke
ec53c330d1 Fix the fix:
No Extendes Attributes for NetBSD < 6.99.*, so ad(1) does not get
built, and should not appear in PLIST.
2013-04-06 12:45:05 +00:00
obache
abe99b5d3f Updated devel/libffi to 3.0.13 2013-04-06 12:41:43 +00:00
obache
ef66b98821 Update libffi to 3.0.13.
3.0.13 Mar-17-13
        Add Meta support.
        Add missing Moxie bits.
        Fix stack alignment bug on 32-bit x86.
        Build fix for m68000 targets.
        Build fix for soft-float Power targets.
        Fix the install dir location for some platforms when building
          with GCC (OS X, Solaris).
        Fix Cygwin regression.
2013-04-06 12:41:23 +00:00
rodent
47b0a5f90d "Line too long (should be no more than 80 characters)." 2013-04-06 12:14:30 +00:00
taca
ec8636edca Note update of www/fengoffice package to 2.2.4.1. 2013-04-06 12:09:56 +00:00
taca
3d7d39300a Update fengoffice to 2.2.4.1.
Changelog
=========

Since 2.2.4.1
----------------

bugfix: Add/edit member form permissions goes down if screen is not wide enough.
bugfix: Member selector onblur must select one of the list if there is any
	match and there is at least one character written.
bugfix: Object picker: do not show object types not allowed for the user in
	the left panel
bugfix: D&D classify is allowing to classify in read only members.
bugfix: Do not show parent members in member selector if user has no
	permissions over them.
bugfix: Upgrade 1.7 -> 2.X: give permissions over timeslots, reports and
	templates in all workspaces where the user can manage tasks.
bugfix: Non admin users cannot delete timeslots.

feature: Can define required dimension without specifying object types.
feature: Option to view members in a separate column.


Since 2.2.4-beta
----------------

bugfix: Cannot delete user with no objects associated.
bugfix: Javascript error when loading and change logo link does not exists.
bugfix: plugin administration fixes.
bugfix: Email content parts that come in attachments are not shown.
bugfix: Tasks edition in gantt chart loses task description.
bugfix: Adding client or project under another member does not remember
	selected parent when using quickadd and details button.

feature: More options for tasks edition.
feature: More options for composing emails.

language: Languages updated: German, French, Japanese, Polski.
2013-04-06 12:09:25 +00:00
rodent
56cf012b37 'For consistency, please add a trailing slash to "http://example.com".' 2013-04-06 12:08:38 +00:00
taca
682fa0abde Note update of www/drupal7 package to 7.22. 2013-04-06 12:07:38 +00:00
taca
0670078980 Update drupal7 to 7.22.
Drupal 7.22, 2013-04-03
-----------------------
- Allowed the drupal_http_request() function to be overridden so that
  additional HTTP request capabilities can be added by contributed modules.
- Changed the Simpletest module to allow PSR-0 test classes to be used in
  Drupal 7.
- Removed an unnecessary "Content-Disposition" header from private file
  downloads; it prevented many private files from being viewed inline in a web
  browser.
- Changed various field API functions to allow them to optionally act on a
  single field within an entity (API addition: http://drupal.org/node/1825844).
- Fixed a bug which prevented Drupal's file transfer functionality from working
  on some PHP 5.4 systems.
- Fixed incorrect log message when theme() is called for a theme hook that does
  not exist (minor string change).
- Fixed Drupal's token-replacement system to allow spaces in the token value.
- Changed the default behavior after a user creates a node they do not have
  access to view. The user will now be redirected to the front page rather than
  an access denied page.
- Fixed a bug which prevented empty HTTP headers (such as "0") from being set.
  (Minor behavior change: Callers of drupal_add_http_header() must now set
  FALSE explicitly to prevent a header from being sent at all; this was already
  indicated in the function's documentation.)
- Fixed OpenID errors when more than one module implements hook_openid(). The
  behavior is now changed so that if more than one module tries to set the same
  parameter, the last module's change takes effect.
- Fixed a serious documentation bug: The $name variable in the
  taxonomy-term.tpl.php theme template was incorrectly documented as being
  sanitized when in fact it is not.
- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
  duplicate permission names in the User module's database tables.
- Added an empty "datatype" attribute to taxonomy term and username links to
  make the RDFa markup upward compatible with RDFa 1.1 (minor markup addition).
- Fixed a bug which caused the denial-of-service protection added in Drupal
  7.20 to break certain valid image URLs that had an extra slash in them.
- Fixed a bug with update queries in the SQLite database driver that prevented
  Drupal from being installed with SQLite on PHP 5.4.
- Fixed enforced dependencies errors updating to recent versions of Drupal 7 on
  certain non-MySQL databases.
- Refactored the Field module's caching behavior to obtain large improvements
  in memory usage for sites with many fields and instances (API addition:
  http://drupal.org/node/1915646).
- Fixed entity argument not being passed to implementations of
  hook_file_download_access_alter(). The fix adds an additional context
  parameter that can be passed when calling drupal_alter() for any hook (API
  change: http://drupal.org/node/1882722).
- Fixed broken support for translatable comment fields (API change:
  http://drupal.org/node/1874724).
- Added an assertThemeOutput() method to Simpletest to allow tests to check
  that themed output matches an expected HTML string (API addition).
- Added a link to "Install another module" after a module has been successfully
  downloaded via the Update Manager (UI change).
- Added an optional "exclusive" flag to installation profile .info files which
  allows Drupal distributions to force a profile to be selected during
  installation (API addition).
- Fixed a bug which caused the database API to not properly close database
  connections.
- Added a link to the URL for running cron from outside the site to the Cron
  settings page (UI change).
- Fixed a bug which prevented image styles from being reverted on PHP 5.4.
- Made the default .htaccess rules protocol sensitive to improve security for
  sites which use HTTPS and redirect between "www" and non-"www" versions of
  the page.
- Numerous small bug fixes.
- Numerous API documentation improvements.
- Additional automated test coverage.
2013-04-06 12:07:12 +00:00
taca
0cabb17eef Note update of contao211 and contao211-example packages to 2.11.11. 2013-04-06 12:05:15 +00:00
taca
4451a93577 Update contao211 package to 2.11.11.
Version 2.11.11 (2013-04-03)
----------------------------

### Fixed
Pass the style attribute to empty image gallery table cells (see #5485).

### Fixed
Do not override the website path in the default config file (see #5339).
2013-04-06 12:04:24 +00:00
rodent
28c976145a "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
2013-04-06 12:03:59 +00:00
rodent
1868fd65fc Removing:
jabberd-1.6.1.1
libcares-1.8.0
libssh-0.5.3 [www.libssh.org]
lmbench-2.5 [http://lmbench.sourceforge.net/]
muse-0.9.2
rhythmbox-0.13.3
streamripper-1.63.0

as the versions in pkgsrc are newer than these "update" requests.
2013-04-06 11:55:51 +00:00
wiz
5ffc6ac96f Updated meta-pkgs/pulseaudio-tools to 1.0 2013-04-06 11:41:45 +00:00
wiz
9e741e6b40 Remove padevchooser. Bump version. 2013-04-06 11:41:35 +00:00
rodent
3ca117824e "$foo is ambiguous. Use ${foo} if you mean a Makefile variable or $$foo if
you mean a shell variable."
2013-04-06 11:39:25 +00:00
rodent
95b6ba52f0 '"# $NetBSD$" expected.' 2013-04-06 11:23:04 +00:00
rodent
bc410c0a72 Removing:
allegro eog3 f-spot evolution-exchange mpfr seahorse dictem webkit-gtk3

from Suggested package updates. These updates were completed.
2013-04-06 11:14:50 +00:00
obache
3aa34f16a5 prevent to PREFER_PKGSRC any of x11 packages for Cygwin. 2013-04-06 11:11:56 +00:00
rodent
1a6dc952b9 "For efficiency reasons, please include bsd.fast.prefs.mk instead of
bsd.prefs.mk."
2013-04-06 11:06:52 +00:00
markd
e333f880ef k4dirstat update 2013-04-06 11:03:12 +00:00
markd
21dd8fe336 Update to 2.7.4
- Fix a possible segfault
- Add a scalable icon
- Support empty sparse file
- Disable the PacMan animation
- Let total size be the sum of total size
- Fix a valgrind warning
2013-04-06 11:01:00 +00:00
markd
c5b6fa6dac kbibtex update 2013-04-06 10:46:36 +00:00
markd
fc78e19ad9 Update to 0.4.1
- Web searches: Improved support for user-triggered cancelling
- SpringerLink search: GUI changes, using api.springer.com for search
- PubMed: Limiting search requests per time
- ACM Portal: Retrieving "month", fixing HTTP header
- JSTOR: fixing HTTP header
- Google Scholar: Updates to compensate for changes in Google's web layout;
  handling redirects
- Science Direct: Updates to compensate for changes in Science Direct's web
  layout; handling redirects
- arXiv: Trying to extract bibliographic information from journal strings
- BibSonomy: Specifying number of hits to find
- Web search uses KDE's proxy settings
- Using KDE subsystem to open external files (e.g. PDF files)
- Adding preview for images (in addition to PDF or HTML files); handling
  references to arXiv
- Squeezing long file names in user interface
- Handling quit actions more gracefully
- Improving interface to external programs such as pdflatex
- More robust XSL transformations
- BibTeX import: guessing encoding information left by JabRef, more
  informative debug output, improved handling of multiple fields with same
  name
- Reference preview: supporting dark color schemes
- Fixing sorting in value list
- Fixes in setting color tag to entries
- Fixes in name formatting
- Keeping user interface read-only for read-only use cases
- Numerous bug fixes, closing memory leaks, speed improvements
- Adding testing application for web searches
- Fixes in duplicate merging code: remove fields user doesn't want to keep
2013-04-06 10:45:05 +00:00
markd
b811cec838 updates for kdiff3 and kile 2013-04-06 10:23:36 +00:00
markd
c3f61257bd Update to 0.9.97
Version 0.9.97 - 2012-08-10
===========================
- Memory usage optimized for comparison of large directories. (ca. 1/5
  needed)
- In overwiev for two way diff show if only one side contains text.
- Fix for Fedora by Neal Becker in src-QT4/kdiff3part.desktop.
- When word wrap is active toggling line numbers now recalculates the
  word wrap.
- Removed confusing "For compatibility ..." hint from option -qall
- Fixed mouse wheel problem.
- Change an encoding in diff text window via click on encoding label.
- Fix for tab-key moving focus instead of adding a tab character in
  MergeResultWindow.
- Workaround for git on Cygwin that allows KDiff3 to find files in a
  Cygwin "/tmp" directory when environment variable "CYGWIN_BIN" is set.
- Removed iostream dependency
- Regression test framework
- Documentation patch
- Select text in Find dialog
- If text is selected in either input or output window use that in Find
  dialog.
- Added default directory anti patterns ".hg" and ".git" and file anti
  patterns ".rej" and ".bak" for better mercurial and git integration.
- Command line option --cs doesn't change the config value permanently
  anymore.
- On KDE: Not creating a KDiff3Part anymore.
2013-04-06 10:20:43 +00:00
markd
e422a91e92 Update to 2.1.3
version 2.1.2 -> 2.1.3

Fixes:

- Allow letters as shortcuts
- Avoid executing unwanted commands in the console when changing tabs
- Ensure that the ViewBib tool opens the correct bibliography file
- Correctly display output produced by ConTeXt
- Correctly handle text with foreground colour in the tabular wizard
- Correctly save and restore the encodings of previously opened files
- Fix a problem which causes that projects sometimes cannot be opened
  correctly
- Force termination of Kile when the main window is closed

Features:

- Add a completion file for the 'ifplatform' package
- Add 'Save', 'Save As' and 'Save Copy As' entries to the tab context menus
- Add tool tips to structure view entries
- Provide Unicode characters for the symbols in the symbol view


version 2.1.1 -> 2.1.2

Fixes:

- Correctly convert special characters that were typed with caps lock
  enabled into LaTeX. This fix works from KDE 4.3 upwards.
- Use 'utf8' instead of 'utf8x' as default encoding (in document templates).
  It should be sufficient in most cases and it is installed by default in
  LaTeX distributions.
- Correctly insert '\c{c}' for the cedilla character
- Use the correct name for some icons. In this way, they can be used even
  if the current icon theme is not Oxygen.
- Correctly restore VI input mode key settings

Features:

- Update 'biblatex.cwl'.
2013-04-06 10:15:38 +00:00
sborrill
6d3247b122 Fix build on older NetBSD. (hi joerg!) 2013-04-06 10:04:13 +00:00
markd
236fa958ce some more kde4-l10n updates and kipi-plugins 2013-04-06 09:49:25 +00:00
markd
a58946d8e8 Update to 3.1.0
part of digikam 3.1.0
2013-04-06 09:46:09 +00:00
markd
abf9333955 Update to KDE SC 4.10.2 2013-04-06 09:38:02 +00:00
obache
bf66e61fa0 Updated www/opera to 12.15 2013-04-06 08:56:54 +00:00
obache
d926ee31ed Update opera to 12.15.
Release date: 2013-04-04

Opera 12.15 is a recommended upgrade offering security and stability
enhancements.

Fixes and Stability Enhancements since Opera 12.14
 General and User Interface
  * Fixed an issue where the search bar's default engine could be overridden by
    third-party apps.
 Security
  * Fixed a moderately severe issue, as reported by Attila Suszter; details will
    be disclosed at a later date.
  * Added safeguards against attacks on the RC4 encryption protocol; see our
    advisory: http://www.opera.com/security/advisory/1046
  * Fixed an issue where cookies could be set for a top-level domain; see our
    advisory: http://www.opera.com/security/advisory/1047
2013-04-06 08:56:35 +00:00
cheusov
f12377b7ec Fix for Minix. Thanks to Thomas Cort. ++pkgrevision 2013-04-06 08:39:31 +00:00
wiz
7976743c62 Needs libXfixes now (PR 47721) 2013-04-06 08:18:01 +00:00
rodent
9971a1cb19 'Please use "${TEST}" instead of "test".' 2013-04-06 04:11:44 +00:00
rodent
cdd3752457 "Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead." 2013-04-06 04:07:24 +00:00
rodent
94fbe74e04 '"@comment $NetBSD$" expected.' 2013-04-06 04:03:36 +00:00
rodent
648218e98c 'Please use "${TRUE}" instead of "true".' 2013-04-06 03:59:24 +00:00
rodent
170121df49 "Definition of USE_DIRS is deprecated. You can just remove it." 2013-04-06 03:54:38 +00:00
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
markd
68c442f9ce s/grantier/granatier/ 2013-04-06 03:32:43 +00:00
markd
aad433589c Fix name of committer on packages I added the other day 2013-04-06 03:29:19 +00:00