CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/06/21 16:35:51
Modified files:
sysutils/e2fsprogs: Makefile distinfo
sysutils/e2fsprogs/patches: patch-MCONFIG_in
patch-doc_Makefile_in
patch-lib_Makefile_elf-lib
patch-lib_blkid_Makefile_in
patch-lib_blkid_getsize_c
patch-lib_e2p_Makefile_in
patch-lib_ext2fs_Makefile_in
patch-lib_ext2fs_unix_io_c
patch-lib_ss_Makefile_in
patch-lib_uuid_Makefile_in
patch-misc_fsck_8_in
sysutils/e2fsprogs/pkg: PLIST
Added files:
sysutils/e2fsprogs/patches: patch-lib_ext2fs_kernel-list_h
patch-lib_quota_mkquota_c
Removed files:
sysutils/e2fsprogs/patches: patch-configure
patch-debugfs_Makefile_in
patch-e2fsck_Makefile_in
patch-e2fsck_journal_c
patch-lib_et_Makefile_in
patch-lib_uuid_uuid_pc_in
patch-misc_Makefile_in
patch-resize_Makefile_in
patch-tests_progs_Makefile_in
patch-tests_u_mke2fs_script
patch-tests_u_tune2fs_script
sysutils/e2fsprogs/pkg: PFRAG.shared
Log message:
Update e2fsprogs to 1.42.7, and rename the library back to libuuid now
that ossp-uuid (devel/uuid) has been changed to use the alternative name
libossp-uuid as used on various other OS. When third party software
wants a uuid library, is is nearly always the one from e2fsprogs,
so let's avoid patching for the common case.
e2fsprogs has its own libcom_err (slightly different API to heimdal);
previously we installed this under an alternative name; in this update
I have changed to statically linking this instead as it is not used
externally. The et/com_err.h header is no longer installed to avoid
ports picking it up in preference to the proper heimdal header for
this library in kerberosV/com_err.h.
Fallout will be handled in the next couple of commits.
ok ajacoutot@