Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-26 | comms: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes | |||||
2021-10-07 | comms: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2021-04-21 | *: remove dead download locations | wiz | 1 | -2/+2 | |
2015-11-03 | Add SHA512 digests for distfiles for comms category | agc | 1 | -1/+2 | |
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-08-18 | Bump all packages that depend on curses.bui* or terminfo.bui* since they | wiz | 1 | -2/+2 | |
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that. | |||||
2013-11-05 | Fix attempt at detecting curses. | joerg | 2 | -1/+15 | |
2013-07-12 | Bump PKGREVISION of all packages which create users, to pick up change of | jperkin | 1 | -2/+2 | |
sysutils/user_* packages. | |||||
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-02-16 | Fix build on SunOS. | hans | 3 | -7/+14 | |
2011-12-18 | Fix user/group handling; use SPECIAL_PERMS; support user-destdir mode. | dholland | 6 | -14/+47 | |
Add patch comments. Fix void main plus a couple build warnings. PKGREVISION -> 3. | |||||
2011-12-18 | Needs curses, not termcap. Doesn't build, so no revbump. | dholland | 1 | -2/+2 | |
2011-12-17 | Add missing mk/termcap buildlink. | sbd | 3 | -5/+15 | |
Respect LDFLAGS Bump PKGREVISION | |||||
2009-12-17 | PKG_DESTDIR_SUPPORT | abs | 5 | -12/+30 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2007-11-17 | Reset maintainer for itojun's packages. | wiz | 1 | -2/+2 | |
2007-06-26 | Fixed MASTER_SITES. Patch provided by Zafer Aydogan in private mail. | rillig | 1 | -3/+2 | |
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -2/+2 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2005-12-27 | Fix errno and dirent usage. Remove .depend file from distfile, | joerg | 3 | -2/+47 | |
it breaks build on DragonFly. | |||||
2005-11-03 | Fixed wrong usage of WRKSRC. | rillig | 3 | -8/+10 | |
2005-05-23 | Removed trailing white-space. | rillig | 1 | -1/+1 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -2/+1 | |
useful. | |||||
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2005-01-24 | Don't "make depend"; not all systems have 4.4BSD mkdep(1). | tv | 1 | -4/+1 | |
2004-06-29 | add patch missed in the previous commit | recht | 1 | -0/+13 | |
2004-06-29 | Fix wrong interpretation of ioctl's return code: | recht | 2 | -2/+4 | |
ioctl(2) returns -1 on failure, not on success Patch provided by Dave Huang in PR 26107 bump PKGREVISION to 1 | |||||
2004-04-11 | Convert to buildlink3. | snj | 1 | -2/+2 | |
2004-02-26 | add an alternate ftp location for the time being | itojun | 1 | -2/+3 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -1/+1 | |
2003-04-27 | Lint: make the description shorter | cjep | 1 | -19/+11 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-11-14 | buildlink1 -> buildlink2 | jlam | 1 | -3/+3 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -4/+4 | |
2001-08-19 | Use MAKE_PROGRAM instead of MAKE, and mark as USE_BUILDLINK_ONLY. | jlam | 1 | -2/+3 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-29 | Add automatic ${VARIABLE} handling for MESSAGE files. | wiz | 2 | -9/+1 | |
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs. | |||||
2000-09-26 | Make this work on alpha: the shipped .depends file is wrong for this | hubertf | 1 | -1/+4 | |
(and probably many other) archs, re-gen it. | |||||
1999-12-28 | remove unnecessary PKGNAME (==DISTNAME) | wiz | 1 | -2/+1 | |
1999-12-02 | use latest version of master distribution. | itojun | 2 | -5/+5 | |
(past version of original distribution contains old uucplock.c which is subject to buffer overflow) | |||||
1999-05-12 | Adapt this package to NetBSD. | sakamoto | 4 | -10/+14 | |
1999-05-12 | Import FreeBSD's "snooper" port: | sakamoto | 6 | -0/+55 | |
serial line protocol analyzer (need two serial interfaces). |