Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349411 - www-apache/pwauth-2.3.8: version bump and HOMEPAGE changed
Summary: www-apache/pwauth-2.3.8: version bump and HOMEPAGE changed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: http://code.google.com/p/pwauth/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-22 20:35 UTC by John Stile
Modified: 2013-01-01 16:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
updated patch (pwauth-gentoo.patch,2.63 KB, patch)
2010-12-22 22:33 UTC, John Stile
Details | Diff
updated ebuild (pwauth-2.3.8.ebuild,1.92 KB, text/plain)
2010-12-22 22:36 UTC, John Stile
Details
pwauth-2.3.10.ebuild (file_349411.txt,2.33 KB, text/plain)
2012-05-12 23:19 UTC, Vilbrekin
Details
files/pwauth-gentoo.patch (file_349411.txt,3.01 KB, patch)
2012-05-12 23:27 UTC, Vilbrekin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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