The NetBSD Project

CVS log for pkgsrc/devel/imake/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / imake

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.33 / (download) - annotate - [select for diffs], Mon Jan 8 19:34:39 2024 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.32: +2 -3 lines
Diff to previous 1.32 (colored) to selected 1.1.1.1 (colored)

This release fixes a "Modern C" warning that may become an error in
future gcc releases.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by imake should ever be
anywhere near 2GB in size, it may be stored on a filesystem which uses
large inode numbers not supported by the original 32-bit APIs.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow imake to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested, and we sincerely hope that no one will actually
still be using imake 14 years from now.

Alan Coopersmith (4):
      gitlab CI: stop requiring Signed-off-by in commits
      configure: Use AC_SYS_LARGEFILE to enable large file support
      Fix -Wincompatible-pointer-types warning (Issue #3)
      imake 1.0.10

Revision 1.32 / (download) - annotate - [select for diffs], Fri Jun 30 06:31:20 2023 UTC (8 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.31: +3 -2 lines
Diff to previous 1.31 (colored) to selected 1.1.1.1 (colored)

imake: fix previous to make xmkmf work again

Bump PKGREVISION.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Jun 27 10:40:40 2023 UTC (9 months ago) by riastradh
Branch: MAIN
Changes since 1.30: +9 -3 lines
Diff to previous 1.30 (colored) to selected 1.1.1.1 (colored)

devel/imake: Make this cross-compile.

Pacify imake's insistence on executing tradcpp at build-time just for
configure checks, even though what does in the end is bake a path to
tradcpp into the build product to execute at run-time.

Revision 1.30 / (download) - annotate - [select for diffs], Wed Nov 9 13:14:08 2022 UTC (16 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.1.1.1 (colored)

Reset MAINTAINER

Revision 1.29 / (download) - annotate - [select for diffs], Fri Oct 21 08:51:19 2022 UTC (17 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.28: +5 -5 lines
Diff to previous 1.28 (colored) to selected 1.1.1.1 (colored)

imake: update to 1.0.9.

Alan Coopersmith (11):
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      Fix spelling/wording issues
      Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
      Fix -Wsign-compare warnings
      Fix -Wshadow warnings
      Make Emalloc() argument a size_t to match malloc()
      Simplify HAVE_MKSTEMP block
      unifdef SIGNALRETURNSINT
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      imake 1.0.9

Emil Velikov (1):
      autogen.sh: use quoted string variables

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Revision 1.28 / (download) - annotate - [select for diffs], Sat Apr 25 17:21:38 2020 UTC (3 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored) to selected 1.1.1.1 (colored)

devel/imake: the SUBST block may be a no-op in some cases

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jan 18 23:30:30 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.1.1.1 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Mar 17 11:15:21 2019 UTC (5 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.25: +2 -3 lines
Diff to previous 1.25 (colored) to selected 1.1.1.1 (colored)

imake: update to 1.0.8.

Alan Coopersmith (7):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Use SEEK_* names instead of raw numbers for fseek whence argument
      README: reword status section
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      imake 1.0.8

Andrew Savchenko (1):
      imake support for lcc compiler

Mihail Konev (1):
      autogen: add default patch prefix

Revision 1.25 / (download) - annotate - [select for diffs], Wed Mar 7 11:57:29 2018 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.24: +3 -4 lines
Diff to previous 1.24 (colored) to selected 1.1.1.1 (colored)

xorgproto: use xorgproto instead of separate *proto packages

Remove now obsolete packages.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Sep 17 17:49:36 2016 UTC (7 years, 6 months ago) by richard
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.1.1.1 (colored)

Add support for __aarch64__
Bump PKGREVISION.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Sep 4 21:33:53 2016 UTC (7 years, 6 months ago) by dholland
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored) to selected 1.1.1.1 (colored)

Use the new tradcpp's -debuglog feature to generate a trace from
processing the imake templates; leave the trace in
${WRKSRC}/.imake.cpplog.

These traces are a bit on the large side (a bit over 1M) but they will
make it a lot easier to diagnose imake problems.

If you don't like your favorite package taking more disk space to
build, teach it to not use imake :-)

Depend on tradcpp>=0.5.2; PKGREVISION -> 2.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Sep 4 18:44:06 2016 UTC (7 years, 6 months ago) by dholland
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored) to selected 1.1.1.1 (colored)

Beat some sense in, to make it easier to debug build failures.

   - Generate all files into the current (build) directory, not /tmp.
   - Do not delete any of the temporary files, to allow analysis after
     build failure.
   - Log the command lines executed.
   - Warn if scrubbing the Imakefile to alert the user to check if that
     broke it.

This currently does not capture the munging imake does on the output
from cpp, as that is disgustingly done in place and changing that
would require more extensive hacking. However, it's now readily
possible to rerun the cpp command directly for diagnostic purposes;
the previously-secret file that imake uses to start the cpp invocation
is now left in .imake.start.c.

PKGREVISION -> 1.

Revision 1.21 / (download) - annotate - [select for diffs], Wed May 21 21:10:54 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored) to selected 1.1.1.1 (colored)

Update to 1.0.7:
This release fixes generation of the ccmakedep, mergelib and xmkmf
scripts when using GNU cpp >= 4.8.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Mar 14 21:14:28 2014 UTC (10 years ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored) to selected 1.1.1.1 (colored)

"objformat" was removed in FreeBSD 7 or around.
Ever since about FreeBSD 4 or 5 one should assume ELF
when "objformat" is not found.
Change the test to default to ELF for FreeBSD 6 and later.

Bump package revision.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jul 23 06:48:21 2013 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.18: +2 -3 lines
Diff to previous 1.18 (colored) to selected 1.1.1.1 (colored)

Update to 1.0.6:

This release provides some fixes for static analysis warnings and other code
maintenance cleanups.

Alan Coopersmith (6):
      Avoid closing inFile twice in CheckImakefileC if LogFatal returns
      Ensure inFile is always closed on error in cppit()
      Let configure pick cpp path on Solaris, instead of hardcoding in imakemdep.h
      unifdef -U__UNIXOS2__
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      imake 1.0.6

Eric S. Raymond (1):
      Avoid use of low-level troff markup that can't be lifted structurally.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jul 18 08:01:30 2013 UTC (10 years, 8 months ago) by dholland
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.1.1.1 (colored)

Disable the FIXUP_CPP_WHITESPACE hack as pkgsrc uses a whitespace-preserving
cpp with imake and "fixing" the whitespace again causes bizarre lossage.
Affects mostly svr4-based platforms, including Solaris.
PKGREVISION -> 3.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jul 13 07:42:51 2013 UTC (10 years, 8 months ago) by obache
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.1.1.1 (colored)

drop -m32 for i386, it's not a valid cpp flag.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jul 2 12:12:48 2013 UTC (10 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.15: +5 -13 lines
Diff to previous 1.15 (colored) to selected 1.1.1.1 (colored)

Always use tradcpp for preprocessing. Bump revision.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Oct 31 11:17:06 2012 UTC (11 years, 4 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.14: +1 -3 lines
Diff to previous 1.14 (colored) to selected 1.1.1.1 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jun 9 07:00:46 2012 UTC (11 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored) to selected 1.1.1.1 (colored)

Require hacks for fixing autoconf + space in variable name issue.

Revision 1.13 / (download) - annotate - [select for diffs], Tue May 29 14:22:27 2012 UTC (11 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -3 lines
Diff to previous 1.12 (colored) to selected 1.1.1.1 (colored)

Update to 1.0.5:

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

Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 10 16:33:40 2012 UTC (12 years, 1 month ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.1.1.1 (colored)

Correct DEFAULT_CC on MirBSD. Bump PKGREVISION.

No objections on pkgsrc-users, nor from the maintainer.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jul 26 16:05:27 2011 UTC (12 years, 8 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.10: +12 -5 lines
Diff to previous 1.10 (colored) to selected 1.1.1.1 (colored)

When using clang, use devel/ucpp as the C preprocessor, as clang's cpp
destroys tabs in makefiles and thereby causes things to fail miserably.

Revision 1.10 / (download) - annotate - [select for diffs], Fri May 21 22:10:11 2010 UTC (13 years, 10 months ago) by schwarz
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.9: +3 -4 lines
Diff to previous 1.9 (colored) to selected 1.1.1.1 (colored)

updated to 1.0.3

Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 11 13:30:51 2010 UTC (13 years, 11 months ago) by obache
Branch: MAIN
Changes since 1.8: +5 -4 lines
Diff to previous 1.8 (colored) to selected 1.1.1.1 (colored)

Drop dependency on perl.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 10 21:22:18 2010 UTC (14 years, 2 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.7: +10 -3 lines
Diff to previous 1.7 (colored) to selected 1.1.1.1 (colored)

Fix bad variable assignment in "xmkmf" if it is generated by Sun Studio C
under Solaris. Bump package revision because of this fix.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 25 12:15:54 2009 UTC (14 years, 5 months ago) by tnn
Branch: MAIN
Changes since 1.6: +6 -1 lines
Diff to previous 1.6 (colored) to selected 1.1.1.1 (colored)

More build fixes for non-GNU cpp(1) which usually doesn't grok -undef.
From Alexander Nasonov in PR pkg/39879.

Revision 1.6 / (download) - annotate - [select for diffs], Sat May 24 21:45:20 2008 UTC (15 years, 10 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored) to selected 1.1.1.1 (colored)

Switch master site to MASTER_SITE_XORG.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 17 21:05:11 2007 UTC (16 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.4: +5 -3 lines
Diff to previous 1.4 (colored) to selected 1.1.1.1 (colored)

Fix path to Perl script. Bump revision.

Revision 1.4 / (download) - annotate - [select for diffs], Mon May 7 12:20:33 2007 UTC (16 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.1.1.1 (colored)

Only set the app suffix (.1).

Revision 1.3 / (download) - annotate - [select for diffs], Sun May 6 15:00:57 2007 UTC (16 years, 10 months ago) by heinz
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored) to selected 1.1.1.1 (colored)

Prevent configure from appending a suffix like .1x, .3x or .5x to man
pages and thus invalidating the PLIST. This happens on Linux.
Other packages in the modular Xorg series (x11/libXau, x11/libXt,...) do
the same.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 22 20:33:33 2007 UTC (17 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored) to selected 1.1.1.1 (colored)

Q: Why am I seeing imake problems and joerg@ not?
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.

Revision 1.1.1.1 / (download) - annotate - [selected] (vendor branch), Tue Dec 19 22:56:06 2006 UTC (17 years, 3 months ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import imake-1.0.2 from pkgsrc-wip.
OK during freeze: agc@ and wiz@

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 19 22:56:06 2006 UTC (17 years, 3 months ago) by joerg
Branch: MAIN
Diff to selected 1.1.1.1 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>