diff options
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Scripts/desktop-categories.sh | 1 | ||||
-rw-r--r-- | Mk/Scripts/qa.sh | 2 | ||||
-rw-r--r-- | Mk/Uses/fuse.mk | 4 | ||||
-rw-r--r-- | Mk/Uses/gnome.mk | 4 | ||||
-rw-r--r-- | Mk/Uses/horde.mk | 2 | ||||
-rw-r--r-- | Mk/Uses/linux.mk | 2 | ||||
-rw-r--r-- | Mk/bsd.port.mk | 1 |
7 files changed, 9 insertions, 7 deletions
diff --git a/Mk/Scripts/desktop-categories.sh b/Mk/Scripts/desktop-categories.sh index 8daaf2a6d2d7..64478234e70a 100644 --- a/Mk/Scripts/desktop-categories.sh +++ b/Mk/Scripts/desktop-categories.sh @@ -36,6 +36,7 @@ for native_category in ${dp_CATEGORIES}; do education) c="Education" ;; emulators) c="System Emulator" ;; finance) c="Office Finance" ;; + filesystems) c="System Filesystem" ;; ftp) c="Network FileTransfer" ;; games) c="Game" ;; geography) c="Education Science Geography" ;; diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index cc214ec028ee..3b91e2319571 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -577,7 +577,7 @@ proxydeps_suggest_uses() { elif [ ${pkg} = "databases/firebird25-client" ]; then warn "you need USES+=firebird" # fuse - elif [ ${pkg} = "sysutils/fusefs-libs" ]; then + elif [ ${pkg} = "filesystems/fusefs-libs" ]; then warn "you need USES+=fuse" # gnustep elif [ ${pkg} = "lang/gnustep-base" ]; then diff --git a/Mk/Uses/fuse.mk b/Mk/Uses/fuse.mk index 9250a86e2429..db4e6562f739 100644 --- a/Mk/Uses/fuse.mk +++ b/Mk/Uses/fuse.mk @@ -14,9 +14,9 @@ LIBFUSE_VER= ${fuse_ARGS} LIBFUSE_VER?= 2 . if ${LIBFUSE_VER} == 2 -LIB_DEPENDS+= libfuse.so:sysutils/fusefs-libs +LIB_DEPENDS+= libfuse.so:filesystems/fusefs-libs . elif ${LIBFUSE_VER} == 3 -LIB_DEPENDS+= libfuse3.so:sysutils/fusefs-libs3 +LIB_DEPENDS+= libfuse3.so:filesystems/fusefs-libs3 . else IGNORE= cannot install: unknown FUSE library version: ${LIBFUSE_VERSION} . endif diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk index 6a994f8d5937..a798196181ca 100644 --- a/Mk/Uses/gnome.mk +++ b/Mk/Uses/gnome.mk @@ -309,8 +309,8 @@ gtksharp20_USE_GNOME_IMPL= gtk20 libgnomekbd_LIB_DEPENDS= libgnomekbd.so:x11/libgnomekbd libgnomekbd_USE_GNOME_IMPL= gtk30 libxml2 -gvfs_BUILD_DEPENDS= gvfs>=0:devel/gvfs -gvfs_RUN_DEPENDS= gvfs>=0:devel/gvfs +gvfs_BUILD_DEPENDS= gvfs>=0:filesystems/gvfs +gvfs_RUN_DEPENDS= gvfs>=0:filesystems/gvfs # End component definition section diff --git a/Mk/Uses/horde.mk b/Mk/Uses/horde.mk index 39f554a72c42..1704530861cb 100644 --- a/Mk/Uses/horde.mk +++ b/Mk/Uses/horde.mk @@ -113,7 +113,7 @@ horde-Horde_Timezone-DEPEND= ${PEARDIR}/Horde/Timezone.php:devel/pear-Horde_Time horde-Horde_Token-DEPEND= ${PEARDIR}/Horde/Token.php:devel/pear-Horde_Token horde-Horde_Translation-DEPEND= ${PEARDIR}/Horde/Translation.php:devel/pear-Horde_Translation horde-Horde_Tree-DEPEND= ${PEARDIR}/Horde/Tree.php:devel/pear-Horde_Tree -horde-Horde_Vfs-DEPEND= ${PEARDIR}/Horde/Vfs.php:sysutils/pear-Horde_Vfs +horde-Horde_Vfs-DEPEND= ${PEARDIR}/Horde/Vfs.php:filesystems/pear-Horde_Vfs horde-Horde_View-DEPEND= ${PEARDIR}/Horde/View.php:devel/pear-Horde_View horde-Horde_Xml_Element-DEPEND= ${PEARDIR}/Horde/Xml/Element.php:textproc/pear-Horde_Xml_Element horde-Horde_Xml_Wbxml-DEPEND= ${PEARDIR}/Horde/Xml/Wbxml.php:textproc/pear-Horde_Xml_Wbxml diff --git a/Mk/Uses/linux.mk b/Mk/Uses/linux.mk index 76a215997cc7..5e927e3e2bbe 100644 --- a/Mk/Uses/linux.mk +++ b/Mk/Uses/linux.mk @@ -71,7 +71,7 @@ _linux_${linux_ARGS}_curl= linux-${linux_ARGS}-curl>0:ftp/linux-${linux_ARGS}-c _linux_${linux_ARGS}_cyrus-sasl2= linux-${linux_ARGS}-cyrus-sasl-lib>0:security/linux-${linux_ARGS}-cyrus-sasl2 _linux_${linux_ARGS}_dbuslibs= linux-${linux_ARGS}-dbus-libs>0:devel/linux-${linux_ARGS}-dbus-libs _linux_${linux_ARGS}_devtools= linux-${linux_ARGS}-devtools>0:devel/linux-${linux_ARGS}-devtools -_linux_c7_dosfstools= linux-c7-dosfstools>0:sysutils/linux-c7-dosfstools +_linux_c7_dosfstools= linux-c7-dosfstools>0:filesystems/linux-c7-dosfstools _linux_${linux_ARGS}_dri= linux-${linux_ARGS}-dri>0:graphics/linux-${linux_ARGS}-dri _linux_${linux_ARGS}_elfutils-libelf= linux-${linux_ARGS}-elfutils-libelf>0:devel/linux-${linux_ARGS}-elfutils-libelf _linux_${linux_ARGS}_elfutils-libs= linux-${linux_ARGS}-elfutils-libs>0:devel/linux-${linux_ARGS}-elfutils-libs diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 669c200f47c6..360fff6fc4cd 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -2583,6 +2583,7 @@ VALID_CATEGORIES+= accessibility afterstep arabic archivers astro audio \ benchmarks biology budgie cad chinese comms converters \ databases deskutils devel dns docs \ editors education elisp emulators enlightenment finance french ftp \ + filesystems \ games geography german gnome gnustep graphics \ hamradio haskell hebrew hungarian irc japanese java \ kde ${_KDE_CATEGORIES_SUPPORTED} kld korean \ |