mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
- Change LOCK option to ON by default (as official build). - Remove pre-everything warning and conditional pkg-message about UBLIO (see below). - Add README.FreeBSD (introduction, known issues, bug reporting, ublio configuration, mounting at starup, ...) and mention in pkg-message.
20 lines
511 B
Text
20 lines
511 B
Text
--- configure.orig Mon Jan 28 16:08:03 2008
|
|
+++ configure Fri Feb 8 18:29:13 2008
|
|
@@ -19836,7 +19836,7 @@
|
|
fi
|
|
|
|
;;
|
|
-darwin*|netbsd*)
|
|
+darwin*|netbsd*|freebsd*)
|
|
with_fuse="external"
|
|
;;
|
|
freebsd*)
|
|
@@ -23293,7 +23293,7 @@
|
|
fi
|
|
|
|
# Settings
|
|
-pkgconfigdir="\$(libdir)/pkgconfig"
|
|
+pkgconfigdir="\$(prefix)/libdata/pkgconfig"
|
|
ntfs3gincludedir="\$(includedir)/ntfs-3g"
|
|
# Executables should be installed to the root filesystem, otherwise
|
|
# automounting NTFS volumes can fail during boot if the driver binaries
|