Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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.
|
|
|
|
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
|
|
Patch provided by Kirk Russell in PR pkg/49546.
|
|
|
|
|
|
now we could).
|
|
|
|
New homepage.
|
|
|
|
|
|
ckcmai.o: In function `main':
ckcmai.c:(.text+0x1b76): warning: warning: reference to compatibility time();
include <time.h> for correct reference
|
|
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
|
|
that actually exists.
|
|
information.
Tested on NetBSD-current and OpenIndiana.
Support for ssl and kerberos is now available through the options
framework.
|
|
available in any headers.
Hack around this by adding the definition from the Illumos source in the
relevant place. Fixes 64bit build.
|
|
|
|
|
|
|
|
block). Uncomment some commented out LICENSE lines while here.
|
|
their files via a custom do-install target.
|
|
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.
|
|
|
|
|
|
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
|
|
|
|
|
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.
|
|
|
|
|
|
this fixes build problems on darwin
|
|
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.
|
|
|
|
version of FILE. Kids, don't try that at home.
Fix errno.
|
|
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
|
|
While here:
simplify PLIST handling; fix some pkglint warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Suggested by Roland Illig, ok'd by various.
|
|
|
|
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.
|
|
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.
|
|
the source distribution. Adding a DIST_SUBDIR and updating distinfo.
Ian Zagorskih gave the heads up on tech-pkg.
|
|
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).
|