Commit graph

21 commits

Author SHA1 Message Date
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
xtraeme
988c5a9a29 s/${X11BASE}/lib/X11/pkgconfig/${X11BASE}/lib/pkgconfig/ 2004-10-09 06:40:48 +00:00
xtraeme
1b30ad1668 Check for pkgconfig files (.pc) presence. 2004-10-08 05:24:46 +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
xtraeme
cd87a1a376 X.org >= 6.8.0 already contains this library... 2004-09-21 17:42:21 +00:00
recht
46662048c6 update to libXfixes-2.0.1
changes:
2004-01-15  Daniel Stone  <daniel@fooishbar.org>
	* Tag release 2.0.1 for first freedesktop.org clientside lib release.

2004-01-15  Harold L Hunt II <huntharo@msu.edu>
	* Makefile.am: Pass -no-undefined to libtool via LDFLAGS.

2003-11-21  Keith Packard  <keithp@keithp.com>

	* Region.c: (XFixesCopyRegion), (XFixesUnionRegion),
	(XFixesIntersectRegion), (XFixesSubtractRegion),
	(XFixesInvertRegion), (XFixesTranslateRegion):
	* Xfixes.h:
	Eliminate offset arguments in combining operators,
	create separate XFixesCopyRegion and XFixesTranslateRegion functions.

2003-11-02  Keith Packard  <keithp@keithp.com>

	* Cursor.c: (XFixesSelectCursorInput), (XFixesGetCursorImage),
	(XFixesSetCursorName), (XFixesGetCursorName), (XFixesChangeCursor),
	(XFixesChangeCursorByName):
	* Makefile.am:
	* Region.c: (XFixesCreateRegion), (XFixesCreateRegionFromBitmap),
	(XFixesCreateRegionFromWindow), (XFixesCreateRegionFromGC),
	(XFixesCreateRegionFromPicture), (XFixesDestroyRegion),
	(XFixesSetRegion), (XFixesUnionRegion), (XFixesIntersectRegion),
	(XFixesSubtractRegion), (XFixesInvertRegion),
	(XFixesRegionExtents), (XFixesFetchRegion),
	(XFixesSetGCClipRegion), (XFixesSetWindowShapeRegion),
	(XFixesSetPictureClipRegion):
	* SaveSet.c: (XFixesChangeSaveSet):
	* Selection.c: (XFixesSelectSelectionInput):
	* Xfixes.c: (XFixesExtAddDisplay), (XFixesExtRemoveDisplay),
	(XFixesExtFindDisplay), (XFixesFindDisplay), (XFixesCloseDisplay),
	(XFixesWireToEvent), (XFixesEventToWire), (XFixesQueryExtension),
	(XFixesQueryVersion):
	* Xfixes.h:
	* Xfixesint.h:
	* configure.ac:
	* xfixes.pc.in:
	Merge in xfixes_2_branch
2004-08-05 22:18:38 +00:00
wiz
4237d54a34 Unused. 2004-07-06 22:41:15 +00:00
grant
f8893af65f sync COMMENT with fixesext. 2004-05-09 13:24:59 +00:00
grant
37fc694e9e fix path in MASTER_SITES. 2004-05-09 13:24:02 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
minskim
07ed1d6978 Enable pkgviews installation. 2004-04-24 17:39:01 +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
xtraeme
fae758643e bl3ify 2004-03-15 20:24:32 +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
recht
145506f16f add buildlink3.mks 2004-02-15 09:45:30 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
3ebe053d90 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:49 +00:00
cjep
5b9624c1fb Whitespace fixes 2003-12-30 16:48:44 +00:00
recht
5615d4633f initial import of Xfixes 2.0.0
based upon the pkgsrc-wip pkg by xtraeme@

Xfixes extension of X RandR
2003-12-16 08:40:51 +00:00