summaryrefslogtreecommitdiff
path: root/font/arabic-misc/ChangeLog
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2023-03-12 17:22:08 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2023-03-12 17:22:08 +0000
commiteb2e09e54c4775322e2e5a4aed4e9b01df530405 (patch)
tree3d12c943926261a5b5d41fb2519df5db6e97ac83 /font/arabic-misc/ChangeLog
parent5027dab22840463e276f9e7da2e5478eeda79d03 (diff)
Update all font packages to latest versions.
Main change is the use of the new XORG_DEFAULT_NOCODE_OPTIONS autotools option that reduces the configure scripts by a fair amount. Will speed up builds a bit. No actual changes to fonts.
Diffstat (limited to 'font/arabic-misc/ChangeLog')
-rw-r--r--font/arabic-misc/ChangeLog159
1 files changed, 157 insertions, 2 deletions
diff --git a/font/arabic-misc/ChangeLog b/font/arabic-misc/ChangeLog
index 0422b6664..9970ef950 100644
--- a/font/arabic-misc/ChangeLog
+++ b/font/arabic-misc/ChangeLog
@@ -1,5 +1,160 @@
+commit 4b6a6e6221bac21535f28a73109de95f5a1a144a
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Mon Feb 27 15:23:45 2023 -0800
+
+ font-arabic-misc 1.0.4
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 91d6dbb610c4cac2dad6d0be81ab7bad5d9c6333
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Wed Feb 22 17:59:16 2023 -0800
+
+ Use COMPRESS_FLAGS to improve build reproducibility
+
+ Raises required version of font-util from 1.2 to 1.4
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 772feed5c6bae42e8790d4f7652b19855bb602d2
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Wed Feb 15 15:22:15 2023 -0800
+
+ Switch to XORG_DEFAULT_NOCODE_OPTIONS
+
+ Stop running all sorts of compiler tests we don't need since there
+ is no code in this module to compile. Requires xorg-macros 1.20.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 73ae16b93a082ad1a490abde6edb1848a71c0f08
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Sun Nov 7 10:10:39 2010 -0800
+
+ config: update AC_PREREQ statement to 2.60
+
+ Unrelated to the previous patches, the new value simply reflects
+ the reality that the minimum level for autoconf to configure
+ all x.org modules is 2.60 dated June 2006.
+
+ ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
+commit 7de9784ab9eb5af0d5fd6b430111f28f9eb189d9
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Thu Jul 28 17:30:21 2022 -0700
+
+ gitlab CI: stop requiring Signed-off-by in commits
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit aac3d8e7ba0bdc88b3619eb21a050054183f151e
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Wed Dec 8 15:37:39 2021 -0800
+
+ Build xz tarballs instead of bzip2
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 48b114d2e1e9f0367623a6395c02191d057892ff
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Wed Dec 8 15:37:37 2021 -0800
+
+ gitlab CI: add a basic build test
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 57d7138746f8ae5c9d4f939aacfff8ec7b51933d
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Fri Dec 7 19:26:00 2018 -0800
+
+ Update configure.ac bug URL for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit e61152b75f1feb6da579777e336ec77ac20f791a
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Sun Nov 18 17:45:54 2018 -0800
+
+ Update README for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit a762065ffa0edefbe952d843f6a07b4da3f25228
+Author: Mihail Konev <k.mvc@ya.ru>
+Date: Thu Jan 26 14:00:22 2017 +1000
+
+ autogen: add default patch prefix
+
+ Signed-off-by: Mihail Konev <k.mvc@ya.ru>
+
+commit c0ac27dfac78dedcfbbb4fe2151dea78484fdb12
+Author: Emil Velikov <emil.l.velikov@gmail.com>
+Date: Mon Mar 9 12:00:52 2015 +0000
+
+ autogen.sh: use quoted string variables
+
+ Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+ fall-outs, when they contain space.
+
+ Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
+ Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
+ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+
+commit 18dd64da97ad79797431ec0bbd9276df0b6c843a
+Author: Peter Hutterer <peter.hutterer@who-t.net>
+Date: Tue Jan 24 10:32:07 2017 +1000
+
+ autogen.sh: use exec instead of waiting for configure to finish
+
+ Syncs the invocation of configure with the one from the server.
+
+ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+ Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
+
+commit a51f4bf9171b6cbd6ae6f3f1e1e0d919ea9f0e4b
+Author: Matthieu Herrb <matthieu@herrb.eu>
+Date: Sun Sep 11 22:14:21 2016 +0200
+
+ Typo: font.dir -> fonts.dir
+
+ Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
+
+ Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+ Reviewed-by: Hans de Goede <hdegoede@redhat.com>
+
+commit 418e826be678da16172dc31d8b5fef8b029cc9dc
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Sat May 31 21:39:32 2014 -0700
+
+ autogen.sh: Honor NOCONFIGURE=1
+
+ See http://people.gnome.org/~walters/docs/build-api.txt
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 7215eb1421b49fa132eb878b1160edddda477241
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Sat May 31 21:38:41 2014 -0700
+
+ configure: Drop AM_MAINTAINER_MODE
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 8f8c569f80cbae4dd71a7d52387691881b9055ec
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Oct 28 08:08:54 2013 -0400
+
+ config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
+
+ Fix Automake warning: AC_OUTPUT should be used without arguments.
+ www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files
+
+ Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
+
commit 75edcf3b04b1e75aacc7c858786879308687d63a
-Author: Rémi Cardona <remi@gentoo.org>
+Author: Rémi Cardona <remi@gentoo.org>
Date: Mon Nov 15 20:51:41 2010 +0100
font-arabic-misc 1.0.3
@@ -192,7 +347,7 @@ Date: Tue Jul 19 02:40:05 2005 +0000
Convert $(foreach...) to more portable suffix substitution rules
commit 171269bd1aa24634cb397e787495c96308bd981b
-Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
+Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date: Wed Jul 6 19:26:27 2005 +0000
- Xaw/xaw.m4: Change help string to say "enable xprint" instead of "disable