| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 Jun 2012 05:26:28
1.6.4_5
|
dinoex  |
- update png to 1.5.10 |
15 Mar 2011 17:20:59
1.6.4_4
|
rafan  |
- Use ?= for PS so that slaves can override its value
- Bump PORTREVISION to force pointyhat building new pkgs |
13 Mar 2011 14:15:42
1.6.4_3
|
rafan  |
- Move CONFLICTS definition to slave ports itself instead of making it in
master port so that portmaster can pick this up correctly
- Remove MD5 checksum from distinfo
Reported by: Warren Block <wblock at wonkity.com> and dougb@ |
12 Jul 2010 14:16:32
1.6.4_3
|
rafan  |
- Add CONFLICTS on other enscript-* pkgs
PR: ports/148125 |
18 Nov 2008 14:20:01
1.6.4_2
|
rafan  |
- Fix CVE 2008-3863, 2008-4306
PR: ports/128958
Submitted by: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Obtained from: http://cvs.fedoraproject.org/viewvc/devel/enscript/ |
21 Aug 2008 06:18:49
1.6.4_1  |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
27 Jun 2006 03:58:58
1.6.4_1  |
rafan  |
Change to my FreeBSD.org email.
Approved by: delphij (mentor) |
09 Dec 2005 13:22:11
1.6.4_1  |
pav  |
- change the master site, so it is fetchable again
- use %%DATADIR%% in pkg-plist
- As I'm maintainer of a slave port (chinese/enscript)
of this one, I would like to take this port.
- Change MACHINE_ARCH to ARCH, which follows bsd.port.mk
PR: ports/90135
Submitted by: Rong-En Fan <rafan@infor.org> |
25 Nov 2005 17:42:55
1.6.4_1  |
pav  |
- Add SHA256 |
12 Apr 2005 03:26:57
1.6.4_1  |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.6.4_1  |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
12 Feb 2005 01:36:04
1.6.4_1  |
naddy  |
Fix configure script: don't skip AC_PROG_CC or bad things will happen. |
11 Feb 2005 23:52:49
1.6.4_1  |
naddy  |
* GNU make is not required.
* Don't bother specifying dimensions that aren't used anywhere.
* Remove various cruft. |
11 Feb 2005 21:35:40
1.6.4_1  |
naddy  |
Security fixes:
Erik Sjolund discovered several issues in enscript: it suffers from
several buffer overflows (CAN-2004-1186), quotes and shell escape
characters are insufficiently sanitized in filenames (CAN-2004-1185),
and it supported taking input from an arbitrary command pipe, with
unwanted side effects (CAN-2004-1184).
Obtained from: Gentoo |
19 Jan 2005 21:37:27
1.6.4  |
thierry  |
Fix typo. |
18 May 2004 15:40:48
1.6.4  |
linimon  |
Reset bouncing maintainer address. |
24 Mar 2004 19:20:11
1.6.4  |
pav  |
- Update to 1.6.4
PR: ports/63639
Submitted by: Jonathan Noack <noackj@concordiacrusaders.org>
Approved by: maintainer timeout (3 weeks) |
04 Feb 2004 05:10:27
1.6.1_2  |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
16 Oct 2003 05:15:18
1.6.1_1  |
kris  |
Add back previous maintainer: it seems the mail bounce was caused by
problems with the .org TLD. |
16 Oct 2003 03:12:15
1.6.1_1  |
kris  |
Reset bouncing maintainer address |
24 Sep 2003 09:37:11
1.6.1_1  |
osa  |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
20 May 2003 23:55:11
1.6.1_1  |
hoek  |
Add WWW: and try to improve the general pkg-descr a bit. |
21 Feb 2003 13:23:12
1.6.1_1  |
knu  |
De-pkg-comment. |
19 Aug 2001 20:06:44 
|
knu  |
Add a patch to support syntax highlighting of the Ruby language. |
22 May 2001 19:17:00 
|
sobomax  |
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves would be
able to insert their own entries (usually language category) upfront. |
16 Jan 2001 17:33:20 
|
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 05:10:43 
|
asami  |
Convert category print to new layout. |