mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
De-lint recipes.
* v8 Removed "." from SUMMARY. Re-ordered blocks. * verilator 80-char limit of DESCRIPTION. Re-ordered blocks. * vim Removed "." from SUMMARY. Re-ordered blocks. * virtulbelive Removed "." from SUMMARY. Re-ordered blocks. * vl_gothic Shortened SUMMARY. Re-ordered blocks. * vlc Re-ordered blocks. Changed libgpg-error to libgpg_error. * vncserver Improved COPYRIGHT. Re-ordered blocks. * vwget Removed "." from SUMMARY. Re-ordered blocks. * wesnoth Removed "." from SUMMARY. Re-ordered blocks. * xerces Removed "." from SUMMARY. Re-ordered blocks. * zip Re-ordered blocks. Lint warning of non-declared patch can be ignored, as it doesn't grok: $portName-$portVersion.patchset
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
SUMMARY="A validating XML parser written in a portable subset of C++."
|
||||
SUMMARY="A validating XML parser written in a portable subset of C++"
|
||||
DESCRIPTION="This library makes it easy to give your application the ability \
|
||||
to read and write XML data. A shared library is provided for parsing, \
|
||||
generating, manipulating, and validating XML documents using the DOM, SAX, \
|
||||
and SAX2 APIs.
|
||||
"
|
||||
and SAX2 APIs."
|
||||
HOMEPAGE="https://xerces.apache.org/xerces-c/"
|
||||
COPYRIGHT="
|
||||
1999-2015 The Apache Software Foundation.
|
||||
"
|
||||
COPYRIGHT="1999-2015 The Apache Software Foundation"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://apache.mirrors.tds.net//xerces/c/3/sources/xerces-c-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="743bd0a029bf8de56a587c270d97031e0099fe2b7142cef03e0da16e282655a0"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="xerces-c-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
@@ -22,8 +21,6 @@ else
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
SOURCE_DIR="xerces-c-$portVersion"
|
||||
|
||||
PROVIDES="
|
||||
xerces_c$secondaryArchSuffix = $portVersion compat >= 3.1
|
||||
lib:libxerces_c_3.1$secondaryArchSuffix = 3.1
|
||||
@@ -43,7 +40,6 @@ PROVIDES="
|
||||
cmd:SEnumVal$secondaryArchSuffix
|
||||
cmd:StdInParse$secondaryArchSuffix
|
||||
cmd:XInclude$secondaryArchSuffix
|
||||
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -54,6 +50,16 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
lib:libgcc_s$secondaryArchSuffix
|
||||
"
|
||||
fi
|
||||
|
||||
PROVIDES_devel="
|
||||
xerces_c${secondaryArchSuffix}_devel = $portVersion compat >= 3.1
|
||||
devel:libxerces_c_3.1$secondaryArchSuffix = 3.1
|
||||
devel:libxerces_c$secondaryArchSuffix = 3.1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
xerces_c$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
@@ -85,14 +91,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
xerces_c${secondaryArchSuffix}_devel = $portVersion compat >= 3.1
|
||||
devel:libxerces_c_3.1$secondaryArchSuffix = 3.1
|
||||
devel:libxerces_c$secondaryArchSuffix = 3.1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
xerces_c$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user