summaryrefslogtreecommitdiff
path: root/x11/Xrandr-mixedcase
AgeCommit message (Collapse)AuthorFilesLines
2004-11-08Allow distinguishing the version of Xrandr that came with XFree86 4.2markd2-5/+6
from that of XFree86 4.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-07-25handle X.org 6.7 and treat it the same way as XFree86 4.4 for thegrant1-4/+24
moment.
2004-07-06Unused.wiz1-35/+0
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-04-24Update Xrandr to 1.0.2.minskim2-8/+8
Changes: * Makefile.am: Pass -no-undefined to libtool via LDFLAGS. Add -lXext and -lXrender to LIBADD.
2004-04-05Fix double inclusion compilation error with some XFree versions.reinoud2-1/+18
2004-03-30Allow the last known version information to match all future versions ofjlam1-1/+2
XFree86 until we know for certain that it's different. This makes us more bulletproof to updates in xsrc.
2004-03-30Use "XF86_VERSION" instead of "_XF86_VERSION" as the variable name sincejlam1-7/+7
we use it in several places within pkgsrc as a public variable.
2004-03-29Match the template builtin.mk file in bsd.builtin.mk, and make the twojlam1-8/+15
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
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-15Xrandr won't build without the X Extension library which is only presentrecht2-2/+20
in XFree86>=4.3; ignore it when checking dependencies or buildlinking. Skip also randrext (Xrandr's header files) in this case. The patch agains x11-links' builtin.mk is a slightly modified version of the patch jlam@ posted in: http://mail-index.netbsd.org/tech-pkg/2004/03/15/0001.html ok'd by jlam@
2004-03-10Split out the code that deals with checking whether the software isjlam2-130/+109
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software.
2004-02-19Add BUILDLINK_DEPENDS.<pkg> for dependencies in a section that is invokedjlam1-2/+2
only if we're not using the built-in versions of the package.
2004-02-19Move the settings, which force the use of builtin versions of dependenciesjlam1-3/+6
if the builtin version of the package is being used, into a global location so that they're always executed.
2004-02-18If we're using the built-in version of the software, then we must alsojlam1-1/+3
be using built-in versions of any other software pulled in via buildlink3.mk files.
2004-02-18Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in thejlam1-16/+18
environment overrides all other settings.
2004-02-17Be more complete in matching versions of XFree86. In particular, matchjlam1-2/+2
the one that comes with -current.
2004-02-17Don't include other buildlink3.mk files if we're just checking whether thejlam1-3/+5
software is built-in.
2004-02-16bl3ify and modify the buildlink3.mk file to determine the version of thejlam2-14/+130
XFree86-provided Xrandr software.
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.
2004-01-27fix BUILDLINK_IS_BUILTIN: s/Xrender/Xrandr/recht1-2/+2
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-11/+7
2003-12-04Modify the patch that it more behaves like the original package, eg.recht2-55/+10
picks up the freedesktop.org pkgconfig files / libs up, before using XFree86's versions.
2003-12-04initial import of libXrandr-1.0.1recht7-0/+151
This package contains the X RandR extension.