Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149186931
D51868.1789645326.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D51868.1789645326.diff
View Options
Index: misc/compat10x/Makefile
===================================================================
--- misc/compat10x/Makefile
+++ 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:
Index: misc/compat11x/Makefile
===================================================================
--- misc/compat11x/Makefile
+++ 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
Index: misc/compat13x/Makefile
===================================================================
--- misc/compat13x/Makefile
+++ 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
Thu, Sep 17, 11:42 AM (6 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29728716
Default Alt Text
D51868.1789645326.diff (1 KB)
Attached To
Mode
D51868: misc/compat{10,11,13}x: Fix dependencies
Attached
Detach File
Event Timeline
Log In to Comment