1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

- Update to 0.07

PR:		ports/189448
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
This commit is contained in:
Steve Wills 2014-05-09 18:11:31 +00:00
parent 8a4061b674
commit b07ee3e17e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353486
3 changed files with 3 additions and 15 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= BSD-Process
PORTVERSION= 0.06
PORTVERSION= 0.07
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DLAND

View File

@ -1,2 +1,2 @@
SHA256 (BSD-Process-0.06.tar.gz) = 6bdd6902900152659d48e5fca11f62e2561f7408e4aecbea1b1a8b3f9e513ac6
SIZE (BSD-Process-0.06.tar.gz) = 25727
SHA256 (BSD-Process-0.07.tar.gz) = 1b34409846a37d926470b36cca31cce20e43d4ccc7149e6be9fd5bf731a76ea2
SIZE (BSD-Process-0.07.tar.gz) = 26355

View File

@ -1,12 +0,0 @@
--- Process.xs.orig 2011-04-11 22:08:32.577420432 -0400
+++ Process.xs 2011-04-11 22:10:26.129419839 -0400
@@ -287,7 +287,9 @@
hv_store(h, "advlock", 7, newSViv(NO_FREEBSD_4x(P_FLAG(P_ADVLOCK))), 0);
hv_store(h, "controlt", 8, newSViv(NO_FREEBSD_4x(P_FLAG(P_CONTROLT))), 0);
hv_store(h, "kthread", 7, newSViv(NO_FREEBSD_4x(P_FLAG(P_KTHREAD))), 0);
+#if __FreeBSD_version < 802501
hv_store(h, "noload", 6, newSViv(NO_FREEBSD_4x(P_FLAG(P_NOLOAD))), 0);
+#endif
hv_store(h, "ppwait", 6, newSViv(NO_FREEBSD_4x(P_FLAG(P_PPWAIT))), 0);
hv_store(h, "profil", 6, newSViv(NO_FREEBSD_4x(P_FLAG(P_PROFIL))), 0);
hv_store(h, "stopprof", 8, newSViv(NO_FREEBSD_4x(P_FLAG(P_STOPPROF))), 0);