Bug 128681 - Update comms/smstools3 to improve rc script and enable statistics feature
Summary: Update comms/smstools3 to improve rc script and enable statistics feature
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-07 17:30 UTC by Sean McAfee
Modified: 2008-11-21 12:12 UTC (History)
0 users

See Also:


Attachments
file.diff (3.05 KB, patch)
2008-11-07 17:30 UTC, Sean McAfee
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sean McAfee 2008-11-07 17:30:04 UTC
The current revision of the port does not allow for building of the statistics gathering feature, likely because attempting to manually build it from source results in an error due to a missing CFLAGS include.

Additionally, the rc script was basic and did not allow for conffile/pidfile/flags knobs via rc.conf (among other issues.)

A patch is attached.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-07 19:26:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-21 12:04:06 UTC
mm          2008-11-21 12:03:56 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
    comms/smstools3      Makefile pkg-plist 
    comms/smstools3/files smsd.in 
  Added files:
    comms/smstools3/files patch-src-Makefile 
  Log:
  - New RCNG script for smstools3
  - Improved security (runas uucp:dialer)
  - Some ideas imported from [1]
  
  PR:             ports/128681 [1]
  Submitted by:   Sean McAfee <smcafee at collaborativefusion.com> [1]
  
  Revision  Changes    Path
  1.729     +12 -1     ports/UPDATING
  1.5       +23 -6     ports/comms/smstools3/Makefile
  1.1       +20 -0     ports/comms/smstools3/files/patch-src-Makefile (new)
  1.2       +15 -18    ports/comms/smstools3/files/smsd.in
  1.3       +4 -1      ports/comms/smstools3/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2008-11-21 12:12:32 UTC
State Changed
From-To: open->closed

Some ideas imported.