Bug 14139 - Fix port: databases/dbf2mysql
Summary: Fix port: databases/dbf2mysql
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-05 12:50 UTC by jedgar
Modified: 1999-10-05 17:06 UTC (History)
0 users

See Also:


Attachments
file.diff (880 bytes, patch)
1999-10-05 12:50 UTC, jedgar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jedgar 1999-10-05 12:50:01 UTC
Fix port: databases/dbf2mysql

For backwards compatibility with FreeBSD 2.2.x due to it's
(apparent) lack of 's' support in ar.

change:
	ar rcs libdbf.a ...
to:
	ar rc libdbf.a ...
	ranlib libdbf.a
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-10-05 17:06:30 UTC
State Changed
From-To: open->closed

Committed, thanks!