Date: Mon, 5 Sep 2016 15:52:34 +0200 From: CeDeROM <cederom@tlen.pl> To: freebsd-ports <freebsd-ports@freebsd.org>, FreeBSD Questions Mailing List <freebsd-questions@freebsd.org> Subject: ports: on the fly pkg-plist creation from git pull Message-ID: <CAFYkXjnPvAX2jkDzxae_pMKq1aKFw5oD=0ayAvYVgOoZhusMGA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello, I am creating a port from a GIT repository. I would like to keep the GIT file structure to user can update the project with GIT tools. I know this is not the best and not even the valid way to update, but in this particular case there is no other choice yet.. and the project changes really fast so updates from GIT are reasonable and desired. Hopefully it will change in a next major release and we can simply create a package. I did the simple automation of project clone, submodiles clone, initial configuration, etc, inside port Makefile. The problem is with the pkg-plist. I can create one with `make plist` based on the staged filesystem and it works until update. I would like make to create a plist file after fetch and build as a part of automation. How can I call `make makeplis` on each build? Any hints appreciated :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFYkXjnPvAX2jkDzxae_pMKq1aKFw5oD=0ayAvYVgOoZhusMGA>