Bug 198667

Summary: [PATCH] emulators/qemu-sbruno: Fix procctl check
Product: Ports & Packages Reporter: Renato Botelho <garga>
Component: Individual Port(s)Assignee: Juergen Lock <nox>
Status: Closed FIXED    
Severity: Affects Some People Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (nox)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Renato Botelho freebsd_committer freebsd_triage 2015-03-17 19:45:12 UTC
Created attachment 154464 [details]
patch

Patch is checking for PROC_REAP_ACQUIRE being defined before include <sys/procctl.h>, but PROC_REAP_ACQUIRE is defined inside sys/procctl.h, what make the check always return false.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-03-17 22:00:09 UTC
A commit references this bug:

Author: nox
Date: Tue Mar 17 21:59:33 UTC 2015
New revision: 381521
URL: https://svnweb.freebsd.org/changeset/ports/381521

Log:
  - Fix procctl check.
  - Bump PORTREVISION.

  PR:		198667
  Submitted by:	garga

Changes:
  head/emulators/qemu-sbruno/Makefile
  head/emulators/qemu-sbruno/files/patch-bsd-user-freebsd-os-proc.c
Comment 2 Juergen Lock freebsd_committer freebsd_triage 2015-03-17 22:17:56 UTC
Fix committed.  Thanks!