Commit graph

36 commits

Author SHA1 Message Date
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
kei
44a48b30ad updated libwmf package to latest version 0.2.1. The author says that 0.1.x
series is no longer in active development.

Please take a look at release note for more info of this version.

http://www.alinameridon.com/libwmf/Readme.html

converters/wv package will also be updated to latest version soon.
2001-10-15 15:47:43 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
jlam
ab6d840d62 libwmf only builds static libraries, so packages only need a BUILD_DEPENDS
on libwmf.
2001-08-23 14:34:49 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
zuntum
1552b67c41 Add buildlink.mk file for use by other packages 2001-07-09 18:59:48 +00:00
zuntum
480c07a4a6 Converted to use buildlink.mk files 2001-07-09 18:51:38 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
tron
ed2ae75935 Don't try to add "-I${LOCALBASE}/include" manually. It is unnecessary and
will caused build failures of the "gd" package is installed because the
wrong "gd.h" gets used.
2001-03-05 08:14:13 +00:00
tron
12af3e1497 List SUNAGAWA Keiki as maintainer of this package. 2001-03-05 08:08:50 +00:00
kei
228586fbd9 * updated to libwmf-0.1.21. From CHANGELOG:
v 0.1.21
    * F.J. Franklin patch cleaning up header files (add common.h, region.h).
    * F.J. Franklin patch improves TTF config.
	* Bob Bell syntax fixes.
2001-03-04 15:45:42 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
wiz
a2a4d06c6f Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
wiz
13bfa0bd5b Update to libwmf-0.1.20. Changes since 0.1.17 are:
Lots of bug fixes for wmftofig, font support, a scale-bmp option, and
wmftoeps.
pkgchange: Remove a lot of libintl-cruft.
2000-11-16 18:25:23 +00:00
wiz
ccc699d4c7 Provide patch for configure, so that we don't depend on autoconf
(which has some problems, see pkg/10849).
2000-09-10 20:31:33 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
wiz
5d4407fc4b modify patch to make included gd library find png.h. 2000-08-06 14:18:50 +00:00
wiz
cb75705964 PKGNAME != DISTNAME 2000-08-06 14:18:32 +00:00
jlam
868eb8ea3a Change build and installation so we don't conflict with graphics/gd.
Also install html documentation into PREFIX/share/doc/html.
Bump version to 0.1.17nb1
2000-08-05 02:36:37 +00:00
jlam
39dc10e0a7 Fix the broken CONFLICTS line. 2000-08-04 22:10:15 +00:00
jlam
b3906949b1 Update dependency on freetype-lib to >=1.3.1 since freetype-lib bumped its
shared lib major.  (This is the last one I missed).
2000-08-04 22:07:21 +00:00
jlam
6fa7a4a129 Make this work with new freetype header location and work correctly with
xpkgwedge.
2000-07-24 17:13:29 +00:00
agc
78748d628a Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.

Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.

ALso simplify the logic to calculate the prefix as well.
2000-07-15 20:39:13 +00:00
agc
69cbb39071 The previous method of using a make target for finding a prerequisite
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).

Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
2000-07-14 16:04:19 +00:00
agc
4aeac45f89 Make the determination of the pre-req package's installed directory be
a bit more user-friendly.

Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11 14:53:35 +00:00
agc
1b0c8d610f Make these packages work better with xpkgwedge by using X11PREFIX in
preference to X11BASE, and by finding out where the xpm package is
installed by using pkg_info(1), not hardcoding a best guess.
2000-07-11 09:31:32 +00:00
jlam
c4cbbff069 Switch dependency from freetype to freetype-lib. 2000-05-01 06:07:44 +00:00
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00
jlam
1abe331317 Make this work under ELF. 2000-02-29 06:43:00 +00:00
wiz
1e82e953ba Initial import of libwmf, a library to read WMF (Windows Meta Files), with
viewer.
2000-02-27 18:33:38 +00:00