Bug 84848 - new port: finance/ccard - A command line offline credit card validator/analyzer
Summary: new port: finance/ccard - A command line offline credit card validator/analyzer
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: Sergey Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-12 19:50 UTC by Emanuel Haupt
Modified: 2005-09-03 20:08 UTC (History)
0 users

See Also:


Attachments
ccard.shar (1.74 KB, text/plain)
2005-08-12 19:50 UTC, Emanuel Haupt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt 2005-08-12 19:50:17 UTC
new port: finance/ccard - A command line offline credit card validator/analyzer

The CCard program is a program to validate credit card numbers.

It can also determine the following credit card types:

   * Mastercard
   * Visa
   * American Express
   * Diners Club/Carte Blanche
   * Discover
   * enRoute
   * Japanese Credit Bureau
   * Australian Bankcard
Comment 1 Emanuel Haupt 2005-08-12 20:46:13 UTC
If the port is built with "make CFLAGS='-DYEAHCFLAGSARERESPECTED'"
CFLAGS are respected, if defined in /etc/make.conf mysteriously not.

The following patch fixes this behavior:

--- Makefile.patch begins here ---
--- Makefile.orig	Fri Aug 12 21:37:08 2005
+++ Makefile	Fri Aug 12 21:38:18 2005
@@ -15,6 +15,7 @@
 COMMENT=	A command line offline credit card validator/analyzer
 
 GNU_CONFIGURE=	yes
+MAKE_ARGS+=	CFLAGS="${CFLAGS}"
 
 PLIST_FILES=	bin/ccard
 MAN1=		ccard.1
--- Makefile.patch ends here ---
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2005-08-18 21:22:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Take it
Comment 3 Sergey Matveychuk freebsd_committer freebsd_triage 2005-09-03 20:08:05 UTC
State Changed
From-To: open->closed

Committed, thanks!