Bug 155748 - databases/useracc: bug fix important for 64 bit architectures
Summary: databases/useracc: bug fix important for 64 bit architectures
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-21 12:10 UTC by kheuer
Modified: 2011-03-29 21:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.16 KB, patch)
2011-03-21 12:10 UTC, kheuer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kheuer 2011-03-21 12:10:00 UTC
	Because of bad type declaration communication between master/slave
	server and client does not work on 64 bit architectures

How-To-Repeat: 	Try without fix below
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2011-03-26 16:02:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take care of it.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2011-03-26 16:11:43 UTC
State Changed
From-To: open->feedback

The distfile is currently unfetchable. Do you have an alternate url? 

root@portjail:/usr/ports/databases/useracc # distilator .
500 [DISTFILE]  ftp://gwdu111.gwdg.de/pub/FreeBSD/misc/useracc-3.1.tar.gz
500 [DISTFILE]  ftp://gwdu112.gwdg.de/pub/FreeBSD/misc/useracc-3.1.tar.gz
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2011-03-27 19:03:34 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 4 Emanuel Haupt freebsd_committer freebsd_triage 2011-03-27 19:05:09 UTC
State Changed
From-To: open->feedback

The second URL still times out (ftp://gwdu112.gwdg.de, DSL line?). Do you maybe have a more reliable mirror?
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-03-29 21:36:21 UTC
ehaupt      2011-03-29 20:36:13 UTC

  FreeBSD ports repository

  Modified files:
    databases/useracc    Makefile 
    databases/useracc/files patch-src::useracc.c 
  Removed files:
    databases/useracc    pkg-plist 
  Log:
  Because of bad type declaration communication between master/slave server and
  client does not work on 64 bit architectures. Provide a patch to solve this.
  
  PR:             155748
  Submitted by:   Konrad Heuer <kheuer@gwdg.de> (maintainer)
  
  Revision  Changes    Path
  1.2       +4 -0      ports/databases/useracc/Makefile
  1.2       +9 -0      ports/databases/useracc/files/patch-src::useracc.c
  1.2       +0 -2      ports/databases/useracc/pkg-plist (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Emanuel Haupt freebsd_committer freebsd_triage 2011-03-29 21:36:30 UTC
State Changed
From-To: feedback->closed

Committed, thanks!