summaryrefslogtreecommitdiff
path: root/comms/kermit/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-01-17Switch license to modified-bsd. Move socks4 option over to use dante.bsiegert1-3/+6
Patch provided by Kirk Russell in PR pkg/49546.
2014-10-05pkglint cleanups.wiz1-4/+3
2014-06-23Add patches to fix the crypto build (we still don't build with crypto butchristos1-2/+2
now we could).
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-10-10Depend on termcap as well as curses.roy1-9/+7
New homepage.
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-17fix missing <time.h> inclusion that produces:christos1-2/+2
ckcmai.o: In function `main': ckcmai.c:(.text+0x1b76): warning: warning: reference to compatibility time(); include <time.h> for correct reference
2011-12-061) Add missing mk/curses buildlink.sbd1-1/+12
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-11-20Fix build under recent versions of Mac OS X by selectin a make targettron1-3/+9
that actually exists.
2011-08-25Update to 9.0.302, see http://www.columbia.edu/kermit/ck90.html for morehans1-15/+10
information. Tested on NetBSD-current and OpenIndiana. Support for ssl and kerberos is now available through the options framework.
2011-05-14Fix build on SunOS.hans1-1/+3
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+1
block). Uncomment some commented out LICENSE lines while here.
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-1/+3
their files via a custom do-install target.
2008-03-01+ Be like every other package and just install the man page but notjlam1-30/+5
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-01Add full DESTDIR support.jlam1-7/+7
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-5/+5
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.
2006-10-01Fixed some pkglint warnings.rillig1-11/+12
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-02Convert to options framework.wiz1-30/+18
While here: simplify PLIST handling; fix some pkglint warnings.
2005-06-16Create directories before installing files into them.jlam1-1/+5
2005-05-30Fix PR pkg/29868 provided by dbj.yyamano1-1/+5
2005-04-27Fix linux build.christos1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-3/+3
Suggested by Roland Illig, ok'd by various.
2004-10-03Use PKGNAME_NOREV as DIST_SUBDIR. Closes PR 27131.wiz1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-2/+2
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-06-04Archive changed without changing filename. Apple OSX support was added toben1-1/+2
the source distribution. Adding a DIST_SUBDIR and updating distinfo. Ian Zagorskih gave the heads up on tech-pkg.
2004-04-15update to 8.0.211drochner1-4/+3
C-Kermit 8.0.211 is a "stability release" -- mostly bug fixes, only a handful of new features: INPUT /NOMATCH timeout (waits for the entire interval without trying to match anything; useful for scripted logging). SET INPUT SCALE-FACTOR (lets you scale INPUT timeouts); \v(inscale), SHOW INPUT. ASK[Q] and GETOK /DEFAULT:text (lets you supply default answer). FREAD /TRIM and FREAD /UNTABIFY. \funtabify(string). ON_CD macro (if you define one, it executes automatically whenever you tell Kermit to change directories).
2004-03-30Use buildlink3 framework to fix bad shared library runtime path totron1-8/+6
OpenSSL libraries. Bump package revision because previous version of this package didn't work on systems with OpenSSL from "pkgsrc".
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-16Fix for a problem shown up by bulk builds - we need the {RPATH_FLAG} asagc1-2/+2
well as the -L flag when linking.
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-09-15Add MANINSTALL to BUILD_DEFS for completeness.jmmv1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-02Enable OpenSSL by default to get SSL/TLS support (e.g. in TELNET and FTP).kim1-13/+19
Install the manual page again.
2003-04-11After discussion with package maintainer (Hubert Feyrer) I am updatingdarcy1-3/+3
to version 8.0.209. The previous package has been removed from the Columbia site and this version was symlinked to it anyway so the checksum was failing. From the change message: This is a minor update of C-Kermit 8.0 that fixes several bugs.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-12It's version 8.0.208 not 8.0.208nb1.seb1-2/+1
2003-03-11Update to C-Kermit 8.0.208. Changes:hubertf1-4/+4
. Updating SSL/TLS interface to OpenSSL 0.9.7 . Addition of SSL/TLS support to the VMS version . Bug fixes, especially in the built-in scriptable Unix FTP client The full announcement is here: http://www.columbia.edu/kermit/ck80208ann.html
2003-01-23Install documentation. Bump PKGREVISION to 1.jmmv1-1/+4