Commit graph

41 commits

Author SHA1 Message Date
hira
acb6739944 Add missing perl to USE_TOOLS. 2006-07-11 10:21:16 +00:00
joerg
5dbea59b38 Needs pkg-config and msgfmt. 2006-06-11 14:33:03 +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
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +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
wiz
7af3f0107c Update HOMEPAGE. From Geert Hendrickx in PR 30614. 2005-06-27 21:14:40 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
xtraeme
60c8ba74e3 Update sodipodi to 0.34, provided by Kouichirou Hiratsuka in PR
pkg/24868.

This release incorporates for the first time path composition operations
(union, intersection and subtraction) and new, calligraphic pen based
freehand drawing. Plus many bugfixes and smaller features, as usual.

    * Fixed file and font name handling in Win9X/ME (Lauris)
    * Use full bounding box for calculating export region (John)
    * Support xml:space attribute for text (Mitsuru)
    * Support CDATA nodes (Lauris)
    * Preserve arbitrary namespace declarations (Lauris)
    * Path uncross, union, intersection and subtraction (Lauris)
    * Reimplemented printing from command line (Emile)
    * Bugfixes (everyone)
2004-03-28 21:02:55 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
grant
59daad6697 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:46:42 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
xtraeme
141b9d687a Update to 0.33
Changes:

- Text gradients get double href and thus are built again and again
- Fix rendering of gradients with global opacity
- Make export dialog honour filename
- Make internal canvas position floating-point
- Split ::Modified and ::Update flags in SPObject
- Fix zooming into scaled text
- Baseline-shift and spacing properties
- Does export create namedview views that are not destroyed?
- Star::Build does not work for non-sodipodi objects
2003-12-18 04:14:05 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
e073889e8f Fix Xft detection. Bump PKGREVISION to 1. 2003-03-13 14:33:20 +00:00
wiz
269130fc55 Update to 0.31. Changes:
0.31:
A fix for an annoying bug that caused full screen to update instead
of only the changed area, a new variable-size, Gaussian-distribution
dropper tool, and a new commandline argument to make SVG icons
default without recompiling.
0.30:
Path corruption in node editing has been fixed. <mask>, <clipPath>,
and <symbol> have been implemented. Viewport and alignments in
<svg> have been implemented. Incorrectly interpreted rectangle
corners have been fixed. The slideshow works again.
0.29:
This release has been ported to the Gtk+ 2 widget set, removes the
GNOME dependencies, makes gnome-print optional, and adds initial
support for the Win32 environment.
2003-03-10 23:02:18 +00:00
salo
7814ee55a7 Update to version 0.28.
Provided by Juan RP via PR pkg/19798, also closes PR pkg/19616 by Gan Uesli
Starling.

Changelog:

Sodipodi 0.28
=============
 * Eliminated lagging-behind-UI event queues
 * Eliminated expensive intersection tests for select-only updates
 * MMX optimizations for most heavily used pixel operations
 * Compilation speedups
 * Way to add custom freetype-readable fonts, having real vertical metrics
 * Fully dynamic XML editor
 * Combine and Convert to curve work on multiple items selected
 * userSpaceOnUse units are supported, nautilus-readable icons can be drawn
 * Way to specify reflect and repeat gradient spreads
 * Patterned lines
 * Node editing has stamping too

Sodipodi 0.27
=============
 * Transformation 'stamping'
 * Objects with either or both dimension zero show size correctly
 * Fully functional radial gradients
 * Patterns are displayed (no editing yet)
 * You can enter arbitrary unicode values in text context
 * Much faster text display
 * Rule scale and origin can be changed
 * Lots of bugfixes

Sodipodi 0.26
=============
 * Works now on locales using ',' as decimal separator
 * Writes DTD correctly, Sodipodi files are viewable with Adobe SVG plugin
 * Text is editable in place
 * Plain SVG saving mode
 * Recently opened files list
 * Fill rule can be changed
 * Lots of bugfixes
2003-01-30 17:57:45 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
salo
77e08cb991 USE_PKGLOCALEDIR, remove unnecessary patch, delint. 2002-12-01 13:49:38 +00:00
jlam
2eb77765fa Use EXPORT_SYMBOLS_LDFLAGS instead of hardcoding -export-dynamic into the
LDFLAGS.
2002-10-07 23:47:50 +00:00
wiz
c070fbf2a1 Update to 0.25, as requested in pkg/18268. Converted to buildlink2.
Changes:
In 0.24: gradients, dynamic dialogs, emergency saves, much improved handles,
better line drawing code, and near complete grid/guideline snapping.
In 0.25: text object now conforms to SVG spec, global cleanup of styles and
units was done, star, spiral, and arc were added, autotrace and vertical
text layout now supported.
2002-09-12 00:43:49 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
jlam
6114321176 Convert to use pthread.buildlink.mk. 2002-08-01 06:40:50 +00:00
mycroft
b3841addcb Set USE_X11BASE, primarily so that the .oafinfo file goes in the right place. 2002-07-12 22:51:27 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
wiz
6e606a67d9 Weakly buildlinkify to make it build again.
Problem noted in bulk build.
2002-01-03 14:20:39 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
5c9cb4e477 Use USE_XPM instead of DEPENDS for xpm for XF4 users.
[Should be buildlinked instead, but some dependencies are still missing.]
2001-08-16 21:45:25 +00:00
manu
d543d8b090 Open source vector graphics drawing program using SVG as native format 2001-08-10 06:36:09 +00:00