Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Apr 2012 16:09:47 -0500
From:      Mark Felder <feld@feld.me>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/166707: New port: net/librouteros
Message-ID:  <E1SGGPj-000N4J-3C@feld.me>
Resent-Message-ID: <201204062110.q36LA1jT079640@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166707
>Category:       ports
>Synopsis:       New port: net/librouteros
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 06 21:10:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     feld
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD mwi1.coffeenet.org 9.0-STABLE FreeBSD 9.0-STABLE #1 r230267: Tue Jan 17 15:11:44 CST
>Description:
librouteros is a C library to communicate with network devices by MikroTik
running their Linux-based operating system RouterOS.

Port maintainer (feld@feld.me) is cc'd.

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- librouteros-1.1.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/librouteros/Makefile ./Makefile
--- /usr/ports/net/librouteros/Makefile	2012-04-06 15:46:22.940285753 -0500
+++ ./Makefile	2012-04-06 16:04:08.640296417 -0500
@@ -1,6 +1,7 @@
 # New ports collection Makefile for:	librouteros
 # Date created:				April 6 2012
 # Whom:					Mark Felder <feld@feld.me>
+# $FreeBSD: ports/net/librouteros/Makefile,v 1.00 2012/04/06 16:01:17 feld Exp $
 
 PORTNAME=	librouteros
 PORTVERSION=	1.1.2
@@ -13,17 +14,19 @@
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-MAN=	ros.1 librouteros.3
-
 BUILD_DEPENDS=	libgcrypt>=0:${PORTSDIR}/security/libgcrypt
 
+MAN1=	ros.1
+MAN3=	librouteros.3
+
 USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
+USE_LDCONFIG=	yes
 
-LDFLAGS+=       -L${LOCALBASE}/lib
-CFLAGS+=	-I/usr/local/include -Wno-error
+LDFLAGS+=	-L${LOCALBASE}/lib
+CFLAGS+=	-I${LOCALBASE}/include -Wno-error
 
-PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL NEWS README 
+PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL NEWS README
 
 .include <bsd.port.pre.mk>
 
@@ -33,5 +36,4 @@
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
 .endif
 
-
 .include <bsd.port.post.mk>
--- librouteros-1.1.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1SGGPj-000N4J-3C>