summaryrefslogtreecommitdiff
path: root/comms/modemd
AgeCommit message (Collapse)AuthorFilesLines
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.