From 03c063af50d179cfdd47f141383c9342930db179 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 21 Dec 2014 21:09:57 +0000 Subject: - Update to 10.1.2 Changes: - check for mount points duplicate in system and local jail fstab file. When duplicate - fstab.local wins - rewrite pkgbrowser script. Now work with SQLite directly instead of pkg(7), thus greatly speeding up for building package list svnup command renamed to srcup - new wrappers for service, sysrc, passwd for the appropriate tools - (bugfix) Fixes for jexport/jimport with newjname args - (bugfix) Correction to determine the type of IPv4: must contain only numbers. PR: 196173 Submitted by: olevole@olevole.ru (maintainer) --- sysutils/cbsd/files/patch-Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sysutils/cbsd/files/patch-Makefile (limited to 'sysutils/cbsd/files') diff --git a/sysutils/cbsd/files/patch-Makefile b/sysutils/cbsd/files/patch-Makefile deleted file mode 100644 index 3d1dde7903e5..000000000000 --- a/sysutils/cbsd/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 -- cgit v1.2.3