* Switch from PORTVERSION to DISTVERSION as recommended by Porters Handbook
* Import patches from Debian for various fixes [1]
* Import patch from Gentoo to fix build with new versions of libxml2 and libxslt [2]
* Remove GNU_CONFIGURE_MANPREFIX
* Rework Makefile for better readability and to follow Porters Handbook more closely
* Unbreak with libxml2 2.14 [3]
References:
[1]
https://sources.debian.org/patches/xmlstarlet/1.6.1-4/50-fix-format-security.patch/
https://sources.debian.org/patches/xmlstarlet/1.6.1-4/60-avoid-silent-rules.patch/
https://sources.debian.org/patches/xmlstarlet/1.6.1-4/70-remove-link-usr-lib.patch/
https://sources.debian.org/patches/xmlstarlet/1.6.1-4/80-fix-unesc-dquot.patch/
https://sources.debian.org/patches/xmlstarlet/1.6.1-4/90-fix-upstream-version.patch/
https://sources.debian.org/patches/xmlstarlet/1.6.1-4/pkg-config.patch/
[2]
https://gitweb.gentoo.org/repo/gentoo.git/tree/app-text/xmlstarlet/files/xmlstarlet-1.6.1-clang17.patch
[3]
34eb3ee24a/PKGBUILD (L22)
PR: 279976
Tested by: George Mitchell <george@m5p.com>
Approved by: maintainer timeout, 3 weeks
17 lines
544 B
Plaintext
17 lines
544 B
Plaintext
Description: Don't hide the real compiler flags to allow automatic checks for
|
|
missing (hardening) flags via blhc. It avoids buildd log scanner
|
|
tag W-compiler-flags-hidden.
|
|
Author: Mònica Ramírez Arceda <monica@debian.org>
|
|
Last-Update: 2013-07-14
|
|
|
|
--- configure.ac
|
|
+++ configure.ac
|
|
@@ -6,7 +6,6 @@
|
|
AC_REVISION(AC_PACKAGE_VERSION)
|
|
|
|
AM_INIT_AUTOMAKE([1.11 foreign -Wall subdir-objects no-define std-options parallel-tests color-tests])
|
|
-AM_SILENT_RULES([yes])
|
|
AM_MAINTAINER_MODE
|
|
|
|
[LIBXML_REQUIRED_VERSION=2.6.27]
|