Skip to content

Commit ff00e31

Browse files
Remove libxml2 dependency on FreeBSD package
libxml2 is now included with the FreeBSD toolchain itself as a static link, so there's no need to require it on the host system, as Swift's own vendored copy will be used.
1 parent 7911977 commit ff00e31

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

platforms/FreeBSD/makePackage

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ get_package_version()
8888
}
8989

9090
LIBUUID_PKG_VERSION=$(get_package_version libuuid)
91-
LIBXML2_PKG_VERSION=$(get_package_version libxml2)
9291
PYTHON_PKG_VERSION=$(get_package_version python311)
9392
SQLITE3_PKG_VERSION=$(get_package_version sqlite3)
9493

@@ -111,10 +110,6 @@ cat > "$METADATA_STAGING/manifest" <<EOF
111110
"version": "$LIBUUID_PKG_VERSION",
112111
"origin": "misc/libuuid"
113112
},
114-
"libxml2": {
115-
"version": "$LIBXML2_PKG_VERSION",
116-
"origin": "textproc/libxml2"
117-
},
118113
"python311": {
119114
"version": "$PYTHON_PKG_VERSION",
120115
"origin": "lang/python311"

0 commit comments

Comments
 (0)