summaryrefslogtreecommitdiff
path: root/devel/imake
AgeCommit message (Collapse)AuthorFilesLines
2012-06-09Require hacks for fixing autoconf + space in variable name issue.obache1-1/+3
2012-05-29Update to 1.0.5:wiz2-7/+6
1.0.5: Adam Jackson (1): Silence useless pedantry warning from find(1) when running cleanlinks. Alan Coopersmith (8): Remove unused variable in get_sun_compiler_versions Strip trailing whitespace Add const attributes to fix gcc -Wwrite-strings warnings Rework temp filename pointers into const & non-const parts Convert error logging functions to normal idioms Fix a bunch of "too many arguments for format" warnings xmkmf.man: Remove instructions for "X Consortium" monolithic build tree imake 1.0.5 1.0.4: Alan Coopersmith (4): config: upgrade to util-macros 1.8 for additional man page support config: Remove unnecessary calls from configure.ac Use autoconf standard HAVE_MKSTEMP instead of HAS_MKSTEMP imake 1.0.4 Gaetan Nadon (1): config: update AC_PREREQ statement to 2.60 Yaakov Selkowitz (5): Allow for EXEEXT in appman_DATA rule Use AC_PROG_SED to find sed Use standard .gitignore with custom section for imake mkdirhier: use mkdir -p Nuke RCS tags
2012-02-10Correct DEFAULT_CC on MirBSD. Bump PKGREVISION.bsiegert3-2/+19
No objections on pkgsrc-users, nor from the maintainer.
2011-07-26When using clang, use devel/ucpp as the C preprocessor, as clang's cppdholland1-5/+12
destroys tabs in makefiles and thereby causes things to fail miserably.
2010-05-21updated to 1.0.3schwarz2-8/+7
2010-04-11Drop dependency on perl.obache1-4/+5
2010-01-10Fix bad variable assignment in "xmkmf" if it is generated by Sun Studio Ctron1-3/+10
under Solaris. Bump package revision because of this fix.
2009-10-25More build fixes for non-GNU cpp(1) which usually doesn't grok -undef.tnn1-1/+6
From Alexander Nasonov in PR pkg/39879.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-3/+3
2007-07-17Fix path to Perl script. Bump revision.joerg1-3/+5
2007-05-07Only set the app suffix (.1).joerg1-2/+2
2007-05-06Prevent configure from appending a suffix like .1x, .3x or .5x to manheinz1-1/+3
pages and thus invalidating the PLIST. This happens on Linux. Other packages in the modular Xorg series (x11/libXau, x11/libXt,...) do the same.
2007-01-22Q: Why am I seeing imake problems and joerg@ not?joerg1-2/+3
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.
2006-12-19Import imake-1.0.2 from pkgsrc-wip.joerg4-0/+57
OK during freeze: agc@ and wiz@