diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-09-04 10:23:42 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-09-04 10:23:42 +0200 |
commit | 324879be223aec089d8db097ce08acadaca82509 (patch) | |
tree | 362158edf1a2729b01a5cf1e9ff4c2e3a0da069f | |
parent | audio/gbsplay: do not package mime db (diff) |
comms/xlog: do not package mime database
mime database is handled system wide via the trigger in the
shared-mime-info package!
Despite upstream clearly stating in its INSTALL file that Linux and BSD
packagers should not use --enable-mime-update, it was added to this
port. Remove it to get back to a sane handling of the mime database.
-rw-r--r-- | comms/xlog/Makefile | 4 | ||||
-rw-r--r-- | comms/xlog/pkg-plist | 13 |
2 files changed, 2 insertions, 15 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index c9d029206579..c6c594d8789a 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -1,5 +1,6 @@ PORTNAME= xlog DISTVERSION= 2.0.25 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SAVANNAH @@ -19,8 +20,7 @@ USES= compiler:c11 gnome pkgconfig shared-mime-info USE_GNOME= cairo gdkpixbuf gtk20 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-mime-update -CONFIGURE_ENV+= ac_cv_c_compiler_gnu=no +CONFIGURE_ENV= ac_cv_c_compiler_gnu=no DESKTOP_ENTRIES="${PORTNAME}" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Utility;" ${FALSE} diff --git a/comms/xlog/pkg-plist b/comms/xlog/pkg-plist index 2c1ec7156a49..b4325ee7dd8a 100644 --- a/comms/xlog/pkg-plist +++ b/comms/xlog/pkg-plist @@ -133,20 +133,7 @@ share/icons/hicolor/scalable/apps/xlog.svg %%NLS%%share/locale/sk/LC_MESSAGES/xlog.mo %%NLS%%share/locale/sv/LC_MESSAGES/xlog.mo share/man/man1/xlog.1.gz -share/mime/XMLnamespaces -share/mime/aliases -share/mime/generic-icons -share/mime/globs -share/mime/globs2 -share/mime/icons -share/mime/magic -share/mime/mime.cache share/mime/packages/xlog.xml -share/mime/subclasses -share/mime/text/x-xlog.xml -share/mime/treemagic -share/mime/types -share/mime/version share/pixmaps/xlog/countrymap.png share/pixmaps/xlog/cwdaemon.png share/pixmaps/xlog/gnome-mime-text-x-xlog.png |