ports/186595: Port update: security/bsmtrace
aaron meihm
alm at freebsd.org
Sun Feb 9 16:50:04 UTC 2014
>Number: 186595
>Category: ports
>Synopsis: Port update: security/bsmtrace
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Feb 09 16:50:03 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: aaron meihm
>Release:
>Organization:
>Environment:
>Description:
Please apply following to security/bsmtrace to update to latest version and resolve some build issues
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
--- Makefile (revision 343520)
+++ Makefile (working copy)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= bsmtrace
-PORTVERSION= 1.3
-PORTREVISION= 3
+PORTVERSION= 1.4
+PORTREVISION= 0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= csjp
Index: distinfo
===================================================================
--- distinfo (revision 343520)
+++ distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (bsmtrace-1.3.tar.gz) = b5e59f8f8c82a41f090c3ec869fa7393b4cb56b5b59b135802c8772d1bebdcd9
-SIZE (bsmtrace-1.3.tar.gz) = 25144
+SHA256 (bsmtrace-1.4.tar.gz) = c325a3246ace8aef835b30f542a3028c3f1a14784c8e83236624f04d26269f95
+SIZE (bsmtrace-1.4.tar.gz) = 25169
Index: files/patch-Makefile
===================================================================
--- files/patch-Makefile (revision 343520)
+++ files/patch-Makefile (working copy)
@@ -1,13 +1,8 @@
---- ./Makefile.orig 2011-06-03 17:48:11.000000000 +0200
-+++ ./Makefile 2014-02-08 21:49:46.465613358 +0100
-@@ -1,11 +1,10 @@
- # $Id: Makefile,v 1.8 2007/07/13 00:03:50 csjp Exp $
-
--CC = gcc
--CFLAGS = -Wall -g
-+CC ?= gcc
+--- Makefile.orig 2014-02-09 10:44:20.000000000 -0600
++++ Makefile 2014-02-09 10:44:49.000000000 -0600
+@@ -5,7 +5,7 @@
TARGETS = bsmtrace
- OBJ = bsm.o bsmtrace.o conf.o y.tab.o lex.yy.o log.o pipe.o trigger.o fcache.o
+ OBJ = y.tab.o bsm.o bsmtrace.o conf.o lex.yy.o log.o pipe.o trigger.o fcache.o
PREFIX = /usr/local
-LIBS = -lbsm
+LIBS += -lbsm
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list