summaryrefslogtreecommitdiff
path: root/comms/minicom
AgeCommit message (Collapse)AuthorFilesLines
2009-11-16sortobache1-2/+2
2009-08-24Fix build on systems with POSIX getline().wiz2-1/+114
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-06-06Convert to user-destdir.wiz1-3/+4
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+4
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-06-19* Use ${DIALER_GROUP} instead of hardcoding "dialer" as the group name.jlam3-21/+23
* ${UUCP_USER} should have a default group membership of ${UUCP_GROUP}, not dialer. * Get the correct install locations for lrzsz and gkermit and use them to locate the binaries from those dependencies in src/rwconf.c. Bump PKGREVISION to 3 due to changed users and groups.
2007-06-15Don't hardcode "uucp" user... use ${UUCP_USER} instead to match thejlam1-5/+7
net/uucp package.
2007-06-15* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRPjlam1-2/+2
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-06-08Make this package build with gcc-4. Patch provided by John D. Baker inminskim2-1/+48
PR pkg/33094.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-10/+10
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-19Remove redundant errno. Prefer NAME_MAX over MAXNAMLEN.joerg4-1/+54
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-09-26Add missing files to PLIST. Bump PKGREVISION.wiz2-2/+5
2005-07-11Generate a new patch file, with diff -U 1, to fix a problem on MacOS Xveego2-7/+5
in pkg/29026.
2005-06-19Change the wording a little bit and use ${PKG_SYSCONFDIR} instead ofveego1-4/+4
/usr/pkg/etc/minicom Noticed by Hauke Fath.
2005-06-19Forgot to sort the PLIST (move ascii-xfr.1 up 2 lines)veego1-2/+2
2005-06-19Update to 2.1.veego12-369/+106
Too many Changes to list here (Changelog is too long), so only whats new in 2.1: - applied some pending patches (see ChangeLog for a complete list) - added support for socket connections - fixed compiling issues on Solaris - new maintainer: Adam Lackorzynski - new homepage: http://minicom.alioth.debian.org/ - new mailinglists (-devel and -announce): http://alioth.debian.org/mail/?group_id=31 NetBSD patches: - Include <sys/types.h> to fix PR pkg/29026 (1st error) - Fix i18n error for PR pkg/29939, which should also fix PR pkg29026 (2nd error) - Remove the create-dev-link script, which fix PR pkg/29026 (3rd error) The system administrator is expected to setup the correct configuration of the modem device. - Updated patches and removed patch-af and patch-ag - Fix the path for the lrzsz and gkermit tools in the default configuration - Remove the old share/doc/minicom dir, because the new Makefiles doesn't install them and they are outdated
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
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-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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.
2004-07-10Replace test -e with -h and -c respectively.salo1-4/+3
Addresses part of PR pkg/26235 by Georg Schwarz.
2004-02-21bl3ify and enable pkgviews installation.minskim1-3/+5
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-14Repeat my words: I must *not* derive "${DISTNAME}" from "${PKGNAME}".tron1-6/+4
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-14Replace non-working master sites with MASTER_SITE_BACKUP. Addresses PR 21867.wiz1-3/+4
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-12HOMEPAGE moves to http://alioth.debian.org/projects/minicom/.uebayasi1-2/+2
2003-04-27Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale...cjep1-8/+8
2003-04-27Lint: PKGLOCALEDIRcjep2-9/+10
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-5/+5
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-12-23Whitespace fixcjep1-2/+2
2002-10-04* Use buildlink2.jlam4-27/+57
* Honor PKG_SYSCONFDIR. * Note the setuid minicom binary in SPECIAL_PERMS.
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-3/+3
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
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-12/+10
+ move the patch digest/checksum values from files/patch-sum to distinfo