svn commit: r351484 - in head/security/quantis: . files

Alex Dupre ale at FreeBSD.org
Thu Apr 17 15:52:02 UTC 2014


Author: ale
Date: Thu Apr 17 15:52:01 2014
New Revision: 351484
URL: http://svnweb.freebsd.org/changeset/ports/351484
QAT: https://qat.redports.org/buildarchive/r351484/

Log:
  Fix build on 8.x, by using clang, since boost-lib is built with it.
  
  When will we have a port compiler and, more important, a port c++ library
  (and a simple way to use it) that will avoid all these headaches?

Added:
  head/security/quantis/files/pkg-message.in
     - copied unchanged from r351469, head/security/quantis/pkg-message
Deleted:
  head/security/quantis/pkg-message
Modified:
  head/security/quantis/Makefile

Modified: head/security/quantis/Makefile
==============================================================================
--- head/security/quantis/Makefile	Thu Apr 17 15:31:32 2014	(r351483)
+++ head/security/quantis/Makefile	Thu Apr 17 15:52:01 2014	(r351484)
@@ -28,9 +28,10 @@ TOOL_DESC=	Build EasyQuantis application
 GUI_DESC=	Build QT4 GUI for EasyQuantis application
 
 EXTRACT_BEFORE_ARGS=	-aqo
-USES=		cmake zip:infozip
+USES=		cmake compiler:c++11-lang zip:infozip
 USE_QT4=	# empty but required
 USE_LDCONFIG=	yes
+SUB_FILES=	pkg-message
 
 WRKSRC=		${WRKDIR}/Quantis-${DISTVERSION}/Libs-Apps
 

Copied: head/security/quantis/files/pkg-message.in (from r351469, head/security/quantis/pkg-message)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/quantis/files/pkg-message.in	Thu Apr 17 15:52:01 2014	(r351484, copy of r351469, head/security/quantis/pkg-message)
@@ -0,0 +1,10 @@
+************************************************************
+
+To give Quantis USB access to other users than 'root',
+you have to change permissions on the generated 'ugen'
+device.
+
+A devd config sample has been put in the examples directory.
+Copy it into %%LOCALBASE%%/etc/devd ad modify it at your needs.
+
+************************************************************


More information about the svn-ports-all mailing list