summaryrefslogtreecommitdiff
path: root/comms/modemd
AgeCommit message (Collapse)AuthorFilesLines
2018-01-01Sort PLIST files.rillig1-6/+6
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2017-08-19comms/modemd: Install manpages into ${PKGMANDIR}.jlam2-5/+5
Set MANDIR in Makefile.inc to point to ${PKGMANDIR} so that the BSD makefiles that include Makefile.inc will install manpages into the correct location.
2017-02-17Add missing includes.joerg3-9/+23
2015-11-07add configurations for openbsd, bitrig, macosdholland2-5/+17
2015-11-03Add SHA512 digests for distfiles for comms categoryagc1-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.
2014-02-24Also needs groffwiedi1-2/+2
2013-09-10Forgotten patch to ensure presence of ioctl prototype.joerg1-0/+12
2013-09-10Fix operator precendence. Include missing header. Use socklen_t.joerg8-21/+104
Don't pass formatted buffers as format string. Bump revision.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-15Reset maintainer, developer has left the buildingwiz1-2/+2
2012-02-16Fix build on SunOS.hans8-17/+106
2011-12-19Fix build (add missing headers).wiz4-1/+49
2011-11-25Fix various missing includes.joerg6-18/+114
2011-09-25Add a missing includesjoerg3-7/+13
2010-12-30Include <stdlib.h> not only NetBSD.obache4-21/+15
It already included unconditionally with other patches, and fixes build failure on other platforms.
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-10-10Fixed implicit function declarations.rillig9-34/+91
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-3/+4
2006-06-18Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to make unprivileged builds work.rillig1-1/+5
Bumped PKGREVISION.
2006-01-12Fix errno. Add DragonFly.joerg5-1/+53
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig4-9/+7
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-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam1-2/+2
2004-04-11Convert to buildlink3.snj1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-11-20Don't install the libmodem.a library on NetBSD-current. Fix from pkg/18914jlam2-6/+8
by Robert Elz.
2002-11-14buildlink1 -> buildlink2jlam1-3/+3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-08-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-18/+16
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-03-09Put the lockfile in "/var/spool/lock/", as tip(1) does, instead ofwiz4-7/+49
"/var/spool/uucp/". Fixes pkg/8876.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-15defuzzrh2-10/+12
1999-07-09Add package patch-sum filesagc1-0/+14
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-6/+2
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1998-09-22Make the package name have the correct format.agc1-1/+2
1998-08-20The Grand Homepagification:tsarna1-2/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc12-0/+24
1998-06-27Fix "modemd" to compile with "-Werror" on alpha, patches supplied bytron3-0/+27
Tim Rightnour in PR pkg/5610.
1998-06-20Make packages which use NetBSD's bsd.man.mk work with automatic manualagc1-3/+6
page handling.
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-20Initial import of modemd package done by Ty Sarna <tsarna@endicor.com>frueauf14-0/+169
with little cleanups/modifications by me. Closes pr 4678.