Opened 12 years ago
Closed 12 years ago
#42599 closed submission (fixed)
new port: sysutil/pcsc-tools 1.4.22
| Reported by: | schmurtz_macport@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.2.1 |
| Keywords: | Cc: | ||
| Port: | pcsc-tools |
Description
Tools for accessing PC/SC driver, card or reader
(depend on p5-pcsc, ticket #42598)
Attachments (3)
Change History (7)
Changed 12 years ago by schmurtz_macport@…
| Attachment: | files_patch-Makefile.zip added |
|---|
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
| Port: | pcsc-tools added |
|---|
Changed 12 years ago by schmurtz_macport@…
comment:4 Changed 12 years ago by neverpanic (Clemens Lang)
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Comitted in r117787 with the following changes:
- Ensure MacPorts' CPPFLAGS, CFLAGS, CXXFLAGS and LDFLAGS are used
- Simplify universal variant by using
[get_canonical_archflags](which requires the universal variant to be defined, that's why there's avariant universal {}line in there). At the same time, this ensures the correct architecture if a user configured a build arch different from the default and isn't building universal. - Removed the description of the universal variant, which is filled in automatically if missing.
Note: See
TracTickets for help on using
tickets.

Thanks. Some observations:
-archflags and adding a universal variant.