Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F138943303
D51868.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D51868.diff
View Options
diff --git a/misc/compat10x/Makefile b/misc/compat10x/Makefile
--- a/misc/compat10x/Makefile
+++ b/misc/compat10x/Makefile
@@ -1,6 +1,6 @@
PORTNAME= compat10x
PORTVERSION= 10.4.1004000.20181014
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= LOCAL/des
PKGNAMESUFFIX= -${ARCH}
@@ -24,8 +24,8 @@
USE_LDCONFIG32= ${TARGET32_DIR}
.endif
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300000
-RUN_DEPENDS+= compat12x-${ARCH}>=0:misc/compat12x
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000
+RUN_DEPENDS+= compat11x-${ARCH}>=0:misc/compat11x
.endif
do-install:
diff --git a/misc/compat11x/Makefile b/misc/compat11x/Makefile
--- a/misc/compat11x/Makefile
+++ b/misc/compat11x/Makefile
@@ -1,6 +1,6 @@
PORTNAME= compat11x
PORTVERSION= 11.2.1102000.20181014
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= LOCAL/des
PKGNAMESUFFIX= -${ARCH}
@@ -23,8 +23,8 @@
IGNORE= is for FreeBSD 11.x and newer
.endif
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000
-RUN_DEPENDS+= compat13x-${ARCH}>=0:misc/compat13x
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300000
+RUN_DEPENDS+= compat12x-${ARCH}>=0:misc/compat12x
.endif
.if ${ARCH} == amd64
diff --git a/misc/compat13x/Makefile b/misc/compat13x/Makefile
--- a/misc/compat13x/Makefile
+++ b/misc/compat13x/Makefile
@@ -32,7 +32,7 @@
IGNORE= is for FreeBSD 13.x and newer
.endif
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1500000
RUN_DEPENDS+= compat14x-${ARCH}>=0:misc/compat14x
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 10:56 PM (19 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26766915
Default Alt Text
D51868.diff (1 KB)
Attached To
Mode
D51868: misc/compat{10,11,13}x: Fix dependencies
Attached
Detach File
Event Timeline
Log In to Comment