Search Criteria
Package Details: tweak-hexeditor 3.02-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/tweak-hexeditor.git (read-only, click to copy) |
---|---|
Package Base: | tweak-hexeditor |
Description: | Efficient command line hex editor |
Upstream URL: | https://www.chiark.greenend.org.uk/~sgtatham/tweak/ |
Keywords: | c editor hex hexeditor |
Licenses: | MIT |
Submitter: | Meow |
Maintainer: | cbb |
Last Packager: | cbb |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2012-04-14 06:41 (UTC) |
Last Updated: | 2018-05-11 14:26 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- ncurses (ncurses-gitAUR)
Latest Comments
1 2 Next › Last »
cbb commented on 2018-05-11 15:01 (UTC) (edited on 2018-05-11 15:08 (UTC) by cbb)
Just pushed a fix to force the Makefile use the correct
$LDFLAGS
.593a940ddca7
cbb commented on 2017-10-31 12:11 (UTC) (edited on 2018-05-11 15:08 (UTC) by cbb)
I just installed
ncurses-6.0+20170902-3
from Testing and can confirm it fixes the issue. It should be available in Core soon.cbb commented on 2017-10-31 11:59 (UTC) (edited on 2018-05-11 15:07 (UTC) by cbb)
Well it seems like the Arch ncurses package was in fact doing something wrong, but it should be fixed in
6.0+20170902-3
.cbb commented on 2017-10-31 11:52 (UTC) (edited on 2018-05-11 15:06 (UTC) by cbb)
The Arch ncurses changes broke my
dte
package too. I wonder why other distros can buildlibtinfo.so
as a separate shared object but still have-lcurses
work correctly, whereas Arch just breaks everything.Up until now, dte built fine on Debian, CentOS, Arch, Alpine, Ubuntu, OS X, OpenBSD and FreeBSD just linking with
-lcurses
, which was really nice for keeping the makefile simple and portable. After Arch made these changes, I now have to shell out topkg-config
because just linking with-ltinfo
isn't portable (terminfo lives inlibcurses.so
on *BSD).It seems like the Arch packaging of ncurses is doing something wrong here...
NoSuck commented on 2017-10-31 10:00 (UTC)
cbb commented on 2017-10-05 23:33 (UTC) (edited on 2018-05-11 15:04 (UTC) by cbb)
@DaveCode -
CFLAGS
andCPPFLAGS
frommakepkg.conf
are now used properly.2e6b7c0f26eb
cbb commented on 2017-10-01 22:13 (UTC) (edited on 2018-05-11 15:04 (UTC) by cbb)
@zeroxfourc - The sources are fetched from HTTPS now.
e606e04b1c94
<deleted-account> commented on 2017-10-01 07:12 (UTC)
cbb commented on 2017-04-09 22:05 (UTC) (edited on 2017-10-05 23:34 (UTC) by cbb)
1 2 Next › Last »