Re: [voidlinux/void-packages] New package: sklogw (#5236)

Toyam Cox at Tue, 29 Nov 2016 16:58:51 -0800
Vaelatern commented on this pull request. > @@ -0,0 +1,21 @@ +# Template file for 'sklogw' +pkgname=sklogw +version=0.1 +revision=1 +short_desc="A simple cache for dns query" +maintainer="xant0me <xant0me@openmailbox.org>" +license="MIT" +homepage="https://framagit.org/xant0me/cache_dns" +distfiles="https://framagit.org/xant0me/cache_dns/repository/archive.tar.gz?ref=v${version}>sklogw-${version}.tar.gz" +checksum="7f28ab7f6b9a1cee4f16a49c3314b72f6bb192c3e4a119d4a3aa0de300e80b04" +build_style="gnu-makefile" +make_build_args="CFLAGS=-fPIC" This really should be already set.
xant0me at Tue, 29 Nov 2016 23:48:05 -0800
xant0me commented on this pull request. > @@ -0,0 +1,21 @@ +# Template file for 'sklogw' +pkgname=sklogw +version=0.1 +revision=1 +short_desc="A simple cache for dns query" +maintainer="xant0me <xant0me@openmailbox.org>" +license="MIT" +homepage="https://framagit.org/xant0me/cache_dns" +distfiles="https://framagit.org/xant0me/cache_dns/repository/archive.tar.gz?ref=v${version}>sklogw-${version}.tar.gz" +checksum="7f28ab7f6b9a1cee4f16a49c3314b72f6bb192c3e4a119d4a3aa0de300e80b04" +build_style="gnu-makefile" +make_build_args="CFLAGS=-fPIC" I put this option because I have an error when I `./xbps-src pkg` saying I should try with -fPIC. If It's a mistake to do this way I'll add it in the Makefile.
xant0me at Tue, 29 Nov 2016 23:54:41 -0800
I'll remove the post-extract and set wrksrc. I didn't want to do this way because I would have change it every new version. But the way I do now I still have to change every new version.
xant0me at Wed, 30 Nov 2016 11:20:52 -0800
@xant0me pushed 1 commit. aa46d4a remove CFLAGS=-fPIC, set wrksrc
xant0me at Wed, 30 Nov 2016 13:52:51 -0800
@xant0me pushed 1 commit. 6924e08 remove trailing empty lines, chpst and /usr/local/bin in run exec
xant0me at Wed, 30 Nov 2016 14:04:30 -0800
Thanks @Duncaen, I change the scripts.
Toyam Cox at Thu, 01 Dec 2016 00:40:25 -0800
Vaelatern commented on this pull request. > @@ -0,0 +1,21 @@ +# Template file for 'sklogw' +pkgname=sklogw +version=0.1 +revision=1 +short_desc="A simple cache for dns query" +maintainer="xant0me <xant0me@openmailbox.org>" +license="MIT" +homepage="https://framagit.org/xant0me/cache_dns" +distfiles="https://framagit.org/xant0me/cache_dns/repository/archive.tar.gz?ref=v${version}>sklogw-${version}.tar.gz" +checksum="7f28ab7f6b9a1cee4f16a49c3314b72f6bb192c3e4a119d4a3aa0de300e80b04" +build_style="gnu-makefile" +make_build_args="CFLAGS=-fPIC" The makefiles should respect our CFLAGS and LDFLAGS. -fPIC is set there.
Toyam Cox at Thu, 01 Dec 2016 00:41:54 -0800
Vaelatern commented on this pull request. > @@ -0,0 +1,21 @@ +# Template file for 'sklogw' +pkgname=sklogw +version=0.1 +revision=1 +short_desc="A simple cache for dns query" +maintainer="xant0me <xant0me@openmailbox.org>" +license="MIT" +homepage="https://framagit.org/xant0me/cache_dns" +distfiles="https://framagit.org/xant0me/cache_dns/repository/archive.tar.gz?ref=v${version}>sklogw-${version}.tar.gz" +checksum="7f28ab7f6b9a1cee4f16a49c3314b72f6bb192c3e4a119d4a3aa0de300e80b04" +build_style="gnu-makefile" +make_build_args="CFLAGS=-fPIC" Seems it is done.
Toyam Cox at Thu, 01 Dec 2016 00:42:33 -0800
Vaelatern approved this pull request.
Toyam Cox at Thu, 01 Dec 2016 00:43:49 -0800
Please have only one commit, with the message: `New package: sklogw-0.1`
Toyam Cox at Thu, 01 Dec 2016 21:48:44 -0800
Merged #5236.