Bug 58747

Summary: [maintainer update] Update port: sysutils/smartmontools Update to 5.22
Product: Ports & Packages Reporter: martines <martines>
Component: Individual Port(s)Assignee: Sergei Kolobov <sergei>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
smartmontools.patch
none
smartmontools.patch none

Description martines 2003-10-31 03:00:35 UTC
	Update port to latest release from SourceForge
        Should now be clean compile on FreeBSD prior to 5.1-CURRENT
Comment 1 Sergei Kolobov freebsd_committer freebsd_triage 2003-10-31 07:58:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sergei

I'll take it.
Comment 2 Sergei Kolobov freebsd_committer freebsd_triage 2003-10-31 10:51:56 UTC
Fails to build under -STABLE:

cc -DHAVE_CONFIG_H -I. -I. -I.  -DSYSCONFDIR=\"/tmp/smartmontools-5.22/etc\"   -O -pipe  -Wall -c `test -f 'knowndrives.c' || echo './'`knowndrives.c
In file included from knowndrives.c:21:
/usr/include/regex.h:46: syntax error before `regoff_t'
/usr/include/regex.h:46: warning: type defaults to `int' in declaration of `regoff_t'
/usr/include/regex.h:46: warning: data definition has no type or storage class
/usr/include/regex.h:56: syntax error before `regoff_t'
gmake[2]: *** [knowndrives.o] Error 1
gmake[2]: Leaving directory `/data/ports/smartmontools-5.22/smartmontools-5.22'

Probably #include <sys/types.h> is missing. Please investigate.

Sergei
Comment 3 Sergei Kolobov freebsd_committer freebsd_triage 2003-10-31 12:59:25 UTC
State Changed
From-To: open->feedback

Waiting for feedback from the submitter.
Comment 4 Sergei Kolobov freebsd_committer freebsd_triage 2003-11-01 20:57:59 UTC
State Changed
From-To: feedback->closed

Committed, thanks!