Commit graph

131 commits

Author SHA1 Message Date
gutteridge
7aacef6352 kermit: add a more detailed patch comment 2020-07-30 03:03:07 +00:00
gutteridge
a65af58b39 kermit: fix compilation on Linux with glibc >= 2.28
Fix taken from the upstream project's 9.0.305 Alpha.01 release, noted to
be a temporary workaround. (Separately, from how I read the change log,
there has been no stable 9.0 release since 9.0.302.) Tested on Debian
9.13 (which has an older version of glibc which wouldn't reproduce the
issue) and Fedora 31 & 32.

(This issue was reported on pkgsrc-users back in July 2019 by Pierre
Dupond, and I'd provided a workaround for it in that email chain, but
I'd never actually committed anything to pkgsrc.)
2020-07-30 00:02:10 +00:00
rhialto
a7be1d137d comms/kermit: forgot to commit distinfo. 2020-04-09 11:55:02 +00:00
rhialto
7f43f2f316 comms/kermit: this patch should be added too. 2020-04-08 16:22:00 +00:00
rhialto
edd0f98587 comms/kermit: Adapt patches to openssl 1.1.1e.
Parts are inspired by the FreeBSD port.
I could not easily find a telnetd with SSL support so I did not really test it.
Without SSL/TLS, it disconnects from NetBSD's telnetd  if telnetd is run
with "-a valid" ("Authentication failed: No authentication method
available"); but "telnetd -a none" works.
2020-04-08 15:22:07 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
rillig
fc42239139 comms: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually adjusted the indentation in asterisk15 and asterisk16 to avoid
too deep indentation.
2019-11-03 12:04:12 +00:00
mrg
a9e8b16c83 fix the build on arm64: several variables were 'extern'd as the
wrong size, and the linker complained about ckcpro's 'dest' (which
was int vs long.)

i bumped the package version since it actually fixes real bugs on
big endian 64 bit platforms, and maybe bugs on other 64 bit.
2019-04-11 02:21:09 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
dholland
fc401a32fd Use termios, not sgtty.h. Always. 2015-11-07 23:20:59 +00:00
agc
ad1e2a0a92 Add SHA512 digests for distfiles for comms category
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
2015-11-03 01:34:52 +00:00
tnn
3e1c48dfa7 replace optional socks5 dependencies with net/dante 2015-09-30 08:25:37 +00:00
wiz
c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
bsiegert
20a5c0d763 Switch license to modified-bsd. Move socks4 option over to use dante.
Patch provided by Kirk Russell in PR pkg/49546.
2015-01-17 15:30:03 +00:00
wiz
708e306dce pkglint cleanups. 2014-10-05 16:27:25 +00:00
christos
6274e6001f A standard unused Makefile in case we need it 2014-06-23 22:25:39 +00:00
christos
d20790e860 Add patches to fix the crypto build (we still don't build with crypto but
now we could).
2014-06-23 22:24:24 +00:00
tron
73d05e2276 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
roy
0a5044883f Depend on termcap as well as curses.
New homepage.
2013-10-10 16:58:03 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
asau
6b05a6f977 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:24:38 +00:00
christos
c9f1c30d74 fix missing <time.h> inclusion that produces:
ckcmai.o: In function `main':
ckcmai.c:(.text+0x1b76): warning: warning: reference to compatibility time();
include <time.h> for correct reference
2012-05-17 20:29:13 +00:00
sbd
701c09ae49 1) Add missing mk/curses buildlink.
2) Pass BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS to the make process.
3) Have the build variables  HAVE_LIBCURSES and HAVE_CURSES needed for the
   linux build set the by pkgsrc.

Bump PKGREVISION
2011-12-06 01:19:15 +00:00
tron
57b00f36d3 Fix build under recent versions of Mac OS X by selectin a make target
that actually exists.
2011-11-20 12:01:50 +00:00
hans
60fff8c6cd Update to 9.0.302, see http://www.columbia.edu/kermit/ck90.html for more
information.

Tested on NetBSD-current and OpenIndiana.

Support for ssl and kerberos is now available through the options
framework.
2011-08-25 14:54:06 +00:00
hans
d45f9eff23 FILE is a opaque data type on 64bit SunOS, its true definition is not
available in any headers.

Hack around this by adding the definition from the Illumos source in the
relevant place. Fixes 64bit build.
2011-08-25 13:46:28 +00:00
hans
eeeb45091f Fix build on SunOS. 2011-05-14 19:27:53 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
jlam
3b34772d7f Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 05:33:32 +00:00
jlam
50e3759012 + Be like every other package and just install the man page but not
bother with the catman page.  This simplifies the Makefile and the
  PLIST considerably.

+ Use the pkginstall framework to install the kermit binary as
  setuid-uucp.  Generalize to use ${UUCP_USER} instead of "uucp".

Bump PKGREVISION to 3.
2008-03-01 05:17:32 +00:00
jlam
f24356be72 Fix an obvious typo. 2008-03-01 05:04:58 +00:00
jlam
ac288c995b Add full DESTDIR support. 2008-03-01 05:03:25 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
joerg
c141df94ab Forgotten patchsum. Thanks wiz@ 2007-08-08 22:14:49 +00:00
joerg
98190f3526 Don't use malloc.h 2007-08-08 19:48:04 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
rillig
f8899baeae Fixed some pkglint warnings. 2006-10-01 14:16:21 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
dbj
df94b5f876 add include of errno.h to a couple of files.
this fixes build problems on darwin
2006-06-28 23:13:18 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
469c555b4d Fix Darwin build. 2006-01-10 18:58:33 +00:00
joerg
1ec06b074e Add read-ahead hack for DragonFly, manually casting to the "public"
version of FILE. Kids, don't try that at home.

Fix errno.
2005-12-18 23:15:43 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
wiz
0a097d6253 Convert to options framework.
While here:
simplify PLIST handling; fix some pkglint warnings.
2005-12-02 17:01:35 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
yyamano
bc79acd5b6 Fix PR pkg/29868 provided by dbj. 2005-05-30 15:04:17 +00:00
christos
b5ed5395e0 Fix linux build. 2005-04-27 16:15:24 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00