Date: Mon, 10 Nov 2014 13:43:12 +0000 (UTC) From: Veniamin Gvozdikov <vg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372392 - in head/sysutils/cbsd: . files Message-ID: <201411101343.sAADhC00073291@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vg Date: Mon Nov 10 13:43:11 2014 New Revision: 372392 URL: https://svnweb.freebsd.org/changeset/ports/372392 QAT: https://qat.redports.org/buildarchive/r372392/ Log: - Bump PORTREVISION - Added -pthread due to failing to build PR: ports/194879 Submitted by: olevole@olevole.ru Added: head/sysutils/cbsd/files/patch-Makefile (contents, props changed) Modified: head/sysutils/cbsd/Makefile Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Mon Nov 10 11:57:56 2014 (r372391) +++ head/sysutils/cbsd/Makefile Mon Nov 10 13:43:11 2014 (r372392) @@ -2,7 +2,7 @@ PORTNAME= cbsd PORTVERSION= 10.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru Added: head/sysutils/cbsd/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cbsd/files/patch-Makefile Mon Nov 10 13:43:11 2014 (r372392) @@ -0,0 +1,11 @@ +--- Makefile.orig 2014-11-07 13:00:51.000000000 +0300 ++++ Makefile 2014-11-07 13:01:02.000000000 +0300 +@@ -24,7 +24,7 @@ + ${CC} bin/cbsdssh.c -o bin/cbsdssh -lssh2 -L/usr/local/lib -I/usr/local/include + ${CC} bin/cfetch.c -o bin/cfetch -lfetch + ${CC} sbin/netmask.c -o sbin/netmask +- ${CC} misc/src/sqlcli.c -static -lsqlite3 -L/usr/local/lib -I/usr/local/include -o misc/sqlcli ++ ${CC} misc/src/sqlcli.c -static -pthread -lsqlite3 -L/usr/local/lib -I/usr/local/include -o misc/sqlcli + ${CC} misc/src/cbsdlogtail.c -o misc/cbsdlogtail + ${CC} misc/src/chk_arp_byip.c -o misc/chk_arp_byip + ${CC} misc/src/elf_tables.c -lelf -o misc/elf_tables
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411101343.sAADhC00073291>