aboutsummaryrefslogtreecommitdiffstats
path: root/security/bioapi
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* - Convert to USE_LDCONFIGpav2007-02-011-3/+1
| | | | Approved by: Fredrik Lindberg <fli@shapeshifter.se> (maintainer)
* - Fix build with gcc 4.xpav2007-01-082-1/+14
| | | | | | | | - Force -O optimization level, problems reported with higher optimization levels PR: ports/107658 Submitted by: Fredrik Lindberg <fli@shapeshifter.se> (maintainer)
* Teach the mod_install utility to not remove the shared object whensem2006-03-292-2/+13
| | | | | | | | | | de-registering a BSP module from the BioAPI registry. This is needed when adding BSP modules to the ports tree, as both the ports system and mod_install will try to remove the file on de-install. PR: ports/95028 Submitted by: maintainer
* Conversion to a single libtool environment.ade2006-02-232-2/+7
| | | | Approved by: portmgr (kris)
* - Fix build on recent 64bit CURRENTpav2006-01-182-3/+19
| | | | | Reported by: krismail Submitted by: Fredrik Lindberg <fli@shapeshifter.se> (maintainer)
* - Circumvent INSTALLS_SHLIB's tendency to ldconfig last @cwd'ed directory.pav2006-01-151-0/+3
| | | | This makes package ldconfig correct directory.
* BioAPI (Biometric Application Programming Interface) brings platform and devicepav2006-01-1514-0/+521
independence to application programmers and biometric service providers. PR: ports/91734 Submitted by: Fredrik Lindberg <fli@shapeshifter.se>