Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package Request: pp
@ 2019-06-24 21:05 voidlinux-github
  2019-06-25 15:54 ` voidlinux-github
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-24 21:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

New issue by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/issues/12659
Description: https://adi.tilde.institute/pp/index.html

Coudn't resist, this seems to be really useful tool. We should pester author to add some versioning info tho.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Package Request: pp
  2019-06-24 21:05 [ISSUE] Package Request: pp voidlinux-github
@ 2019-06-25 15:54 ` voidlinux-github
  2019-06-25 16:14 ` voidlinux-github
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-25 15:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/issues/12659#issuecomment-505507735
Comment:
okay, author added the version number to release

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Package Request: pp
  2019-06-24 21:05 [ISSUE] Package Request: pp voidlinux-github
  2019-06-25 15:54 ` voidlinux-github
@ 2019-06-25 16:14 ` voidlinux-github
  2019-06-25 16:14 ` voidlinux-github
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-25 16:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 945 bytes --]

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/issues/12659#issuecomment-505507735
Comment:
okay, author added the version number to release
```
# Template file for 'pp'
pkgname=pp
version=1.0
revision=1
wrksrc="pp"
build_style=gnu-makefile
short_desc="Preprocessor that allows embedding sh code in files of any type"
maintainer=""
license="ISC"
homepage="https://adi.tilde.institute/pp/index.html"
distfiles="https://adi.tilde.institute/pp/pp-${version}.tgz"
checksum=4c0ea789f58b502b9d9f6a28096c6ee4237b805ab3947c569661906475f3e215

post_install() {
	vlicense LICENSE
}
```
Unfortunately fails with
```
=> pp-1.0_1: running do_build ...
ld pp.o -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o pp
ld: unrecognized option '-Wl,-z,relro'
ld: use the --help option for usage information
make: *** [makefile:17: pp] Error 1
```
I'm not into C so I don't know what's wrong.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Package Request: pp
  2019-06-24 21:05 [ISSUE] Package Request: pp voidlinux-github
  2019-06-25 15:54 ` voidlinux-github
  2019-06-25 16:14 ` voidlinux-github
@ 2019-06-25 16:14 ` voidlinux-github
  2019-06-25 17:09 ` voidlinux-github
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-25 16:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 964 bytes --]

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/issues/12659#issuecomment-505507735
Comment:
okay, author added the version number to release
---
Wip template
```
# Template file for 'pp'
pkgname=pp
version=1.0
revision=1
wrksrc="pp"
build_style=gnu-makefile
short_desc="Preprocessor that allows embedding sh code in files of any type"
maintainer=""
license="ISC"
homepage="https://adi.tilde.institute/pp/index.html"
distfiles="https://adi.tilde.institute/pp/pp-${version}.tgz"
checksum=4c0ea789f58b502b9d9f6a28096c6ee4237b805ab3947c569661906475f3e215

post_install() {
	vlicense LICENSE
}
```
Unfortunately fails with
```
=> pp-1.0_1: running do_build ...
ld pp.o -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o pp
ld: unrecognized option '-Wl,-z,relro'
ld: use the --help option for usage information
make: *** [makefile:17: pp] Error 1
```
I'm not into C so I don't know what's wrong.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Package Request: pp
  2019-06-24 21:05 [ISSUE] Package Request: pp voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-25 16:14 ` voidlinux-github
@ 2019-06-25 17:09 ` voidlinux-github
  2019-06-27 15:32 ` voidlinux-github
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-25 17:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 970 bytes --]

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/issues/12659#issuecomment-505507735
Comment:
okay, author added the version number to release

---


Wip template
```
# Template file for 'pp'
pkgname=pp
version=1.0
revision=1
wrksrc="pp"
build_style=gnu-makefile
short_desc="Preprocessor that allows embedding sh code in files of any type"
maintainer=""
license="ISC"
homepage="https://adi.tilde.institute/pp/index.html"
distfiles="https://adi.tilde.institute/pp/pp-${version}.tgz"
checksum=4c0ea789f58b502b9d9f6a28096c6ee4237b805ab3947c569661906475f3e215

post_install() {
	vlicense LICENSE
}
```
Unfortunately fails with
```
=> pp-1.0_1: running do_build ...
ld pp.o -Wl,-z,relro -Wl,-z,now -Wl,--as-needed     -o pp
ld: unrecognized option '-Wl,-z,relro'
ld: use the --help option for usage information
make: *** [makefile:17: pp] Error 1
```
I'm not into C so I don't know what's wrong.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Package Request: pp
  2019-06-24 21:05 [ISSUE] Package Request: pp voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-25 17:09 ` voidlinux-github
@ 2019-06-27 15:32 ` voidlinux-github
  2019-06-27 15:39 ` voidlinux-github
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-27 15:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/issues/12659#issuecomment-506396062
Comment:
Under `build_style` add `make_use_env=yes`. The template will still fail on cross build, and it needs some work. 

Please open this as a pull request, it'll be easier to track and comment.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Package Request: pp
  2019-06-24 21:05 [ISSUE] Package Request: pp voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-27 15:32 ` voidlinux-github
@ 2019-06-27 15:39 ` voidlinux-github
  2019-06-27 15:45 ` voidlinux-github
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-27 15:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/issues/12659#issuecomment-506396062
Comment:
(Edit: My suggestion was wrong.)

Please open this as a pull request, it'll be easier to track and comment.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Package Request: pp
  2019-06-24 21:05 [ISSUE] Package Request: pp voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-27 15:39 ` voidlinux-github
@ 2019-06-27 15:45 ` voidlinux-github
  2019-07-02 16:56 ` voidlinux-github
  2019-07-02 20:49 ` [ISSUE] [CLOSED] " voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-06-27 15:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 265 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/issues/12659#issuecomment-506396062
Comment:
(Edit: My suggestion was only half right.)

Please open this as a pull request, it'll be easier to track and comment.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Package Request: pp
  2019-06-24 21:05 [ISSUE] Package Request: pp voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-27 15:45 ` voidlinux-github
@ 2019-07-02 16:56 ` voidlinux-github
  2019-07-02 20:49 ` [ISSUE] [CLOSED] " voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-07-02 16:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

New comment by SolitudeSF on void-packages repository

https://github.com/void-linux/void-packages/issues/12659#issuecomment-507761108
Comment:
can be closed?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [ISSUE] [CLOSED] Package Request: pp
  2019-06-24 21:05 [ISSUE] Package Request: pp voidlinux-github
                   ` (7 preceding siblings ...)
  2019-07-02 16:56 ` voidlinux-github
@ 2019-07-02 20:49 ` voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-07-02 20:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

Closed issue by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/issues/12659
Description: https://adi.tilde.institute/pp/index.html

Coudn't resist, this seems to be really useful tool. We should pester author to add some versioning info tho.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-07-02 20:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24 21:05 [ISSUE] Package Request: pp voidlinux-github
2019-06-25 15:54 ` voidlinux-github
2019-06-25 16:14 ` voidlinux-github
2019-06-25 16:14 ` voidlinux-github
2019-06-25 17:09 ` voidlinux-github
2019-06-27 15:32 ` voidlinux-github
2019-06-27 15:39 ` voidlinux-github
2019-06-27 15:45 ` voidlinux-github
2019-07-02 16:56 ` voidlinux-github
2019-07-02 20:49 ` [ISSUE] [CLOSED] " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).