summaryrefslogtreecommitdiff
path: root/x11/xorg-cf-files
AgeCommit message (Collapse)AuthorFilesLines
2013-04-06'Please use ${ECHO} instead of "echo".'rodent1-2/+2
'Please use ${ECHO_N} instead of "echo -n".'
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-02Update patchsum.jperkin1-2/+2
2012-07-02A number of Solaris/SmartOS fixes:jperkin3-20/+43
- Use ${INSTALL} - Disable Solaris64bitSubdir - Find compiler tools on SmartOS Bump PKGREVISION.
2012-05-04Set RPATH to X11BASE/lib for OpenBSD too.obache2-1/+19
2012-04-30The changes to patch-ai in rev1.3 need the PKGREVISION to be bumped.sbd1-2/+2
2012-04-12Override man directories and suffixes to be the same on all platforms.hans2-20/+47
2012-03-19Drop imake-check logic from X11 components' builtin.mk.joerg9-42/+318
Always use xorg-cf-files and imake from pkgsrc, replacing xpkgwedge. Always install man pages, not cat pages when using imake. Unify the various imake PLIST variables in preparation for dropping. Adjust xbattbar for the new expectations.
2012-02-15Change SunOS definitions to be more compatible with what is used onhans4-7/+100
other platforms: - use similar library installation rules - use CC, CXX and CFLAGS from pkgsrc
2012-01-15PR 40970: Always include <xorg.cf> for GccAliasingArgs regardlessshattered3-6/+37
of server support on the target plattform. Fixes "GccAliasingArgs" leftovers in Makefiles generated by imake(1) on m68k and sh3 etc. OK joerg@
2011-10-25 Based on PR pkg/45471mef3-20/+15
Update x11/xorg-cf-files 1.0.3 to 1.0.4 Date: Wed Jan 5 20:31:00 2011 -0800 xorg-cf-files 1.0.4 - config: Add missing AC_CONFIG_SRCDIR - Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. - Update xorgversion.def from 7.5 to 7.6 - Add support for darwin x86_64 - Add .gitignore - Update README & COPYING files - Use INSTALL_CMD from xorg-macros-1.4 to make INSTALL file - Also bump minimum autoconf version to 2.60 for consistency with other X.Org modules - Remove libXp from XawClientLibs - libXaw has lost Xp support some times ago. - Use font-util 1.1 macros to set FontDir and FontEncDir in site.def - Replaces cygwin.cf rules to manually set these paths. - List X.Org version as 7.5 instead of 6.8.99.903 - cf: Update Cygwin rules
2010-05-21updated to 1.0.3schwarz6-85/+59
included a default for DARWIN_USE_QUARTZ (fails on MacOS X if not set) added a patch for 64 bit Darwin
2010-03-18Revert last commit, will use a change to pkgsrc/mk/platform/Linux.mk tosbd1-6/+2
fix PR 42274. Bump PKGREVISION. OK wiz@
2010-03-17With platforms that set IMAKE_MAKE?=${GMAKE} x11/xorg-cf-files needs to besbd1-2/+8
built with gmake. From PR pkg/42274 Bump PKGREVISION.
2009-07-14Avoid energizer-bunny-makefiles. PKGREVISION++ (to 9)dholland3-3/+211
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-02-25Regen patchsumjoerg1-2/+2
2009-02-25Newer Solaris doesn't have /usr/ucb/install, so use ginstall instead.joerg2-6/+19
From PR 39867.
2009-02-07Remove override of platform's idea of HasSecureRPC. No idea why it wasjoerg2-6/+3
defined by xorg-imake (in monolithic Xorg times), but it is obviously wrong. Supposed to fix PR 37232.
2008-06-01commit my fix for PR pkg/37128tnn3-5/+14
Ensure Linux shared libraries get the correct rpath built in. ok joerg. Bump rev.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-3/+3
2008-01-25Fix rpath usage on Linux.joerg3-3/+38
2008-01-12Fix accidently broken patch.joerg2-12/+3
2008-01-12Remove gmakeism from Linux rules.joerg3-6/+17
2007-12-02On Linux, don't say we are using gmake when we aren't. Bump revision.joerg3-12/+21
2007-06-17Add default definition of ManPath to host.def so that packages thatjlam2-3/+5
use X.org Imake rules will honor the PKGMANDIR in effect when xorg-cf-files was built. Bump PKGREVISION to 2.
2007-01-22Q: Why am I seeing imake problems and joerg@ not?joerg2-2/+4
A: Because joerg@ had a local change which forced the use of makedepend and which somehow didn't make it into xorg-cf-files when packages. Fix that, bump revision of xorg-cf-files and imake, the latter with a dependency on a newer version of the former.
2007-01-03Add missing backslash.joerg1-2/+2
2006-12-19Import xorg-cf-files-1.0.2 with the local changes from xorg-imake.joerg15-0/+559
This are the default rules used by imake. Platforms other than DragonFly, FreeBSD, Linux and NetBSD will most likely want some work here. OK for import during freeze: agc@ and wiz@