summaryrefslogtreecommitdiff
path: root/x11/Xfixes
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-10-09s/${X11BASE}/lib/X11/pkgconfig/${X11BASE}/lib/pkgconfig/xtraeme1-2/+2
2004-10-08Check for pkgconfig files (.pc) presence.xtraeme1-2/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
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-21X.org >= 6.8.0 already contains this library...xtraeme1-0/+12
2004-08-05update to libXfixes-2.0.1recht2-5/+5
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-07-06Unused.wiz1-23/+0
2004-05-09sync COMMENT with fixesext.grant1-2/+2
2004-05-09fix path in MASTER_SITES.grant1-2/+2
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-24Enable pkgviews installation.minskim1-1/+3
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
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-15bl3ifyxtraeme1-4/+4
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-6/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-15add buildlink3.mksrecht1-0/+20
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-12-30Whitespace fixescjep1-2/+2
2003-12-16initial import of Xfixes 2.0.0recht5-0/+60
based upon the pkgsrc-wip pkg by xtraeme@ Xfixes extension of X RandR