The FreeBSD Ports Archive
FreeBSD sysutils : LPRng4>
An Enhanced Printer Spooler
The LPRng software is an enhanced, extended, and portable implementation
of the Berkeley LPR print spooler functionality. While providing the
same interface and meeting RFC1179 requirements, the implementation is
completely different and provides support for the following features:
lightweight (no databases needed) lpr, lpc, and lprm programs; dynamic
redirection of print queues; automatic job holding; highly verbose
diagnostics; multiple printers serving a single queue; client programs
do not need to run SUID root; greatly enhanced security checks; and a
greatly improved permission and authorization mechanism.
http://www.lprng.com/
|
LPRng history
v. 1.42
date: 2007/07/23 09:36:33; author: rafan; state: Exp; lines: +0 -4
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.41
date: 2006/12/21 11:23:02; author: arved; state: Exp; lines: +2 -1
Fix build on CURRENT
v. 1.40
date: 2006/08/15 01:04:51; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.39
date: 2006/08/06 08:43:12; author: itetcu; state: Exp; lines: +3 -1
- Add CONFLICTS with cups-base
PR: ports/99791
Submitted by: Leif Pedersen / Marcin Wisnicki
v. 1.38
date: 2006/07/19 17:01:41; author: stefan; state: Exp; lines: +5 -4
- Fix installation directory of configuration files for cases in which
$PORT_REPLACES_BASE_LPR is defined.
- Install startup files to ${LOCALBASE}/etc/rc.d, not /etc/rc.d.
PR: 93032
Submitted by: Dmitry Kazarov
Approved by: arved (mentor)
v. 1.37
date: 2006/04/05 05:56:31; author: linimon; state: Exp; lines: +1 -1
Reset papowell@astart.com who has not responded to email asking about
maintainer timeouts.
Hat: portmgr
v. 1.36
date: 2006/02/23 10:39:05; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.35
date: 2005/11/15 06:51:05; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.34
date: 2005/04/04 12:32:56; author: flz; state: Exp; lines: +41 -12
- Fix packing list issues. [1]
- Add new PORT_REPLACES_BASE_LPR knob. [2]
- Preserve original files when replacing base lpr. [1]
- Global cleanup. [1]
PR: ports/76945 [1], ports/65824 [2]
Submitted by: flz [1], Linh Pham [2]
Approved by: maintainer timeout (1 month [1], 10 months [2])
v. 1.33
date: 2004/07/09 17:42:49; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.32
date: 2004/04/12 22:34:32; author: pav; state: Exp; lines: +1 -1
- Update to 3.8.26
PR: ports/64943
Submitted by: Kevin Oberman
Approved by: maintainer timeout (2 weeks)
v. 1.31
date: 2004/03/14 06:17:23; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.30
date: 2004/02/28 16:14:55; author: pav; state: Exp; lines: +11 -5
- Update to 3.8.23
PR: ports/59862
Submitted by: Rong-En Fan
Approved by: maintainer timeout (almost 3 months)
v. 1.29
date: 2004/01/23 05:28:50; author: trevor; state: Exp; lines: +1 -1
Use LS macro.
v. 1.28
date: 2003/12/19 00:28:18; author: pav; state: Exp; lines: +1 -7
- Unbreak on 5.x
PR: ports/60371
Submitted by: Seva Gluschenko
v. 1.27
date: 2003/10/16 01:10:00; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: does not compile
v. 1.26
date: 2003/07/10 13:31:18; author: osa; state: Exp; lines: +1 -1
Use NOPORTDOCS instead of NOPORTSDOCS [1]
Also fix pkg-plist (use %%PORTDOCS%%%%DOCSDIR%%
instead of hardcoded share/doc/...).
Maintainer timeout after 1 week.
Spotted by: Oliver Eikemeier [1]
PR: 53911
v. 1.25
date: 2003/04/21 13:33:51; author: foxfair; state: Exp; lines: +36 -28
PR: 51010
MAINTAINER update: Fixes security problem from Debian Security Advisory
DSA 285-1
v. 1.24
date: 2003/03/23 16:32:35; author: foxfair; state: Exp; lines: +18 -4
PR: 47778
Submitted by: David Magda
Update to 3.8.20 . also mention about we have a MAINTAINER timeout in
this port.
v. 1.23
date: 2003/02/21 13:28:33; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.22
date: 2003/01/03 08:26:35; author: ijliao; state: Exp; lines: +1 -1
chase gdbm lib version
v. 1.21
date: 2002/09/14 22:29:46; author: kris; state: Exp; lines: +1 -0
USE_LIBTOOL and add missing plist entries
v. 1.20
date: 2002/05/05 22:16:27; author: cy; state: Exp; lines: +3 -3
Upgrade 3.7.6 --> 3.8.10
Patrick Powell author of LPRng requested to become
maintainer of this port. Assigned maintainership to Mr. Powell.
PR: 37546
Submitted by: Eric Schnoebelen
Approved by: maintainer timeout
v. 1.19
date: 2001/10/17 19:14:21; author: lioux; state: Exp; lines: +8 -4
Update to 3.7.6
PR: 30786
Submitted by: Gerald Pfeifer
Approved by: MAINTAINER (3 weeks timeout and port has been broken far longer)
v. 1.18
date: 2001/07/30 18:18:38; author: lioux; state: Exp; lines: +19 -15
o Update to version 3.7.5
o LIB_DEPENDS on gdbm
o Better deinstall handling
o Several port style changes
o Add both WWW and Author tags
PR: 28799
Submitted by: Alec Wolman
Approved by: maintainer
v. 1.17
date: 2000/12/11 14:56:43; author: roam; state: Exp; lines: +2 -2
Update to 3.6.26, which contains an important security fix (unsetting
environment variables).
Silence from: maintainer (for more than a week)
v. 1.16
date: 2000/10/24 16:29:16; author: will; state: Exp; lines: +2 -1
Add USE_GMAKE.
Submitted by: bento
v. 1.15
date: 2000/10/13 06:24:16; author: kris; state: Exp; lines: +2 -2
Upgrade to LPRng 3.6.25 to fix remote root vulnerability.
v. 1.14
date: 2000/10/08 10:22:54; author: asami; state: Exp; lines: +2 -3
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.13
date: 2000/09/05 02:14:30; author: steve; state: Exp; lines: +6 -11
Update to version 3.6.23.
PR: 20702
Submitted by: Peter Pentchev
v. 1.12
date: 2000/05/31 05:52:21; author: asami; state: Exp; lines: +3 -2
Add two manpages. Add two files (symlinks actually). @dirrm one directory.
Submitted by: bento
v. 1.11
date: 2000/04/09 19:07:03; author: cpiazza; state: Exp; lines: +5 -6
Update with the new PORTNAME/PORTVERSION variable
v. 1.10
date: 1999/09/27 01:50:00; author: steve; state: Exp; lines: +23 -20
Update to version 3.6.8.
PR: 13432, 13560
Submitted by: Patrick Powell , maintainer
v. 1.9
date: 1999/08/31 01:59:28; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.8
date: 1999/08/28 02:42:36; author: mharo; state: Exp; lines: +2 -2
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
v. 1.7
date: 1999/08/22 23:33:26; author: mharo; state: Exp; lines: +4 -4
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.6
date: 1999/08/22 19:00:01; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.5
date: 1998/10/21 00:57:27; author: steve; state: Exp; lines: +8 -1
Move manpages from pkg/PLIST to Makefile.
v. 1.4
date: 1998/06/04 23:59:08; author: steve; state: Exp; lines: +6 -9
Upgrade to version 3.5.1
PR: 6782
Submitted by: maintainer
v. 1.3
date: 1998/01/22 08:19:36; author: fenner; state: Exp; lines: +13 -34
Update to version 3.4.1
PR: ports/5485
Submitted by: Ken Monville
v. 1.2
date: 1997/10/28 22:23:43; author: jseger; state: Exp; lines: +4 -4
Update of LPRng to version 3.3.3
PR: ports/4877
Submitted by: desmo@bandwidth.org
v. 1.1
date: 1997/06/18 08:36:41; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/06/18 08:36:41; author: tg; state: Exp; lines: +0 -0
Long threatened import of LPRng port.
PR: 3185
Submitted by: Kenneth J. Monville
=============================================================================
v. 1.42
date: 2007/07/23 09:36:33; author: rafan; state: Exp; lines: +0 -4
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.41
date: 2006/12/21 11:23:02; author: arved; state: Exp; lines: +2 -1
Fix build on CURRENT
v. 1.40
date: 2006/08/15 01:04:51; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.39
date: 2006/08/06 08:43:12; author: itetcu; state: Exp; lines: +3 -1
- Add CONFLICTS with cups-base
PR: ports/99791
Submitted by: Leif Pedersen / Marcin Wisnicki
v. 1.38
date: 2006/07/19 17:01:41; author: stefan; state: Exp; lines: +5 -4
- Fix installation directory of configuration files for cases in which
$PORT_REPLACES_BASE_LPR is defined.
- Install startup files to ${LOCALBASE}/etc/rc.d, not /etc/rc.d.
PR: 93032
Submitted by: Dmitry Kazarov
Approved by: arved (mentor)
v. 1.37
date: 2006/04/05 05:56:31; author: linimon; state: Exp; lines: +1 -1
Reset papowell@astart.com who has not responded to email asking about
maintainer timeouts.
Hat: portmgr
v. 1.36
date: 2006/02/23 10:39:05; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.35
date: 2005/11/15 06:51:05; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.34
date: 2005/04/04 12:32:56; author: flz; state: Exp; lines: +41 -12
- Fix packing list issues. [1]
- Add new PORT_REPLACES_BASE_LPR knob. [2]
- Preserve original files when replacing base lpr. [1]
- Global cleanup. [1]
PR: ports/76945 [1], ports/65824 [2]
Submitted by: flz [1], Linh Pham [2]
Approved by: maintainer timeout (1 month [1], 10 months [2])
v. 1.33
date: 2004/07/09 17:42:49; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.32
date: 2004/04/12 22:34:32; author: pav; state: Exp; lines: +1 -1
- Update to 3.8.26
PR: ports/64943
Submitted by: Kevin Oberman
Approved by: maintainer timeout (2 weeks)
v. 1.31
date: 2004/03/14 06:17:23; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.30
date: 2004/02/28 16:14:55; author: pav; state: Exp; lines: +11 -5
- Update to 3.8.23
PR: ports/59862
Submitted by: Rong-En Fan
Approved by: maintainer timeout (almost 3 months)
v. 1.29
date: 2004/01/23 05:28:50; author: trevor; state: Exp; lines: +1 -1
Use LS macro.
v. 1.28
date: 2003/12/19 00:28:18; author: pav; state: Exp; lines: +1 -7
- Unbreak on 5.x
PR: ports/60371
Submitted by: Seva Gluschenko
v. 1.27
date: 2003/10/16 01:10:00; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: does not compile
v. 1.26
date: 2003/07/10 13:31:18; author: osa; state: Exp; lines: +1 -1
Use NOPORTDOCS instead of NOPORTSDOCS [1]
Also fix pkg-plist (use %%PORTDOCS%%%%DOCSDIR%%
instead of hardcoded share/doc/...).
Maintainer timeout after 1 week.
Spotted by: Oliver Eikemeier [1]
PR: 53911
v. 1.25
date: 2003/04/21 13:33:51; author: foxfair; state: Exp; lines: +36 -28
PR: 51010
MAINTAINER update: Fixes security problem from Debian Security Advisory
DSA 285-1
v. 1.24
date: 2003/03/23 16:32:35; author: foxfair; state: Exp; lines: +18 -4
PR: 47778
Submitted by: David Magda
Update to 3.8.20 . also mention about we have a MAINTAINER timeout in
this port.
v. 1.23
date: 2003/02/21 13:28:33; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.22
date: 2003/01/03 08:26:35; author: ijliao; state: Exp; lines: +1 -1
chase gdbm lib version
v. 1.21
date: 2002/09/14 22:29:46; author: kris; state: Exp; lines: +1 -0
USE_LIBTOOL and add missing plist entries
v. 1.20
date: 2002/05/05 22:16:27; author: cy; state: Exp; lines: +3 -3
Upgrade 3.7.6 --> 3.8.10
Patrick Powell author of LPRng requested to become
maintainer of this port. Assigned maintainership to Mr. Powell.
PR: 37546
Submitted by: Eric Schnoebelen
Approved by: maintainer timeout
v. 1.19
date: 2001/10/17 19:14:21; author: lioux; state: Exp; lines: +8 -4
Update to 3.7.6
PR: 30786
Submitted by: Gerald Pfeifer
Approved by: MAINTAINER (3 weeks timeout and port has been broken far longer)
v. 1.18
date: 2001/07/30 18:18:38; author: lioux; state: Exp; lines: +19 -15
o Update to version 3.7.5
o LIB_DEPENDS on gdbm
o Better deinstall handling
o Several port style changes
o Add both WWW and Author tags
PR: 28799
Submitted by: Alec Wolman
Approved by: maintainer
v. 1.17
date: 2000/12/11 14:56:43; author: roam; state: Exp; lines: +2 -2
Update to 3.6.26, which contains an important security fix (unsetting
environment variables).
Silence from: maintainer (for more than a week)
v. 1.16
date: 2000/10/24 16:29:16; author: will; state: Exp; lines: +2 -1
Add USE_GMAKE.
Submitted by: bento
v. 1.15
date: 2000/10/13 06:24:16; author: kris; state: Exp; lines: +2 -2
Upgrade to LPRng 3.6.25 to fix remote root vulnerability.
v. 1.14
date: 2000/10/08 10:22:54; author: asami; state: Exp; lines: +2 -3
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.13
date: 2000/09/05 02:14:30; author: steve; state: Exp; lines: +6 -11
Update to version 3.6.23.
PR: 20702
Submitted by: Peter Pentchev
v. 1.12
date: 2000/05/31 05:52:21; author: asami; state: Exp; lines: +3 -2
Add two manpages. Add two files (symlinks actually). @dirrm one directory.
Submitted by: bento
v. 1.11
date: 2000/04/09 19:07:03; author: cpiazza; state: Exp; lines: +5 -6
Update with the new PORTNAME/PORTVERSION variable
v. 1.10
date: 1999/09/27 01:50:00; author: steve; state: Exp; lines: +23 -20
Update to version 3.6.8.
PR: 13432, 13560
Submitted by: Patrick Powell , maintainer
v. 1.9
date: 1999/08/31 01:59:28; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.8
date: 1999/08/28 02:42:36; author: mharo; state: Exp; lines: +2 -2
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
v. 1.7
date: 1999/08/22 23:33:26; author: mharo; state: Exp; lines: +4 -4
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.6
date: 1999/08/22 19:00:01; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.5
date: 1998/10/21 00:57:27; author: steve; state: Exp; lines: +8 -1
Move manpages from pkg/PLIST to Makefile.
v. 1.4
date: 1998/06/04 23:59:08; author: steve; state: Exp; lines: +6 -9
Upgrade to version 3.5.1
PR: 6782
Submitted by: maintainer
v. 1.3
date: 1998/01/22 08:19:36; author: fenner; state: Exp; lines: +13 -34
Update to version 3.4.1
PR: ports/5485
Submitted by: Ken Monville
v. 1.2
date: 1997/10/28 22:23:43; author: jseger; state: Exp; lines: +4 -4
Update of LPRng to version 3.3.3
PR: ports/4877
Submitted by: desmo@bandwidth.org
v. 1.1
date: 1997/06/18 08:36:41; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/06/18 08:36:41; author: tg; state: Exp; lines: +0 -0
Long threatened import of LPRng port.
PR: 3185
Submitted by: Kenneth J. Monville
=============================================================================
v. 1.42
date: 2007/07/23 09:36:33; author: rafan; state: Exp; lines: +0 -4
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
v. 1.41
date: 2006/12/21 11:23:02; author: arved; state: Exp; lines: +2 -1
Fix build on CURRENT
v. 1.40
date: 2006/08/15 01:04:51; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.39
date: 2006/08/06 08:43:12; author: itetcu; state: Exp; lines: +3 -1
- Add CONFLICTS with cups-base
PR: ports/99791
Submitted by: Leif Pedersen / Marcin Wisnicki
v. 1.38
date: 2006/07/19 17:01:41; author: stefan; state: Exp; lines: +5 -4
- Fix installation directory of configuration files for cases in which
$PORT_REPLACES_BASE_LPR is defined.
- Install startup files to ${LOCALBASE}/etc/rc.d, not /etc/rc.d.
PR: 93032
Submitted by: Dmitry Kazarov
Approved by: arved (mentor)
v. 1.37
date: 2006/04/05 05:56:31; author: linimon; state: Exp; lines: +1 -1
Reset papowell@astart.com who has not responded to email asking about
maintainer timeouts.
Hat: portmgr
v. 1.36
date: 2006/02/23 10:39:05; author: ade; state: Exp; lines: +1 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.35
date: 2005/11/15 06:51:05; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.34
date: 2005/04/04 12:32:56; author: flz; state: Exp; lines: +41 -12
- Fix packing list issues. [1]
- Add new PORT_REPLACES_BASE_LPR knob. [2]
- Preserve original files when replacing base lpr. [1]
- Global cleanup. [1]
PR: ports/76945 [1], ports/65824 [2]
Submitted by: flz [1], Linh Pham [2]
Approved by: maintainer timeout (1 month [1], 10 months [2])
v. 1.33
date: 2004/07/09 17:42:49; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.32
date: 2004/04/12 22:34:32; author: pav; state: Exp; lines: +1 -1
- Update to 3.8.26
PR: ports/64943
Submitted by: Kevin Oberman
Approved by: maintainer timeout (2 weeks)
v. 1.31
date: 2004/03/14 06:17:23; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.30
date: 2004/02/28 16:14:55; author: pav; state: Exp; lines: +11 -5
- Update to 3.8.23
PR: ports/59862
Submitted by: Rong-En Fan
Approved by: maintainer timeout (almost 3 months)
v. 1.29
date: 2004/01/23 05:28:50; author: trevor; state: Exp; lines: +1 -1
Use LS macro.
v. 1.28
date: 2003/12/19 00:28:18; author: pav; state: Exp; lines: +1 -7
- Unbreak on 5.x
PR: ports/60371
Submitted by: Seva Gluschenko
v. 1.27
date: 2003/10/16 01:10:00; author: kris; state: Exp; lines: +7 -1
BROKEN on 5.x: does not compile
v. 1.26
date: 2003/07/10 13:31:18; author: osa; state: Exp; lines: +1 -1
Use NOPORTDOCS instead of NOPORTSDOCS [1]
Also fix pkg-plist (use %%PORTDOCS%%%%DOCSDIR%%
instead of hardcoded share/doc/...).
Maintainer timeout after 1 week.
Spotted by: Oliver Eikemeier [1]
PR: 53911
v. 1.25
date: 2003/04/21 13:33:51; author: foxfair; state: Exp; lines: +36 -28
PR: 51010
MAINTAINER update: Fixes security problem from Debian Security Advisory
DSA 285-1
v. 1.24
date: 2003/03/23 16:32:35; author: foxfair; state: Exp; lines: +18 -4
PR: 47778
Submitted by: David Magda
Update to 3.8.20 . also mention about we have a MAINTAINER timeout in
this port.
v. 1.23
date: 2003/02/21 13:28:33; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.22
date: 2003/01/03 08:26:35; author: ijliao; state: Exp; lines: +1 -1
chase gdbm lib version
v. 1.21
date: 2002/09/14 22:29:46; author: kris; state: Exp; lines: +1 -0
USE_LIBTOOL and add missing plist entries
v. 1.20
date: 2002/05/05 22:16:27; author: cy; state: Exp; lines: +3 -3
Upgrade 3.7.6 --> 3.8.10
Patrick Powell author of LPRng requested to become
maintainer of this port. Assigned maintainership to Mr. Powell.
PR: 37546
Submitted by: Eric Schnoebelen
Approved by: maintainer timeout
v. 1.19
date: 2001/10/17 19:14:21; author: lioux; state: Exp; lines: +8 -4
Update to 3.7.6
PR: 30786
Submitted by: Gerald Pfeifer
Approved by: MAINTAINER (3 weeks timeout and port has been broken far longer)
v. 1.18
date: 2001/07/30 18:18:38; author: lioux; state: Exp; lines: +19 -15
o Update to version 3.7.5
o LIB_DEPENDS on gdbm
o Better deinstall handling
o Several port style changes
o Add both WWW and Author tags
PR: 28799
Submitted by: Alec Wolman
Approved by: maintainer
v. 1.17
date: 2000/12/11 14:56:43; author: roam; state: Exp; lines: +2 -2
Update to 3.6.26, which contains an important security fix (unsetting
environment variables).
Silence from: maintainer (for more than a week)
v. 1.16
date: 2000/10/24 16:29:16; author: will; state: Exp; lines: +2 -1
Add USE_GMAKE.
Submitted by: bento
v. 1.15
date: 2000/10/13 06:24:16; author: kris; state: Exp; lines: +2 -2
Upgrade to LPRng 3.6.25 to fix remote root vulnerability.
v. 1.14
date: 2000/10/08 10:22:54; author: asami; state: Exp; lines: +2 -3
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.13
date: 2000/09/05 02:14:30; author: steve; state: Exp; lines: +6 -11
Update to version 3.6.23.
PR: 20702
Submitted by: Peter Pentchev
v. 1.12
date: 2000/05/31 05:52:21; author: asami; state: Exp; lines: +3 -2
Add two manpages. Add two files (symlinks actually). @dirrm one directory.
Submitted by: bento
v. 1.11
date: 2000/04/09 19:07:03; author: cpiazza; state: Exp; lines: +5 -6
Update with the new PORTNAME/PORTVERSION variable
v. 1.10
date: 1999/09/27 01:50:00; author: steve; state: Exp; lines: +23 -20
Update to version 3.6.8.
PR: 13432, 13560
Submitted by: Patrick Powell , maintainer
v. 1.9
date: 1999/08/31 01:59:28; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.8
date: 1999/08/28 02:42:36; author: mharo; state: Exp; lines: +2 -2
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
v. 1.7
date: 1999/08/22 23:33:26; author: mharo; state: Exp; lines: +4 -4
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.6
date: 1999/08/22 19:00:01; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.5
date: 1998/10/21 00:57:27; author: steve; state: Exp; lines: +8 -1
Move manpages from pkg/PLIST to Makefile.
v. 1.4
date: 1998/06/04 23:59:08; author: steve; state: Exp; lines: +6 -9
Upgrade to version 3.5.1
PR: 6782
Submitted by: maintainer
v. 1.3
date: 1998/01/22 08:19:36; author: fenner; state: Exp; lines: +13 -34
Update to version 3.4.1
PR: ports/5485
Submitted by: Ken Monville
v. 1.2
date: 1997/10/28 22:23:43; author: jseger; state: Exp; lines: +4 -4
Update of LPRng to version 3.3.3
PR: ports/4877
Submitted by: desmo@bandwidth.org
v. 1.1
date: 1997/06/18 08:36:41; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/06/18 08:36:41; author: tg; state: Exp; lines: +0 -0
Long threatened import of LPRng port.
PR: 3185
Submitted by: Kenneth J. Monville
=============================================================================
|
| |

|