Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144459645
D51868.id160237.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.id160237.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/compat12x/Makefile
===================================================================
--- misc/compat12x/Makefile
+++ misc/compat12x/Makefile
@@ -1,6 +1,6 @@
PORTNAME= compat12x
PORTVERSION= 12.2.1202000.20210406
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= LOCAL/jkim
PKGNAMESUFFIX= -${ARCH}
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
Mon, Feb 9, 1:33 PM (2 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28584523
Default Alt Text
D51868.id160237.diff (1 KB)
Attached To
Mode
D51868: misc/compat{10,11,13}x: Fix dependencies
Attached
Detach File
Event Timeline
Log In to Comment