Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 10:40:16 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318956 - in head/net/lvwimax: . files
Message-ID:  <201305241040.r4OAeGtC068301@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Fri May 24 10:40:15 2013
New Revision: 318956
URL: http://svnweb.freebsd.org/changeset/ports/318956

Log:
  . fix build at 10.x;  [1]
  . trim Makefile headres;
  . fix MASTER_SITES;
  . remove the indefinite article from COMMENT;
  . remove check for unsupported OS versions.
  
  Pointed out by:	pointyhat build (via miwibot) [1]

Added:
  head/net/lvwimax/files/patch-lvwimax.c   (contents, props changed)
Modified:
  head/net/lvwimax/Makefile

Modified: head/net/lvwimax/Makefile
==============================================================================
--- head/net/lvwimax/Makefile	Fri May 24 10:36:12 2013	(r318955)
+++ head/net/lvwimax/Makefile	Fri May 24 10:40:15 2013	(r318956)
@@ -1,19 +1,15 @@
-# New ports collection makefile for:	net/lvwimax
-# Date created:				2010-06-04
-# Whom:					bsam
-#
+# Created by: Boris Samorodov <bsam@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	lvwimax
 PORTVERSION=	0.1
 PORTREVISION=	1
 CATEGORIES=	net
-MASTER_SITES=	ftp://ftp.ipt.ru/pub/download/ \
+MASTER_SITES=	ftp://ftp.wart.ru/pub/download/ \
 		${MASTER_SITE_LOCAL}
 
 MAINTAINER=	bsam@FreeBSD.org
-COMMENT=	A userland driver for Samsung WiMAX modems
+COMMENT=	Userland driver for Samsung WiMAX modems
 
 LICENSE=	GPLv2
 
@@ -21,12 +17,6 @@ USE_RC_SUBR=	lvwimax
 
 PLIST_FILES=	etc/devd/lvwimax.conf sbin/lvwimax
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800069
-IGNORE=		requires FreeBSD 8.0-RELEASE or later for libusb-1.0 support
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile
 
@@ -37,4 +27,4 @@ post-install:
 	${INSTALL_DATA} "${WRKDIR}/lvwimax.conf" ${PREFIX}/etc/devd
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Added: head/net/lvwimax/files/patch-lvwimax.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/lvwimax/files/patch-lvwimax.c	Fri May 24 10:40:15 2013	(r318956)
@@ -0,0 +1,11 @@
+--- lvwimax.c.orig      2009-06-18 00:44:07.000000000 +0500
++++ lvwimax.c   2013-05-24 12:43:13.000000000 +0400
+@@ -21,7 +21,7 @@
+
+ #include <syslog.h>
+ #include <stdlib.h>
+-#include <libusb20.h>
++#include <libusb.h>
+ #include <pthread.h>
+ #include <poll.h>
+ #include <errno.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305241040.r4OAeGtC068301>