Created attachment 182433 [details] The new port's files Allows to read and write Windows Imaging (WIM) files and deployment of Windows operating systems.
Assignee timeout. Give back to the pool.
Sergey, are you still here after a year? - The Makefile is badly ordered. Please see https://www.freebsd.org/doc/en/books/porters-handbook/porting-order.html - Something isn't quite right. GNU_MAKE=yes does nothing and USES=gmake overwrites USES=fuse which is probably not what you meant. - The shar is missing pkg-plist. - Can you please confirm that this passes portlint and Poudriere testport?
Created attachment 194086 [details] Port file 1.12 version
Created attachment 194087 [details] Portlint log
Created attachment 194088 [details] poudriere log file
(In reply to Tobias Kortkamp from comment #2) The Makefile was ordered. Using USES was fixed, thank you. Added missing pkg-plist. portlint and Poudriere testport has attached.
A commit references this bug: Author: tobik Date: Sat Jun 9 19:27:32 UTC 2018 New revision: 472083 URL: https://svnweb.freebsd.org/changeset/ports/472083 Log: New port: sysutils/wimlib Allows to read and write Windows Imaging (WIM) files and deployment of Windows operating systems. General capabilities: - Apply (extract) a WIM image (wimapply) - Capture (create) a WIM image (wimcapture) - Append, delete, and export WIM images (wimappend, wimdelete, wimexport) - Modify a WIM image (wimupdate) - Extract files or directories from a WIM image (wimextract) - Optimize a WIM archive, removing wasted space and optionally recompressing (wimoptimize) - Split or join a WIM archive (wimsplit, wimjoin) - Mount a WIM image (wimmount, wimmountrw) Sample of usage: http://www.ultimatedeployment.org/win7pxelinux3.html WWW: https://wimlib.net/ PR: 219163 Submitted by: mail_of_sergey@mail.ru Changes: head/sysutils/Makefile head/sysutils/wimlib/ head/sysutils/wimlib/Makefile head/sysutils/wimlib/distinfo head/sysutils/wimlib/pkg-descr head/sysutils/wimlib/pkg-plist
(In reply to mail_of_sergey from comment #6) Committed with some small changes. Thanks!
MARKED AS SPAM