Commit Graph
29 Commits
Author SHA1 Message Date
harens bf574293e5 various: check for empty cxx_stdlib
By default there is no stdlib option on non-Darwin, resulting in build errors unless checked for.

Example fix: https://github.com/macports/macports-ports/commit/ee5188c0921e48a93c1f2ae10a206941fcc8f4fd
See: https://github.com/macports/macports-ports/pull/14323#discussion_r835618657
Closes: https://github.com/macports/macports-base/pull/269
2022-11-14 12:22:40 +00:00
David B. Evans cfaed3dbf1 db*: disable livecheck
Oracle no longer maintains these versions of Berkeley DB and
have removed them from their Open Source software index. Download
still works for now for the current versions (if you know the URL)
but attempting to access livecheck.url returns 404 leading to
"regex doesn't match."
2020-08-18 14:33:20 -07:00
Jeremy Huddleston Sequoia 2a5cc02568 db*: Workaround configure failure in +universal on Apple Silicon
db46, db53, and db60 still don't build for other reasons, but this gets them a step closer

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
2020-08-14 08:35:26 -07:00
Ryan SchmidtandMarcusCalhoun-Lopez c365ca0cd6 Add GitHub handle MarcusCalhoun-Lopez to maintainers
See: https://trac.macports.org/ticket/56050
2018-04-17 04:07:15 -07:00
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00
Jeremy Huddleston Sequoia e98f8f6b1c misc: Cleanup configure.cxx_stdlib related logic now that we can assume base 2.3 or newer
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@121269 d073be05-634f-4543-b044-5fe20cf6d1d6
2014-06-21 20:18:42 +00:00
Jeremy Huddleston Sequoia c974595d35 db*: Link against the correct C++ runtime
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@115389 d073be05-634f-4543-b044-5fe20cf6d1d6
2014-01-01 06:47:49 +00:00
Ryan Schmidt 3ada155dff use eq and ne instead of == and != when comparing ${os.arch}, ${configure.build_arch}, ${build_arch}, and some port-specific variables for referring to architectures
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@114328 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-12-05 10:21:52 +00:00
Ryan Schmidt c875938654 use eq and ne instead of == and != when comparing ${os.platform} and ${os.subplatform}
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@114325 d073be05-634f-4543-b044-5fe20cf6d1d6
2013-12-05 09:20:31 +00:00
Blair Zajac d269a1b5e5 db{46,47,48,51,52,53}: consistency format configure.args.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98532 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-10-08 02:53:00 +00:00
Blair Zajac 1d479bfade db{47,48,51,52,53}: formatting consistency for checksums with other db?? ports.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98531 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-10-08 02:50:32 +00:00
Blair Zajac a92ea52d17 db47: format patchfiles consistent with other db?? ports.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98530 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-10-08 02:45:57 +00:00
Blair Zajac eadc37442e db{44,46,47,48,51,52,53}: update and make all livechecks consistent.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98524 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-10-08 01:50:17 +00:00
Blair Zajac 364d6c0526 db{44,46,47,48}: update master_sites to the only working site.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98523 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-10-08 01:31:53 +00:00
Blair Zajac 16b3a9096c db{44,46,47,48,51,52,53}: set homepage to the current Berkeley DB homepage.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98522 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-10-08 01:28:52 +00:00
Blair Zajac 8ea93f0e9d db{44,46,47,48,51,52,53}: use_parallel_build default value is yes: do not set.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98521 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-10-08 01:24:39 +00:00
Blair Zajac c0c6ec2db3 db{44,46,47,48,51,52,53}: whitespace consistency changes.
Make the db?? ports whitespace consistent so that diffs are minimal.
This will make forthcoming changes easier to apply to all of them (or
maybe even unify as subports).

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98520 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-10-08 01:11:44 +00:00
Joshua Root 87a6a9905b Berkeley DB ports: change no_java variant to java, make java default on pre-Lion only, and change no_sql to sql
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@80975 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-07-22 21:13:51 +00:00
Joshua Root 470407890a db44, db46, db47: license
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@80500 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-07-13 18:51:48 +00:00
Ryan Schmidt d3767839f0 Check that jni.h is actually a file; some users report it being a directory; see https://trac.macports.org/ticket/20849 and https://trac.macports.org/ticket/29115
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@78784 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-05-22 00:10:41 +00:00
Joshua Root 947e8346f8 db47: check for JNI headers (https://trac.macports.org/ticket/27405)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@73706 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-11-22 08:40:26 +00:00
Joshua Root 9b06f03602 db47: add patch 4
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@73286 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-11-09 09:08:58 +00:00
Joshua Root e6749026c0 db44, db46, db47: update patch_sites now that oracle have fixed their site (https://trac.macports.org/ticket/26075)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@72684 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-10-23 20:56:00 +00:00
Bryan Blackburn b043e7a391 databases/db47 - force MacPorts site for patch fetching until Oracle fixes their server to allow patch downloads again, ticket https://trac.macports.org/ticket/26075
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@70646 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-08-16 07:38:38 +00:00
Blair Zajac 12b5d47369 To help people with broken Java installs add a "no_java" variant.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@63512 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-02-06 19:43:08 +00:00