Bug 184695 - mail/milter-regex: Broken everywhere
Summary: mail/milter-regex: Broken everywhere
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-11 18:30 UTC by John Marino
Modified: 2013-12-17 06:43 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-12-11 18:30:00 UTC
As evidenced by portsmon, mail/milter-regex is broken on every platform:

pkg-static: lstat(/wrkdirs/usr/ports/mail/milter-regex/work/stage/var/run/milter-regex/): No such file or directory

It was reported several times, many weeks ago.
It's been broken too long, it should be either be fixed or reverted.  This PLIST error doesn't look that difficult though.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-11 18:30:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2013-12-11 22:00:43 UTC
State Changed
From-To: open->suspended


awaiting portmgr response on this issue.
Comment 3 freebsd.contact 2013-12-12 08:14:44 UTC
Maybe I don't understand the nuances of "suspended", but I think
suspending this PR is not appropriate.

Regardless of what portmgr does, this port is broken and action needs to
be taken.

Since, apparently, portmgr is not responding in a timely fashion, the
previous commit should be reverted to put this port back into a working
state.  Leaving this hanging INDEFINITELY (my interpretation of
"suspend") is not desirable.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-12-15 11:43:41 UTC
Author: dinoex
Date: Sun Dec 15 11:43:28 2013
New Revision: 336513
URL: http://svnweb.freebsd.org/changeset/ports/336513

Log:
  - fix pkgng problem
  do not use @dirrmtry
  PR:		184695

Modified:
  head/mail/milter-regex/pkg-plist

Modified: head/mail/milter-regex/pkg-plist
==============================================================================
--- head/mail/milter-regex/pkg-plist	Sun Dec 15 10:18:00 2013	(r336512)
+++ head/mail/milter-regex/pkg-plist	Sun Dec 15 11:43:28 2013	(r336513)
@@ -1,5 +1,3 @@
 libexec/milter-regex
 man/man8/milter-regex.8.gz
-@cwd /
-@dirrmtry %%SPOOLDIR%%
-@cwd
+@unexec rmdir %%SPOOLDIR%% 2>/dev/null || true
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Dirk Meyer freebsd_committer freebsd_triage 2013-12-17 06:42:57 UTC
State Changed
From-To: suspended->closed

a fix has been committed, thanks.