mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Remove a nolonger needed workaround for systems prior to 6.0 that was
preventing builds on 5.x. Don't bump PORTREVISION because we were only trying to apply the patch to 5.x systems and thus no changes will occur on systems that were building prior to this change. Reported by: pointyhat (via erwin)
This commit is contained in:
parent
a59f6022c2
commit
cf5c43aaa8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207910
6 changed files with 0 additions and 51 deletions
|
@ -33,9 +33,6 @@ CONFLICTS= sge-6.[1-9]* sge-5* sgeee-[0-9]* sge-0.*
|
|||
|
||||
EXTRA_PATCHES= ${FILESDIR}/sge-freebsd-pdc.diff
|
||||
|
||||
.if !exists(/usr/include/sys/_pthreadtypes.h)
|
||||
EXTRA_PATCHES= ${FILESDIR}/pthread-types.diff
|
||||
.endif
|
||||
NOT_FOR_ARCHS= alpha
|
||||
|
||||
USE_GETTEXT= yes
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- libs/uti/sge_profiling.h.orig
|
||||
+++ libs/uti/sge_profiling.h
|
||||
@@ -35,7 +35,7 @@
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/times.h>
|
||||
-
|
||||
+#include <pthread.h>
|
||||
|
||||
#include "basis_types.h"
|
||||
|
|
@ -36,9 +36,6 @@ OPTIONS= BDB "Use DB based spooler" on \
|
|||
LATEST_LINK= sge61
|
||||
CONFLICTS= sge-6.[02-9]* sge-5* sgeee-[0-9]* sge-0.*
|
||||
|
||||
.if !exists(/usr/include/sys/_pthreadtypes.h)
|
||||
EXTRA_PATCHES= ${FILESDIR}/pthread-types.diff
|
||||
.endif
|
||||
NOT_FOR_ARCHS= alpha
|
||||
|
||||
USE_GETTEXT= yes
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- libs/uti/sge_profiling.h.orig
|
||||
+++ libs/uti/sge_profiling.h
|
||||
@@ -35,7 +35,7 @@
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/times.h>
|
||||
-
|
||||
+#include <pthread.h>
|
||||
|
||||
#include "basis_types.h"
|
||||
|
|
@ -36,9 +36,6 @@ OPTIONS= BDB "Use DB based spooler" on \
|
|||
LATEST_LINK= sge61
|
||||
CONFLICTS= sge-6.[02-9]* sge-5* sgeee-[0-9]* sge-0.*
|
||||
|
||||
.if !exists(/usr/include/sys/_pthreadtypes.h)
|
||||
EXTRA_PATCHES= ${FILESDIR}/pthread-types.diff
|
||||
.endif
|
||||
NOT_FOR_ARCHS= alpha
|
||||
|
||||
USE_GETTEXT= yes
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- libs/uti/sge_profiling.h.orig
|
||||
+++ libs/uti/sge_profiling.h
|
||||
@@ -35,7 +35,7 @@
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/times.h>
|
||||
-
|
||||
+#include <pthread.h>
|
||||
|
||||
#include "basis_types.h"
|
||||
|
Loading…
Add table
Reference in a new issue