Commit graph

18 commits

Author SHA1 Message Date
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
joerg
b84f91e1f3 DESTDIR support. Use pkgsrc-users@NetBSD.org as maintainer. 2009-02-16 13:28:29 +00:00
obache
730febdcfe Need to replace variables in uucpd/pathnames.h
Noticed by Eric Schnoebelen in PR 37596.
Also uucpd/uucpd.8.

Bump PKGREVISION.

XXX: Should also replace hard-coded paths in etc/* files.
2008-01-21 13:52:17 +00:00
jlam
684ff53568 Correctly specify the location of uucico for the "uucp" user's shell.
This fixes PR pkg/36695 by Jim Bernard.

Bump PKGREVISION to 5.
2007-08-24 13:56:27 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
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-07-04 20:54:31 +00:00
joerg
323bc6a6f8 Fix build on DragonFly. 2007-06-30 19:30:50 +00:00
jlam
1a6fb589c8 Move common definitions of UUCP_{GROUP,USER} from mail/courier-mta and
net/uucp to mk/defaults/mk.conf.
2007-06-19 21:29:09 +00:00
jlam
052dbc0b86 * Use subst framework instead of custom code for replacing rmail and
uucpd Makefiles.

* Modify rmail and uucpd makefiles to be standalone instead of requiring
  BSD make.

* Fix build on MacOS X where libcrypt and libutil don't exist.

* Fix build on MacOS X and older NetBSDs that don't support utmpx.

* Install the example UUCP /etc snippets into the examples directory
  for the benefit of binary package users.

* Sort the PLIST.

Bump PKGREVISION to 4.
2007-06-18 14:45:28 +00:00
jlam
12351d2476 * Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage.

* Consistently use 4555 for setuid and 2555 for setgid programs.
2007-06-15 18:15:06 +00:00
christos
5d579c6f68 restore rmail from libexec not bin since it moved and the libexec one is newer 2007-03-16 23:09:02 +00:00
christos
b67b313694 put in the pkgsrc location of uucico 2007-03-16 20:05:37 +00:00
christos
2ede49c1b5 - fix plist
- bump package
2007-03-16 20:02:04 +00:00
christos
b7115c8c13 Adjust ${PREFIX} dynamically so that man pages and programs work properly. 2007-03-16 17:52:25 +00:00
christos
462d0812eb explain what needs to be done post-install. 2007-03-15 20:03:01 +00:00
christos
6bcfd46686 Add rmail and uucpd back. List code snippets that need to be added to etc files. 2007-03-15 20:02:18 +00:00
jlam
82a5d19200 Create the UUCP directories at post-install time. 2006-10-30 04:12:18 +00:00
jlam
c1009ac844 Merge improvements from the version of Taylor UUCP 1.06.1 that exists
in NetBSD's src/gnu/libexec/uucp directory.  Changes include:

   * Teaching cu(1) about hardware flow control.
   * Make cu(1) honor "echocheck" and "binary mode" with respect to
     inspecting the data stream for newlines.
   * Make some proper integer casts so as not to break on LP64 platforms.
   * Teach uucp to substitute for \H with the IP address of the system.
   * Avoid potential divide-by-zero errors when computing times using
     serial rates.
   * Properly initialize some variables.

The main difference between this version and the one in NetBSD is the
location of uucico, uuconv, and uuxqt -- the vanilla UUCP location is
${PREFIX}/sbin while the NetBSD location is /usr/libexec/uucp.

Bump PKGREVISION to 1.
2006-10-30 03:33:59 +00:00
jlam
380e651f97 Initial import of uucp-1.07 as net/uucp.
This is a package for Taylor UUCP.

This package provides everything you need to make a UUCP connection.
It currently supports the 'f', 'g' (in all window and packet sizes),
'G', 't' and 'e' protocols, as well a Zmodem protocol, the FX UUCICO
'y' protocol, and two new bidirectional protocols.  If you have a
Berkeley sockets library, it can make TCP connections.  If you have
TLI libraries, it can make TLI connections.  It supports a new
configuration file mechanism.
2006-04-24 23:21:46 +00:00