* [gentoo-commits] repo/gentoo:master commit in: www-apache/pwauth/
@ 2015-09-01 20:06 Tobias Klausmann
0 siblings, 0 replies; 3+ messages in thread
From: Tobias Klausmann @ 2015-09-01 20:06 UTC (permalink / raw
To: gentoo-commits
commit: a9c65da3798b8293f260b5430993090a9a14a37b
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 20:05:47 2015 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 20:05:47 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c65da3
www-apache/pwauth: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
www-apache/pwauth/pwauth-2.3.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apache/pwauth/pwauth-2.3.10.ebuild b/www-apache/pwauth/pwauth-2.3.10.ebuild
index e167a64..ff950cd 100644
--- a/www-apache/pwauth/pwauth-2.3.10.ebuild
+++ b/www-apache/pwauth/pwauth-2.3.10.ebuild
@@ -7,7 +7,7 @@ EAPI=5
inherit base flag-o-matic pam toolchain-funcs
DESCRIPTION="A Unix Web Authenticator"
-HOMEPAGE="https://code.google.com/p/pwauth/"
+HOMEPAGE="https://github.com/phokz/pwauth/tree/master/pwauth"
SRC_URI="https://pwauth.googlecode.com/files/${P}.tar.gz"
LICENSE="Apache-1.1"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/pwauth/
@ 2019-10-12 18:16 Mikle Kolyada
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2019-10-12 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 619b2f97aff91587e8ac2055de7264e94c78b5bd
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 18:16:02 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 18:16:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619b2f97
www-apache/pwauth: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
www-apache/pwauth/pwauth-2.3.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apache/pwauth/pwauth-2.3.10.ebuild b/www-apache/pwauth/pwauth-2.3.10.ebuild
index 8bd3806e64a..c1fd701b6e9 100644
--- a/www-apache/pwauth/pwauth-2.3.10.ebuild
+++ b/www-apache/pwauth/pwauth-2.3.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="faillog pam ignore-case domain-aware"
-DEPEND="pam? ( virtual/pam )"
+DEPEND="pam? ( sys-libs/pam )"
RDEPEND="${DEPEND}"
PATCHES=(
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/pwauth/
@ 2022-10-11 8:56 Ionen Wolkens
0 siblings, 0 replies; 3+ messages in thread
From: Ionen Wolkens @ 2022-10-11 8:56 UTC (permalink / raw
To: gentoo-commits
commit: 06cd3222cf045c58fb46efb2375404ec1b5a1c8d
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 08:26:21 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 08:56:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cd3222
www-apache/pwauth: pass -std=gnu89
Does not build with `clang -std=c2x`, early workaround for
when this will become a default.
(not actively hunting for these, merely revisiting packages
previously looked at for clang16 even if not an issue "yet").
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
www-apache/pwauth/pwauth-2.3.10-r2.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www-apache/pwauth/pwauth-2.3.10-r2.ebuild b/www-apache/pwauth/pwauth-2.3.10-r2.ebuild
index a99fff7b1ff0..ce26116771fa 100644
--- a/www-apache/pwauth/pwauth-2.3.10-r2.ebuild
+++ b/www-apache/pwauth/pwauth-2.3.10-r2.ebuild
@@ -59,6 +59,8 @@ pkg_setup() {
use ignore-case && append-cppflags -DIGNORE_CASE
use domain-aware && append-cppflags -DOMAIN_AWARE
+
+ append-cflags -std=gnu89 # old codebase, incompatible with c2x
}
src_compile() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-11 8:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01 20:06 [gentoo-commits] repo/gentoo:master commit in: www-apache/pwauth/ Tobias Klausmann
-- strict thread matches above, loose matches on Subject: below --
2019-10-12 18:16 Mikle Kolyada
2022-10-11 8:56 Ionen Wolkens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox