Bug 169271 - [PATCH] devel/pcsc-lite: Don't mention removed package
Summary: [PATCH] devel/pcsc-lite: Don't mention removed package
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: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-20 18:40 UTC by Sevan Janiyan
Modified: 2012-08-06 15:44 UTC (History)
1 user (show)

See Also:


Attachments
pcsc-lite-1.8.3,2.patch (1.08 KB, patch)
2012-06-20 18:40 UTC, Sevan Janiyan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2012-06-20 18:40:08 UTC
ifd-gempc410 was is nolonger in ports
replace space with tab in Makefile

Port maintainer (arved@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-20 18:40:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->arved

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-06 13:30:53 UTC
Author: arved
Date: Mon Aug  6 12:30:13 2012
New Revision: 302175
URL: http://svn.freebsd.org/changeset/ports/302175

Log:
  * Remove reference to deleted port from pkg-message
  
  PR:		169271
  Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
  
  * Revert OptionsNGification, as OPTIONS depending on OSVERSION
    is not possible
  
  Reported by:	sunpoet and pointyhat
  
  * Update to 1.8.5
  Submitted by:	arved

Modified:
  head/devel/pcsc-lite/Makefile
  head/devel/pcsc-lite/distinfo
  head/devel/pcsc-lite/files/pkg-message.in

Modified: head/devel/pcsc-lite/Makefile
==============================================================================
--- head/devel/pcsc-lite/Makefile	Mon Aug  6 12:19:25 2012	(r302174)
+++ head/devel/pcsc-lite/Makefile	Mon Aug  6 12:30:13 2012	(r302175)
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	pcsc-lite
-PORTVERSION=	1.8.3
+PORTVERSION=	1.8.5
 PORTEPOCH=	2
 CATEGORIES=	devel security
-MASTER_SITES=	https://alioth.debian.org/frs/download.php/3706/
+MASTER_SITES=	https://alioth.debian.org/frs/download.php/3741/
 
 MAINTAINER=	arved@FreeBSD.org
 COMMENT=	A smartcard development library
@@ -38,19 +38,11 @@ MAN8=		pcscd.8
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 800069
-OPTIONS_DEFINE=	USB
-OPTIONS_DEFAULT=USB
-
-USB_DESC=	Support for USB-reader
-
-.if $(PORT_OPTIONS:MUSB)
-CONFIGURE_ENV+= LIBUSB_LIBS="-lusb"
+.if !defined(WITHOUT_USB) && ${OSVERSION} >= 800069
+CONFIGURE_ENV+=	LIBUSB_LIBS="-lusb"
 CONFIGURE_ARGS+=--enable-libusb=/usr
 .else
-CONFIGURE_ARGS+=--disable-libusb
-.endif
-
+BROKEN=		FreeBSD 7.x does not ship with a supported libusb
 .endif
 
 post-patch:
@@ -64,6 +56,14 @@ post-patch:
 	${REINPLACE_CMD} -e '/^install-data-am: / s|install-docDATA||' ${WRKSRC}/doc/Makefile.in
 .endif
 
+pre-everything::
+.if !defined(WITHOUT_USB) && ${OSVERSION} >= 800069
+	@${ECHO_MSG}
+	@${ECHO_MSG} "pcsc-lite has the following option(s):"
+	@${ECHO_MSG} "  WITHOUT_USB=yes            Disable USB support"
+	@${ECHO_MSG}
+.endif
+
 post-install:
 .if !defined(NOPORTEXAMPLES)
 	@${MKDIR} ${EXAMPLESDIR}

Modified: head/devel/pcsc-lite/distinfo
==============================================================================
--- head/devel/pcsc-lite/distinfo	Mon Aug  6 12:19:25 2012	(r302174)
+++ head/devel/pcsc-lite/distinfo	Mon Aug  6 12:30:13 2012	(r302175)
@@ -1,2 +1,2 @@
-SHA256 (pcsc-lite-1.8.3.tar.bz2) = b4442d76e9d033340844fb419783f4ee4817dc8d0e5ff208991bb0be1db45d73
-SIZE (pcsc-lite-1.8.3.tar.bz2) = 552100
+SHA256 (pcsc-lite-1.8.5.tar.bz2) = 917f6c24d2a766cc7b20ad78b70f29613f134dea997d60613826a9ce68eee6a6
+SIZE (pcsc-lite-1.8.5.tar.bz2) = 560995

Modified: head/devel/pcsc-lite/files/pkg-message.in
==============================================================================
--- head/devel/pcsc-lite/files/pkg-message.in	Mon Aug  6 12:19:25 2012	(r302174)
+++ head/devel/pcsc-lite/files/pkg-message.in	Mon Aug  6 12:30:13 2012	(r302175)
@@ -4,7 +4,6 @@ PC/SC-Lite has been installed.
 You can fetch drivers from http://www.linuxnet.com/sourcedrivers.html
 or install one of the following ports:
 devel/libccid
-security/ifd-gempc410
 security/ifd-slb_rf60
 
 For cardreaders connected to the serial port: After installing the driver,
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2012-08-06 13:43:52 UTC
State Changed
From-To: open->closed

Committed, thanks