- 17 Jun, 2022 1 commit
-
-
Alan Coopersmith authored
configure.ac:36: warning: AC_OUTPUT should be used without arguments. configure.ac:36: You should run autoupdate. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 16 Jan, 2022 1 commit
-
-
Alan Coopersmith authored
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 15 Jan, 2022 3 commits
-
-
Fixes: #2 Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 02 Aug, 2021 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 29 Mar, 2021 1 commit
-
-
Petr Pisar authored
GNU binutils 2.36 repurposed "l" modifier. It used to be ignored, now it specifies the dependencies of a static library to be recorded in an archive. That broke nas which uses imake as a build configiration tool: $ ar clq libdia.a dispatch.o dixutils.o events.o globals.o main.o resource.o swapreq.o tables.o swaprep.o audispatch.o auswap.o autables.o auevents.o auutil.o auconfig.o auprocess.o nasconf.o lex.o gram.o ar: libdeps specified more than once This patch changes AR command from "ar clq" to "ar cq" if binutils are used. <https://bugzilla.redhat.com/show_bug.cgi?id=1943274>
-
- 08 Dec, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 20 Nov, 2018 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 05 Jul, 2018 1 commit
-
-
The imake config files in Fedora Core 5+ and Red Hat Enterprise Linux 5+ have been shipping with this patch, which has then shamefully languished in the srpm and never been merged. Correct this oversight. [Than wrote the patch, I just wrote the commit message - ajax] Signed-off-by:
Adam Jackson <ajax@redhat.com>
-
- 26 Jan, 2017 1 commit
-
-
Signed-off-by:
Mihail Konev <k.mvc@ya.ru>
-
- 22 Dec, 2015 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 12 Dec, 2015 4 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Use those flags instead of -xarch when the compiler is new enough Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
All others (including other SunOS/Solaris releases) use the traditional Bell Labs / BSD / Linux section numbering. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 10 Dec, 2015 1 commit
-
-
Change default GzipCmd to `gzip -n` so that packages depending on xutils-dev (Debian package which contains util/cf) can be built reproducibly. As an example xtel can be built reproducible with this patch. Fixes bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789964 Suggested-by:
Dhole <dhole@openmailbox.org> Signed-off-by:
Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 26 Jul, 2015 1 commit
-
-
Alan Coopersmith authored
Haven't been updated since 2003 to reflect new functions and libraries and can't be used since we no longer ship xc/config/util/makedef.cmd.
-
- 06 Sep, 2014 2 commits
-
-
James Cloos authored
Protect the definition of OpenRISC1000Architecture w/in an ifndef like the other cpu sections do. Signed-off-by:
James Cloos <cloos@jhcloos.com>
-
Signed-off-by:
Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> Signed-off-by:
James Cloos <cloos@jhcloos.com>
-
- 05 Jun, 2014 2 commits
-
-
Alan Coopersmith authored
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 23 Mar, 2014 2 commits
-
-
Thomas Klausner authored
(regardless of server support on this plattform) Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Thomas Klausner <wiz@NetBSD.org>
-
Thomas Klausner authored
Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by:
Thomas Klausner <wiz@NetBSD.org>
-
- 06 Dec, 2013 1 commit
-
-
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 23 Jul, 2013 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 08 Jul, 2013 1 commit
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 30 Jun, 2013 3 commits
-
-
Alan Coopersmith authored
Was used for controlling build of Xprint server & components in the old monolithic tree, not relevant for imake's remaining tasks of building old X programs/libraries from outside the monolith that haven't yet moved to a newer build system. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Performed with: perl -i -p -e 's{[\t ]+$}{}' * Verified with: git diff --ignore-space-at-eol Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
This patch is based on follow patch by Dirk Müller <dirk@dmllr.de> : https://build.opensuse.org/package/view_file?expand=1&file=aarch64-support.diff&package=xorg-cf-files&project=devel%3AARM%3AAArch64%3A12.3 Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 07 Aug, 2012 2 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Older Solaris releases use /usr/ucb/install from the SunOS 4 compatibility packages, but the EOL of that package has been announced now that it has been 20 years since the SunOS 4.x -> Solaris 2.x transition. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Jay Cotton <jay.cotton@oracle.com>
-
- 06 Jan, 2011 3 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 17 Aug, 2010 1 commit
-
-
Jeremy Huddleston Sequoia authored
Signed-off-by:
Jeremy Huddleston <jeremyhu@apple.com>
-
- 27 Apr, 2010 3 commits
-
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
Alan Coopersmith authored
Also bump minimum autoconf version to 2.60 for consistency with other X.Org modules Signed-off-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-
- 24 Apr, 2010 1 commit
-
-
Matthieu Herrb authored
libXaw has lost Xp support some times ago. Signed-off-by:
Matthieu Herrb <matthieu.herrb@laas.fr> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com>
-