Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 349411

Summary: www-apache/pwauth-2.3.8: version bump and HOMEPAGE changed
Product: Gentoo Linux Reporter: John Stile <john>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: enhancement CC: vilbrekin
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://code.google.com/p/pwauth/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: updated patch
updated ebuild
pwauth-2.3.10.ebuild
files/pwauth-gentoo.patch

Description John Stile 2010-12-22 20:35:06 UTC
The pwauth project was moved to http://code.google.com/p/pwauth and the version is now at 2.3.8, yet portage only goes up to 2.3.5.

Reproducible: Always

Steps to Reproduce:
Comment 1 John Stile 2010-12-22 22:33:33 UTC
Created attachment 257806 [details, diff]
updated patch

Updated the patch, using the old patch as a guide.
Comment 2 John Stile 2010-12-22 22:36:36 UTC
Created attachment 257808 [details]
updated ebuild

I updated the ebuild, with the new HOMEPAGE, SRC_URI, and the LICENSE type shown on the home page. However, I get an error trying to build, and I'm not sure what I did wrong yet, but this is a start.
make -j2 
i686-pc-linux-gnu-gcc -O2 -march=prescott -pipe -fomit-frame-pointer  -DSERVER_UIDS=81,1000 -DMIN_UNIX_UID=1000 -DPAM   -c -o main.o main.c
i686-pc-linux-gnu-gcc -O2 -march=prescott -pipe -fomit-frame-pointer  -DSERVER_UIDS=81,1000 -DMIN_UNIX_UID=1000 -DPAM   -c -o auth_aix.o auth_aix.c
main.c:53:22: error: macro "strchr" requires 2 arguments, but only 1 given
Comment 3 Michael Orlitzky gentoo-dev 2012-03-17 03:36:20 UTC
(In reply to comment #2)
> 
> main.c:53:22: error: macro "strchr" requires 2 arguments, but only 1 given


It looks like this may have been fixed?

  http://pwauth.googlecode.com/svn/trunk/pwauth/CHANGES
Comment 4 Vilbrekin 2012-05-12 23:19:02 UTC
Created attachment 311547 [details]
pwauth-2.3.10.ebuild

Modified ebuild for pwauth 2.3.10
Comment 5 Vilbrekin 2012-05-12 23:27:24 UTC
Created attachment 311549 [details, diff]
files/pwauth-gentoo.patch

Modified patch for 2.3.10. 
main.c has been patched as mainstream 2.3.11 (not released yet) to fix compilation issues.
Comment 6 Vilbrekin 2012-05-12 23:28:18 UTC
Hi,
Got 2.3.10 to compile/install fine by applying the fix from mainstream for deprecated strchr prototype.
Hope it helps,
V
Comment 7 Sergey Popov gentoo-dev 2013-01-01 16:26:51 UTC
+  01 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> +pwauth-2.3.10.ebuild,
+  +files/pwauth-2.3.10-config.patch, +files/pwauth-2.3.10-makefile.patch,
+  +files/pwauth-strchr.patch:
+  Version bump, HOMEPAGE and SRC_URI change, wrt bug #349411