Commit graph

28 commits

Author SHA1 Message Date
minskim
2f2316e5eb Enable pkgviews installation. 2004-04-25 05:01:44 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
xtraeme
224715f0c2 bl3ify 2004-02-11 04:58:15 +00:00
salo
dda4ec6513 Backout previous. 2003-10-14 14:05:00 +00:00
salo
67166c079e Add missing pkgconfig file. 2003-10-14 12:26:32 +00:00
recht
1ff9e4f91f Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files.
ok'ed by wiz@
2003-09-23 12:18:53 +00:00
wiz
db6718c2b1 When library major changes, dependency in buildlink2.mk needs to be bumped. 2003-08-05 10:07:24 +00:00
adam
ce81695b4e Changes 0.5.12:
Some build fixes. 'make distcheck' now works.
2003-08-05 09:16:40 +00:00
wiz
cd5090eb75 Depend on latest libexif; PKGREVISIONs of dependent packages have already been bumped. 2003-07-25 12:42:45 +00:00
adam
3e8ee07e32 Changes 0.5.10:
A few updates all over the place, a new exif-loader, etc.
2003-07-25 11:26:32 +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
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
shell
600c5868eb Updated to libexif-0.5.9
Changes in pkgsrc :
- fmt on DESCR
- fetch .tar.bz2

Changes since libexif-0.5.8
- add USER_COMMENT support
- some documents fixed
2003-01-31 10:20:07 +00:00
wiz
af53b6356e Update to 0.5.8: Without the MakerNote stuff which is now in libmnote,
and some bugfixes.
2002-12-24 17:36:28 +00:00
wiz
dbe4d2f57f Update to 0.5.7, mostly bugfixes and more translations.
* libexif/exif-data.h: Introduce an array of ExifContents. This
  doesn't break binary compatibility, but it breaks compilation.
  Do something like "%s/->ifd_0/->ifd[EXIF_IFD_0]" in your source
  code to make it compile again.
2002-12-23 22:40:43 +00:00
salo
77e08cb991 USE_PKGLOCALEDIR, remove unnecessary patch, delint. 2002-12-01 13:49:38 +00:00
wiz
4ec42a0d4c Unused. 2002-10-07 19:34:35 +00:00
jlam
47f5a05b84 buildlink1 -> buildlink2 2002-08-26 17:54:34 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
wiz
9c6fe05b6a Update to 0.5.3, inspired by pkg/17324 by Wada Keiji.
Changes: EXIF-2.2 support, i18n support (de for now).
Pkg changes: Fix maintainer email, use .tar.bz2, use gettext-lib buildlink.
2002-07-01 23:19:05 +00:00
martti
0226b33582 Updated libexif to 0.5.0 (provided by Amitai Schlair in pkg/15722)
* libexif/configure.in: Introduce proper versionning.
* libexif: There's only one ByteOrder per ExifData.
* libexif/libexif-entry.c: More tags implemented in
  (exif_entry_get_value).
2002-02-25 09:01:41 +00:00
martti
30bd641bf7 Don't hardcode dependency, use "libexif>=0.4" instead. 2002-02-13 07:03:11 +00:00
martti
88f51bef2e Added buildlink.mk 2002-02-12 15:09:49 +00:00
martti
2d5d9a4cf6 Use USE_LIBTOOL and LTCONFIG_OVERRIDE 2002-02-12 14:57:58 +00:00
martti
941c5ca97b Created package for libexif-0.4.
Most digital cameras produce EXIF files, which are JPEG files with extra
tags that contain information about the image. The EXIF library allows you
to parse an EXIF file and read the data from those tags.
2002-02-12 14:52:48 +00:00