Commit graph

84 commits

Author SHA1 Message Date
joerg
907f4b4497 Fix build with newer CUPS 2011-12-06 19:49:54 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
wiz
414c870c3f Set LICENSE. 2011-02-11 01:18:10 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
adam
66d7fd44e8 Changes 1.3.3.14:
* Danish Translation
* crash when freeing non-existent hyphenator
* Bug 7854 was fixed although it was invalid
* pt_BR description in desktop file is wrong
* Impossible to set spacing under/below paragraph greater than 3 mm if mm is
  main unit
* invalid postscript is generated when spot color name use non latin chars
* Arrows only shows the leftwards arrow in Character Map
* error in BleedAndPrintMarks script
* program crashes with "unknown exception" on drawing shape
* remove the links to http://search.srem.org [^]
* Enhancment: Hyphenation patterns for Kurdish
* Added RU transaltion to desktop file
* JPG clipping path isn't imported correctly
* ODG import crashes Scribus
* Code change reccommended by Novell audit of 1.3.3.12
* CMYK images look strange when exported as PDF
* while loop with textOverflows crashes scribus
2010-02-12 08:35:28 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
joerg
ce3257752d We want to stinking lib64, thanks. Fixes packages on amd64 and other
64bit platforms.
2009-10-28 00:53:56 +00:00
he
4c47ebd174 Add INSTALLATION_DIRS of share/pixmap, that way we ensure that it doesn't
end up as a file instead of as a directory.  Fixes old-style bulk builds
for subsequent packages which want to install in that directory.
2009-10-24 13:41:05 +00:00
joerg
3b24b41864 Builds fine with Python 2.6 too, so remove restriction. 2009-10-19 11:44:04 +00:00
drochner
cfb0264afa update to 1.3.3.13
changes:
-Several fixes and improvements to Pdf exporter
-More translation and documentation updates
-Several fixes to protect against possible crashes
-Improvements to the Scripter to enable more features

pkgsrc note: The gnu-autoconf based make system is completely broken
now, had to switch to cmake. Added cups dependency.
2009-09-16 09:24:55 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
dde8c871c5 Remove @dirrm entries from PLISTs 2009-06-14 18:11:52 +00:00
drochner
140cbe4a9b something broke plugin loading. fix it. bump PKGREVISION
being here, register with desktopdb
2009-04-08 16:56:53 +00:00
joerg
aeba3c874e Needs pkg-config. 2009-02-17 17:19:29 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
drochner
d98e42be1c update the way "cups" is disabled, otherwise a system cups is picked
up at least on Solaris, as reported by Daniel Vergien,
this pkg needs more work for python25 but let's fix this litte problem
first
2009-02-04 21:44:38 +00:00
adam
c2e68262f0 Changes 1.3.3.12:
* Bug fixes and improvements
2008-10-09 10:33:40 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
drochner
67ab70c02f update to 1.3.3.11
fixes a bug in i18n catalogue installation
2008-01-14 12:54:10 +00:00
drochner
664913da2a update to 1.3.3.10
changes:
Several fixes and improvements to text frames and the Story Editor.
New Arabic Translation.
More translation and documentation updates.
Many improvements to PDF Forms exporting and non-Latin script handling
in PDFs.
Several fixes to protect against possible crashes.
Improved Color Managed Display in some cases.
Some fixes to the Scripting plugin.
2008-01-11 17:48:17 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
joerg
74e9eaaa25 Supports DESTDIR. 2007-08-08 17:11:33 +00:00
ghen
afe39212e9 Update to Scribus 1.3.3.9 (bugfixes). 2007-06-03 10:55:36 +00:00
ghen
d00bae174f Reindent. 2007-06-03 10:55:10 +00:00
drochner
ad3428b0e7 update to 1.3.3.8
This release is purely a bug fix release to 1.3.3.
2007-03-01 18:19:46 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
drochner
78936de3a3 update to 1.3.3.7
This switches the pkg to the 1.3 branch which is declared stable now.
2007-01-11 19:19:01 +00:00
joerg
2915a11cd1 Modular Xorg support. 2007-01-11 11:56:17 +00:00
wiz
72297d47c7 Add USE_DIRS xdg-1.4 for share/pixmaps. 2006-12-16 11:01:44 +00:00
drochner
08a3ad67f7 update to 1.2.5
changes:
-fontconfig support
-Icon Tool Bars are now dockable
-bugfixes
2006-10-17 17:08:07 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
joerg
0e1e2ce663 Needs perl for build. 2006-06-11 14:30:53 +00:00
joerg
e6033642a4 Use PYTHON_VERSIONS_ACCEPTED instead of _REQD, so that the latter
can be used to enforce versions after having determined which are
suppported.
2006-05-28 16:13:11 +00:00
drochner
93473284e7 need c++ 2006-05-22 16:40:19 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
wiz
6ac1952a7c regen patches (there was some trouble in a bulk build). 2006-03-17 23:53:31 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
drochner
62ac66c560 update to 1.2.4.1
The 1.2.4.1 release is focused on minor enhancements, bugfixes and
additional documentation
2006-03-02 19:04:55 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
ghen
455345bb5b Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
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-05 10:08:58 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
drochner
b566835524 enablr Python scripting, ride on the recent PKGREVISION bump 2005-10-18 18:00:44 +00:00