From owner-svn-ports-head@FreeBSD.ORG Fri May 24 10:40:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8C87564F; Fri, 24 May 2013 10:40:16 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 654082ED; Fri, 24 May 2013 10:40:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4OAeG59068303; Fri, 24 May 2013 10:40:16 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4OAeGtC068301; Fri, 24 May 2013 10:40:16 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201305241040.r4OAeGtC068301@svn.freebsd.org> From: Boris Samorodov Date: Fri, 24 May 2013 10:40:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318956 - in head/net/lvwimax: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 10:40:16 -0000 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 # $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 - -.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 +.include 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 + #include +-#include ++#include + #include + #include + #include