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
wiz
cda18437be
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
2014-10-09 14:05:50 +00:00
asau
6b05a6f977
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-03 11:24:38 +00:00
joerg
0268c554bd
Remove @dirrm entries from PLISTs
2009-06-14 17:38:38 +00:00
joerg
e5f2db9b02
Fix DESTDIR.
2008-04-07 17:14:20 +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
wiz
b524dc18ff
Reset maintainer on his request.
2007-12-12 20:42:28 +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
obache
e896edb7fe
Rename variable MAKEFILE to MAKE_FILE.
2006-09-09 02:41:53 +00:00
joerg
9adacc0de9
Include ERRNO_H in CFLAGS to get proper errno.
2005-12-18 23:18:40 +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
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
wiz
0946370762
Use versioned distfile.
2005-03-24 14:07:02 +00:00
agc
645a2eab08
Add RMD160 digests in addition to SHA1 ones.
2005-02-23 16:05:29 +00:00
wiz
39f36615c9
Add patch to fix build on Linux, provided by Jorge Acereda in PR 29408.
2005-02-16 22:09:01 +00:00
wiz
6e02d7ee41
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
...
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
jlam
326169077a
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
2004-03-23 04:40:59 +00:00
minskim
f5a277553b
bl3ify and enable pkgviews installation.
2004-02-21 08:18:14 +00:00
agc
dc52048e01
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:07:06 +00:00
cjep
55adee4c2f
lint
2003-07-26 12:54:55 +00:00
martti
e69ab8c365
COMMENT should start with a capital letter.
2003-07-21 16:35:12 +00:00
grant
91f00f1cbc
s/netbsd.org/NetBSD.org/
2003-07-17 21:21:03 +00:00
agc
9d7edcdedf
The main package has changed on the distribution site by the following
...
change:
--- gkermit.h 1999-12-26 21:25:52.000000000 +0000
+++ gkermit.h 2003-05-27 16:30:13.000000000 +0100
@@ -233,7 +233,11 @@
/* Externs */
+#ifdef ERRNO_H
+#include <errno.h>
+#else
extern int errno;
+#endif /* ERRNO_H */
#ifndef _GKERMIT_C
extern int debug;
#endif /* _GKERMIT_C */
but unfortunately without a corresponding version number bump. so do the
dance we usually do with unnumbered distributions, and put the distfile
locally into a (numbered) DIST_SUBDIR directory.
Bump package revision number, regen distinfo file, and one cosmetic
change to make the WRKSRC definition appear in a more suitable place in
the package Makefile.
2003-06-17 14:16:33 +00:00
jmmv
0916498c1b
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
2003-03-29 12:40:00 +00:00
jlam
fb6e1648e7
buildlink1 -> buildlink2
2002-10-04 12:40:52 +00:00
zuntum
d8ed248248
Move pkg/ files into package's toplevel directory
2001-10-31 20:43:56 +00:00
agc
a16fc84f19
Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
...
WRKSRC= ${WRKDIR}
This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
jlam
675660ea8f
Honor CFLAGS and CC settings from the environment and mark as
...
USE_BUILDLINK_ONLY.
2001-08-19 03:53:48 +00:00
fredb
487dc07506
Update my email address.
2001-07-13 14:41:19 +00:00
agc
d26f80ba43
Move to sha1 digests, and add distfile sizes.
2001-04-20 08:55:26 +00:00
agc
268ad0352c
+ move the distfile digest/checksum value from files/md5 to distinfo
...
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:33:37 +00:00
hubertf
d32e698de6
Cleanup MKDIR usage => INSTALL_*_DIR
...
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
07cd20b334
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-16 13:51:27 +00:00
wiz
3f62360d3f
more whitespace cleanup (silence, pkglint!)
2000-01-08 04:26:49 +00:00
tron
292b149ba3
Remove directory "share/doc/gkermit" during deinstallation.
2000-01-05 22:48:47 +00:00
tron
dd2bac59ff
Install "README" to "${PREFIX}/share/doc/gkermit" as usual.
2000-01-05 22:47:42 +00:00
fredb
692249274f
Inital import of gkermit-1.00, a small, command-line-only implementation of
...
the ``kermit'' protocol, distributed under the GNU General Public License.
2000-01-04 11:21:57 +00:00