diff options
Diffstat (limited to 'devel/util-linux')
-rw-r--r-- | devel/util-linux/Makefile | 62 | ||||
-rw-r--r-- | devel/util-linux/distinfo | 3 | ||||
-rw-r--r-- | devel/util-linux/files/patch-Makefile.am | 19 | ||||
-rw-r--r-- | devel/util-linux/files/patch-configure.ac | 12 | ||||
-rw-r--r-- | devel/util-linux/files/patch-include_bitops.h | 11 | ||||
-rw-r--r-- | devel/util-linux/pkg-descr | 1 | ||||
-rw-r--r-- | devel/util-linux/pkg-plist | 163 |
7 files changed, 0 insertions, 271 deletions
diff --git a/devel/util-linux/Makefile b/devel/util-linux/Makefile deleted file mode 100644 index ca51ac292dad..000000000000 --- a/devel/util-linux/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -PORTNAME= util-linux -DISTVERSION= 2.39.4 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${DISTVERSION:R}/ - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Random collection of Linux utilities -WWW= https://github.com/util-linux/util-linux - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BUILD_DEPENDS= bash:shells/bash -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid -RUN_DEPENDS= bash:shells/bash - -USES= autoreconf gettext-tools gmake libtool ncurses pkgconfig \ - shebangfix tar:xz - -USE_LDCONFIG= yes - -SHEBANG_FILES= misc-utils/getopt-example.bash \ - tools/*.sh \ - tools/git-tp-sync \ - tools/git-tp-sync-man \ - tests/run.sh - -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -CONFIGURE_ARGS= --disable-nls --disable-ipcrm --disable-ipcs \ - --disable-makeinstall-chown --disable-makeinstall-setuid \ - --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig - -INSTALL_TARGET= install-strip -TEST_TARGET= check # tests fail due to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273196 - -CONFLICTS_INSTALL= heirloom-doctools - -OPTIONS_DEFINE= CAL FLOCK GETOPT HARDLINK UUID -OPTIONS_DEFAULT= GETOPT -OPTIONS_SUB= yes - -CAL_DESC= Install util-linux cal(1) -CAL_CONFIGURE_ENABLE= cal - -FLOCK_DESC= Install util-linux flock(1) -FLOCK_CONFIGURE_ENABLE= flock - -GETOPT_DESC= Install util-linux getopt(1) -GETOPT_CONFIGURE_ENABLE=getopt - -HARDLINK_DESC= Install util-linux hardlink(1) -HARDLINK_CONFIGURE_ENABLE=hardlink - -UUID_DESC= Install libuuid -UUID_CONFIGURE_ENABLE= libuuid - -post-install: # https://github.com/karelzak/util-linux/issues/1149 - ${RM} -r ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/devel/util-linux/distinfo b/devel/util-linux/distinfo deleted file mode 100644 index bcb689df13a7..000000000000 --- a/devel/util-linux/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1714112744 -SHA256 (util-linux-2.39.4.tar.xz) = 6c4f8723dafd41c39d93ecbf16509fc88c33cd5bd3277880ae5a1d97a014fd0e -SIZE (util-linux-2.39.4.tar.xz) = 8541176 diff --git a/devel/util-linux/files/patch-Makefile.am b/devel/util-linux/files/patch-Makefile.am deleted file mode 100644 index 25af74efade8..000000000000 --- a/devel/util-linux/files/patch-Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.am.orig 2020-07-23 09:26:04 UTC -+++ Makefile.am -@@ -65,7 +65,7 @@ CHECK_LOCALS = - EXTRA_DIST = - CLEANFILES = - --SUBDIRS = po -+SUBDIRS = # po - - RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \ - -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o -@@ -76,7 +76,6 @@ EXTRA_DIST += \ - .version \ - autogen.sh \ - Documentation \ -- po/update-potfiles \ - README.licensing - - include tools/Makemodule.am diff --git a/devel/util-linux/files/patch-configure.ac b/devel/util-linux/files/patch-configure.ac deleted file mode 100644 index cb4155f7831e..000000000000 --- a/devel/util-linux/files/patch-configure.ac +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.ac.orig 2020-07-23 09:23:58 UTC -+++ configure.ac -@@ -204,7 +204,8 @@ PKG_INSTALLDIR(['${usrlib_execdir}/pkgconfig']) - PKG_PROG_PKG_CONFIG - PKG_INSTALLDIR(['${usrlib_execdir}/pkgconfig']) - --GTK_DOC_CHECK([1.10]) -+AM_CONDITIONAL([ENABLE_GTK_DOC], false) -+AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], true) - AC_PATH_PROG([XSLTPROC], [xsltproc]) - - linux_os=no diff --git a/devel/util-linux/files/patch-include_bitops.h b/devel/util-linux/files/patch-include_bitops.h deleted file mode 100644 index 2b5c7ce9f633..000000000000 --- a/devel/util-linux/files/patch-include_bitops.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/bitops.h.orig 2023-06-25 21:35:59 UTC -+++ include/bitops.h -@@ -25,7 +25,7 @@ - # define be16toh(x) betoh16(x) - # define be32toh(x) betoh32(x) - # define be64toh(x) betoh64(x) --#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) -+#elif defined(__NetBSD__) || defined(__DragonFly__) - # define bswap_16(x) bswap16(x) - # define bswap_32(x) bswap32(x) - # define bswap_64(x) bswap64(x) diff --git a/devel/util-linux/pkg-descr b/devel/util-linux/pkg-descr deleted file mode 100644 index b8490fad7131..000000000000 --- a/devel/util-linux/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -util-linux is a random collection of Linux utilities. diff --git a/devel/util-linux/pkg-plist b/devel/util-linux/pkg-plist deleted file mode 100644 index 4820ebac14e1..000000000000 --- a/devel/util-linux/pkg-plist +++ /dev/null @@ -1,163 +0,0 @@ -%%CAL%%bin/cal -bin/chrt -bin/col -bin/colcrt -bin/colrm -bin/column -%%FLOCK%%bin/flock -%%GETOPT%%bin/getopt -%%HARDLINK%%bin/hardlink -bin/hexdump -bin/ipcmk -bin/isosize -bin/logger -bin/look -bin/mcookie -bin/mesg -bin/namei -bin/rename -bin/renice -bin/rev -bin/scriptreplay -@comment bin/setsid -bin/ul -%%UUID%%bin/uuidgen -%%UUID%%bin/uuidparse -bin/wall -bin/whereis -include/blkid/blkid.h -%%UUID%%include/libfdisk/libfdisk.h -include/libsmartcols/libsmartcols.h -%%UUID%%include/uuid/uuid.h -lib/libblkid.a -lib/libblkid.so -lib/libblkid.so.1 -lib/libblkid.so.1.1.0 -%%UUID%%lib/libfdisk.a -%%UUID%%lib/libfdisk.so -%%UUID%%lib/libfdisk.so.1 -%%UUID%%lib/libfdisk.so.1.1.0 -lib/libsmartcols.a -lib/libsmartcols.so -lib/libsmartcols.so.1 -lib/libsmartcols.so.1.1.0 -%%UUID%%lib/libuuid.a -%%UUID%%lib/libuuid.so -%%UUID%%lib/libuuid.so.1 -%%UUID%%lib/libuuid.so.1.3.0 -libdata/pkgconfig/blkid.pc -%%UUID%%libdata/pkgconfig/fdisk.pc -libdata/pkgconfig/smartcols.pc -%%UUID%%libdata/pkgconfig/uuid.pc -sbin/blkid -%%UUID%%sbin/cfdisk -%%UUID%%sbin/fdisk -sbin/findfs -sbin/fsck.cramfs -sbin/fsck.minix -sbin/mkfs -sbin/mkfs.bfs -sbin/mkfs.cramfs -sbin/mkfs.minix -sbin/mkswap -sbin/nologin -%%UUID%%sbin/sfdisk -sbin/swaplabel -sbin/wipefs -share/bash-completion/completions/blkid -%%CAL%%share/bash-completion/completions/cal -%%UUID%%share/bash-completion/completions/cfdisk -share/bash-completion/completions/chrt -share/bash-completion/completions/col -share/bash-completion/completions/colcrt -share/bash-completion/completions/colrm -share/bash-completion/completions/column -%%UUID%%share/bash-completion/completions/fdisk -share/bash-completion/completions/findfs -%%FLOCK%%share/bash-completion/completions/flock -share/bash-completion/completions/fsck.cramfs -share/bash-completion/completions/fsck.minix -%%GETOPT%%share/bash-completion/completions/getopt -%%HARDLINK%%share/bash-completion/completions/hardlink -share/bash-completion/completions/hexdump -share/bash-completion/completions/ipcmk -share/bash-completion/completions/isosize -share/bash-completion/completions/logger -share/bash-completion/completions/look -share/bash-completion/completions/mcookie -share/bash-completion/completions/mesg -share/bash-completion/completions/mkfs -share/bash-completion/completions/mkfs.bfs -share/bash-completion/completions/mkfs.cramfs -share/bash-completion/completions/mkfs.minix -share/bash-completion/completions/mkswap -share/bash-completion/completions/namei -share/bash-completion/completions/rename -share/bash-completion/completions/renice -share/bash-completion/completions/rev -share/bash-completion/completions/scriptreplay -@comment share/bash-completion/completions/setsid -%%UUID%%share/bash-completion/completions/sfdisk -share/bash-completion/completions/swaplabel -share/bash-completion/completions/ul -%%UUID%%share/bash-completion/completions/uuidgen -%%UUID%%share/bash-completion/completions/uuidparse -share/bash-completion/completions/wall -share/bash-completion/completions/whereis -share/bash-completion/completions/wipefs -%%CAL%%share/man/man1/cal.1.gz -share/man/man1/chrt.1.gz -share/man/man1/col.1.gz -share/man/man1/colcrt.1.gz -share/man/man1/colrm.1.gz -share/man/man1/column.1.gz -%%FLOCK%%share/man/man1/flock.1.gz -%%GETOPT%%share/man/man1/getopt.1.gz -%%HARDLINK%%share/man/man1/hardlink.1.gz -share/man/man1/hexdump.1.gz -share/man/man1/ipcmk.1.gz -share/man/man1/logger.1.gz -share/man/man1/look.1.gz -share/man/man1/mcookie.1.gz -share/man/man1/mesg.1.gz -share/man/man1/namei.1.gz -share/man/man1/rename.1.gz -share/man/man1/renice.1.gz -share/man/man1/rev.1.gz -share/man/man1/scriptreplay.1.gz -@comment share/man/man1/setsid.1.gz -share/man/man1/ul.1.gz -%%UUID%%share/man/man1/uuidgen.1.gz -%%UUID%%share/man/man1/uuidparse.1.gz -share/man/man1/wall.1.gz -share/man/man1/whereis.1.gz -share/man/man3/libblkid.3.gz -%%UUID%%share/man/man3/uuid.3.gz -%%UUID%%share/man/man3/uuid_clear.3.gz -%%UUID%%share/man/man3/uuid_compare.3.gz -%%UUID%%share/man/man3/uuid_copy.3.gz -%%UUID%%share/man/man3/uuid_generate.3.gz -%%UUID%%share/man/man3/uuid_generate_random.3.gz -%%UUID%%share/man/man3/uuid_generate_time.3.gz -%%UUID%%share/man/man3/uuid_generate_time_safe.3.gz -%%UUID%%share/man/man3/uuid_is_null.3.gz -%%UUID%%share/man/man3/uuid_parse.3.gz -%%UUID%%share/man/man3/uuid_time.3.gz -%%UUID%%share/man/man3/uuid_unparse.3.gz -share/man/man5/terminal-colors.d.5.gz -share/man/man8/blkid.8.gz -%%UUID%%share/man/man8/cfdisk.8.gz -%%UUID%%share/man/man8/fdisk.8.gz -share/man/man8/findfs.8.gz -share/man/man8/fsck.cramfs.8.gz -share/man/man8/fsck.minix.8.gz -share/man/man8/isosize.8.gz -share/man/man8/mkfs.8.gz -share/man/man8/mkfs.bfs.8.gz -share/man/man8/mkfs.cramfs.8.gz -share/man/man8/mkfs.minix.8.gz -share/man/man8/mkswap.8.gz -share/man/man8/nologin.8.gz -%%UUID%%share/man/man8/sfdisk.8.gz -share/man/man8/swaplabel.8.gz -share/man/man8/wipefs.8.gz |