Bug 58747 - [maintainer update] Update port: sysutils/smartmontools Update to 5.22
Summary: [maintainer update] Update port: sysutils/smartmontools Update to 5.22
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergei Kolobov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-31 03:00 UTC by martines
Modified: 2003-11-01 20:58 UTC (History)
0 users

See Also:


Attachments
smartmontools.patch (857 bytes, patch)
2003-10-31 03:00 UTC, martines
no flags Details | Diff
smartmontools.patch (664 bytes, patch)
2003-10-31 15:36 UTC, martines
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!