Bug 90394 - [PATCH] lang/mono adds useful info to pkg-message
Summary: [PATCH] lang/mono adds useful info to pkg-message
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-14 17:20 UTC by Michael C.Shultz
Modified: 2014-06-03 18:27 UTC (History)
2 users (show)

See Also:


Attachments
mono.diff (944 bytes, patch)
2005-12-14 17:20 UTC, Michael C.Shultz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael C.Shultz 2005-12-14 17:20:02 UTC
	lang/mono patch adds useful info to pkg-message

	pkg-message offers this wonderful advice:

	- Close apps which use Mono and run `ipcs -sbt`.  Remove the
	semaphores with MODE "--rw-------" and NSEMS "8"

	yet fails to explain how to remove a semaphore.  The patch
	adds instructions on removing the semaphore.  This should
	save the user from having to reboot just to get rid of open
	semaphores when trying to build lang/mono.

	Patch just provides information, no need to bump PORTREVISION

	With semaphores cleard mono builds OK on the FreeBSD 5.4 machine
	listed in the uname output at the top of this PR with the following
	command

	make CFLAGS="-O -pipe"

How-To-Repeat: 
	N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-14 17:21:29 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Tom McLaughlin freebsd_committer freebsd_triage 2005-12-17 22:19:26 UTC
State Changed
From-To: feedback->closed

Commited an altered patch to keep the pkg-message one screenful. 

(By the way, I run BSD# which maintains Mono which is why I committed 
the change.)
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-06-03 05:08:10 UTC
A commit references this bug:

Author: miwi
Date: Tue Jun  3 05:08:00 UTC 2014
New revision: 356287
URL: http://svnweb.freebsd.org/changeset/ports/356287

Log:
  - Stage support

  PR:		90394

Changes:
  head/www/rnews/Makefile
  head/www/rnews/pkg-plist
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2014-06-03 18:27:02 UTC
Note: previous commit actually applies to PR ports/190394, not this PR.