svn commit: r372392 - in head/sysutils/cbsd: . files
Veniamin Gvozdikov
vg at FreeBSD.org
Mon Nov 10 13:43:12 UTC 2014
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 at 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 at 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
More information about the svn-ports-head
mailing list