Bug 110138 - security/f-prot: Allow install on FreeBSD/amd64
Summary: security/f-prot: Allow install on FreeBSD/amd64
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: Tim Bishop
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-09 17:20 UTC by Scot Hetzel
Modified: 2007-03-09 18:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scot Hetzel 2007-03-09 17:20:03 UTC
Currently, the port is marked as i386 only which prevents the port from installing on FreeBSD/amd64.  The port installs a statically linked binary, that does run on FreeBSD/amd64.

Fix: 

Add amd64 to ONLY_FOR_ARCHS
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-09 17:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tdb

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-09 18:21:26 UTC
tdb         2007-03-09 18:21:19 UTC

  FreeBSD ports repository

  Modified files:
    security/f-prot      Makefile 
  Log:
  Add amd64 to ONLY_FOR_ARCHS - this binary port is reported to work
  fine on FreeBSD/amd64.
  
  PR:             110138
  Submitted by:   Scot Hetzel <swhetzel@gmail.com>
  
  Revision  Changes    Path
  1.32      +1 -1      ports/security/f-prot/Makefile
_______________________________________________
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 3 Tim Bishop freebsd_committer freebsd_triage 2007-03-09 18:21:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!