Commits
- Commit:
c8b8dc5c502e3b69cc28f29c0a9570a8378488c6
- From:
- Omar Polo <op@omarpolo.com>
- Date:
update imsg
- Commit:
d9051b6523c43df73a1c0bda0c6becac7e41c2a9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
-current again
- Commit:
745337baea593bff8bc2b0752906db15c5926969
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bump version to 0.10.1
- Commit:
2eeb2038cc96d36e04eb0e2b08c69ca2eab9ab79
- From:
- Omar Polo <op@omarpolo.com>
- Date:
-current again (for real)
- Commit:
d82db283edea45530694216bcb5d2061e590bdda
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix official site
- Commit:
93c69e8ecd688566a4ab3fc42384d1dc3a198791
- From:
- Omar Polo <op@omarpolo.com>
- Date:
-current again
- Commit:
536a09a77e9176b5bd21be9aac23de3332d3c5e5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bump version to 0.10
- Commit:
d37f75805ed5a94e42378dc8f3b60055be71054a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add --with-default-opener; use to open(1) on mac and xdg-open elsewhere
- Commit:
f59d8a3975b18add61daa4169e5caa5499e75e18
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move platform check before the --with handling
- Commit:
9ce0974dc12554976702bca750fe2501ff9e5ccb
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add -Wno-unused-result
- Commit:
7de68a820ba0321f608bf67e31bbd1750d9569ce
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
CI: macos: don't look for -lssl
When looking for SSL_CTX_* this will implicitly mix libressl and
openssl. This is already covered on darwin (MacOS), so don't perform
this check on that platform, but do for all others.
- Commit:
16c7aa4bd99efc75751c396d3c11acaf023df301
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
CI: Macos: fix fparseln() compilation
Ensure <util.h> is included so that its implementation of fparseln() can
compile.
- Commit:
e234161f4be256ceb80d382f93edaa41e06407a8
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
portability: add fgetln/fparseln/libutil.h
This adds compat code for fgetln/fparseln and conditionally includes
libutil.h where required.
This is needed at the moment for mailcap, but might be useful for other
things in the future.
- Commit:
7e346d82461441d5461dd82322e24f0e79905197
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
configure: add a --with-default-editor option
Ths is useful for Linux distributions which might not solely rely on
EDITOR/VISUAL being set in the environment, but would rather use a
wrapper command.
Debian prefers sensible-editor(1), for example.
Rather than make hard-coded assumptions in telescope for each
distribution, this will make it easier for packagers of telescope to
set this if needed.
Defaults to ed(1) if not set.
- Commit:
835caeb047444efa37db22ed370f88a7ea2e549f
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
CI: Macos fixes
Add host detection so we can identify the different platforms we
support for CI.
In doing so, update LDFLAGS, CPPFLAGS, etc., as per the instructions for
when these packages are installed, so that they're visible to us.
- Commit:
f6fb796a41af1721a0e62904bb413fd6ca8d4f33
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
portability: fixes for FreeBSD
Add a PKG_CHECK_MODULES check for libtls so that the appropriate values
for LDFLAGS and CFLAGS are set -- but only do this is AC_SEARCH_LIBS
fails; not every system will have an associated .pc file for pkg-config
checks.
Additionally, update the core Makefile.am to use .NOPARALLEL -- not
every system honours .NOTPARALLEL.
- Commit:
268c151ac9fb8f80039e9e1a6fedc6f73c1c79ff
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Via:
- Thomas Adam <thomasadam@noreply.codeberg.org>
- Date:
configure: check for presence of YACC
The AC_PROC_YACC macro sets the environment variable YACC to what it
thinks a suitable yacc should be, but doesn't actually check to see if
it's installed. Therefore, we'll do this ourselves and error out if
$YACC is not found.
- Commit:
e1c04e2ad349092d6df659a2236f7120da1907d9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
backout pkg-config removal; it's still used in various places
- Commit:
1666374cfe63987ed24167a032d2d99a05da317b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
-current again
- Commit:
3fa2381a5adae1022aeb111328b67b7e2fc4e7f9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bump version to 0.9.1
- Commit:
d0780551dc0360737ca66ebc110d22acdeccbf63
- From:
- Omar Polo <op@omarpolo.com>
- Date:
configure.ac: remove PKG_PROG_PKG_CONFIG
since 64d120d070 we no longer use pkg-config.
Fixes https://github.com/omar-polo/telescope/issues/9
- Commit:
1afd6a68da181e3ea73fb1a8b9163b6e4d0f57b1
- From:
- Omar Polo <op@omarpolo.com>
- Date:
configure: add a check to detect Libre/OpenSSL mixings
Now that we're using also some bits from libcrypto, it's important
to not mix different libcrypto/ssl implementation in the same
program.
This check is taken from OpenSMTPD.
May have helped with https://github.com/macports/macports-ports/pull/23007
- Commit:
f327d1433c1fd60a7713ecc720dc99d566a5f8d7
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fold line
- Commit:
b2137a78aedc42d372c927cdf37fccaf707b266a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
-current again
- Commit:
8d3a30b1f3e387d1f941a23a4aa5bb28ad2f1ae1
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bump version to 0.9