| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
06 Jun 2008 15:03:26
3.8.32_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
20 Jan 2008 08:37:23
3.8.32
|
rafan  |
- Update to 3.8.32
- Provide new rc script
- Prevent distribution install sample conf in DATADIR as we already install
them in PREFIX/etc
- Polish pkg-message
- Remove FTP from pkg-descr, we have WWW there
- Move LIB_DEPENDS before CONFLICTS to pet portlint |
23 Jul 2007 10:36:52
3.8.28_2
|
rafan  |
- 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 |
21 Dec 2006 11:23:02
3.8.28_2
|
arved  |
Fix build on CURRENT |
15 Aug 2006 02:04:55
3.8.28_2
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
06 Aug 2006 09:43:13
3.8.28_2
|
itetcu  |
- Add CONFLICTS with cups-base
PR: ports/99791
Submitted by: Leif Pedersen / Marcin Wisnicki |
19 Jul 2006 18:01:42
3.8.28_1
|
stefan  |
- 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 <kazarov@mcm.ru>
Approved by: arved (mentor) |
05 Apr 2006 06:56:32
3.8.28
|
linimon  |
Reset papowell@astart.com who has not responded to email asking about
maintainer timeouts.
Hat: portmgr |
23 Feb 2006 10:40:45
3.8.28
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Jan 2006 01:06:45
3.8.28
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 06:28:59
3.8.28
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
15 Nov 2005 06:52:12
3.8.28
|
ade  |
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. |
04 Apr 2005 13:32:57
3.8.28
|
flz  |
- 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 <question+freebsdpr@closedsrc.org> [2]
Approved by: maintainer timeout (1 month [1], 10 months [2]) |
09 Jul 2004 18:43:11
3.8.26
|
marcus  |
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 |
12 Apr 2004 23:34:32
3.8.26
|
pav  |
- Update to 3.8.26
PR: ports/64943
Submitted by: Kevin Oberman <oberman@es.net>
Approved by: maintainer timeout (2 weeks) |
31 Mar 2004 04:12:58
3.8.23
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
3.8.23
|
ade  |
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. |
28 Feb 2004 16:14:55
3.8.23
|
pav  |
- Update to 3.8.23
PR: ports/59862
Submitted by: Rong-En Fan <rafan@infor.rog>
Approved by: maintainer timeout (almost 3 months) |
23 Jan 2004 05:28:50
3.8.21
|
trevor  |
Use LS macro. |
19 Dec 2003 00:28:18
3.8.21
|
pav  |
- Unbreak on 5.x
PR: ports/60371
Submitted by: Seva Gluschenko <gvs@rinet.ru> |
16 Oct 2003 02:10:00
3.8.21
|
kris  |
BROKEN on 5.x: does not compile |
10 Jul 2003 14:31:18
3.8.21
|
osa  |
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 <eikemeier@fillmore-labs.com> [1]
PR: 53911 |
21 Apr 2003 14:33:51
3.8.21
|
foxfair  |
PR: 51010
MAINTAINER update: Fixes security problem from Debian Security Advisory
DSA 285-1 |
23 Mar 2003 16:32:36
3.8.20
|
foxfair  |
PR: 47778
Submitted by: David Magda <dmagda+fbugs@ee.ryerson.ca>
Update to 3.8.20 . also mention about we have a MAINTAINER timeout in
this port. |
21 Feb 2003 13:28:59
3.8.10
|
knu  |
De-pkg-comment. |
03 Jan 2003 08:26:35
3.8.10
|
ijliao  |
chase gdbm lib version |
30 Dec 2002 20:14:32
3.8.10
|
naddy  |
Fix build on 64-bit platforms.
Reported by: bento |
14 Sep 2002 23:29:46
3.8.10
|
kris  |
USE_LIBTOOL and add missing plist entries |
05 May 2002 23:16:28
3.8.10
|
cy  |
Upgrade 3.7.6 --> 3.8.10
Patrick Powell <papowell@astart.com> author of LPRng requested to become
maintainer of this port. Assigned maintainership to Mr. Powell.
PR: 37546
Submitted by: Eric Schnoebelen <eric@mr-bill.cirr.com>
Approved by: maintainer timeout |
17 Oct 2001 21:14:21 
|
lioux  |
Update to 3.7.6 |
30 Jul 2001 20:18:38 
|
lioux  |
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 |
11 Dec 2000 14:56:43 
|
roam  |
Update to 3.6.26, which contains an important security fix (unsetting
environment variables). |
24 Oct 2000 18:29:16 
|
will  |
Add USE_GMAKE. |
13 Oct 2000 08:24:17 
|
kris  |
Upgrade to LPRng 3.6.25 to fix remote root vulnerability. |
08 Oct 2000 12:23:49 
|
asami  |
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. |
08 Oct 2000 08:23:57 
|
asami  |
Convert category sysutils to new layout. |
05 Sep 2000 04:14:39 
|
steve  |
Update to version 3.6.23. |
05 Jul 2000 14:37:07 
|
tg  |
As threatened on freebsd-ports: all startup scripts know about the two options
`start' and `stop' now (unless I have forgotten any). This allows us to call
the scripts from /etc/rc.shutdown with the correct option. |
31 May 2000 07:52:25 
|
asami  |
Add two manpages. Add two files (symlinks actually). @dirrm one directory. |