Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140915727
D50372.id.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
D50372.id.diff
View Options
diff --git a/misc/compat13x/Makefile b/misc/compat13x/Makefile
--- a/misc/compat13x/Makefile
+++ b/misc/compat13x/Makefile
@@ -20,6 +20,13 @@
USE_LDCONFIG= ${TARGET_DIR}
NO_SHLIB_REQUIRES_GLOB= *:32
+COMPAT_LIBS= libcrypto.so.111 \
+ libdialog.so.9 \
+ libnv.so.0 \
+ libssl.so.111
+
+.include "${.CURDIR}/../compat4x/Makefile.makedist"
+
.include <bsd.port.pre.mk>
.if ${OSREL:R} < 13
diff --git a/misc/compat4x/Makefile.makedist b/misc/compat4x/Makefile.makedist
new file mode 100644
--- /dev/null
+++ b/misc/compat4x/Makefile.makedist
@@ -0,0 +1,14 @@
+_VER= ${PORTVERSION:C/\..*//g}.${PORTVERSION:C/[^\.]*\.//:C/\..*//g}
+
+makedist:
+.for lib in ${COMPAT_LIBS}
+ ${ECHO_CMD} ${lib} >> /tmp/compat-libs
+.endfor
+.for arch in ${ONLY_FOR_ARCHS}
+ cd /tmp && ${SH} ${PORTSDIR}/Tools/scripts/gen-compat.sh ${_VER} ${arch} /tmp/compat-libs
+.endfor
+ @${ECHO_CMD}
+ @${ECHO_CMD} Now run
+ @${ECHO_CMD} 'mv /tmp/${PORTNAME}-* ${PORTSDIR}/distfiles/'
+ @${ECHO_CMD} adjust PORTVERSION accordingly and run
+ @${ECHO_CMD} ${MAKE} -C ${.CURDIR} makesum
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 30, 2:45 PM (9 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27386036
Default Alt Text
D50372.id.diff (1 KB)
Attached To
Mode
D50372: misc/compat*x: Add an auxiliary target to regenerate distfiles
Attached
Detach File
Event Timeline
Log In to Comment