| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Apr 2013 08:57:13
0.8.2
|
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
08 Mar 2013 11:32:12
0.8.2
|
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
29 Jul 2012 11:17:04
0.8.2
|
cs  |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
23 Sep 2011 22:26:39
0.8.2
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
23 May 2011 13:44:29
0.8.2
|
sylvio  |
- Remove MD5
- Add License |
27 Nov 2009 22:52:30
0.8.2
|
sylvio  |
- Update my mail address to FreeBSD
Approved by: miwi (mentor) |
19 Aug 2009 02:35:01
0.8.2
|
araujo  |
- Update to 0.8.2.
- Pass maintainer to submitter.
PR: ports/137811
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
21 Aug 2008 06:18:49
0.8.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 ) |
08 Apr 2008 18:40:31
0.8.1
|
gahr  |
- Update to 0.8.1
- Remove NLS since port doesn't install NLS files anymore
- Put only installed file in PLIST_FILES
Approved by: miwi (mentor) |
20 Mar 2008 09:51:43
0.7.2_1
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
17 Oct 2007 10:13:01
0.7.2_1
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
09 Sep 2007 15:28:57
0.7.2
|
stas  |
- Update to 0.7.2
- Step down maintainership (i don't use it any longer, so will not be
able to garantee if it's workable). |
19 May 2007 20:32:57
0.7.1_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
27 Mar 2007 22:12:03
0.7.1
|
stas  |
- Change my email.
Suggested by: skv |
07 Aug 2006 02:05:13
0.7.1
|
shaun  |
- Add missing locale files to plist.
- Pass maintainership to submitter.
PR: ports/101513
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> |
25 Nov 2005 15:31:02
0.7.1
|
pav  |
- Add SHA256 |
12 Apr 2005 03:26:57
0.7.1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.7.1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
13 Mar 2005 09:29:48
0.7.1
|
krion  |
Update to version 0.7.1
PR: ports/78738
Submitted by: Ports Fury |
10 Jul 2004 20:40:06
0.7
|
krion  |
Support WITHOUT_NLS |
19 Mar 2004 19:41:35
0.7
|
krion  |
- Update to version 0.7
PR: ports/64471
Submitted by: Ports Fury |
17 Mar 2004 12:32:49
0.6_1
|
kris  |
BROKEN on 5.x: Does not build after ache's getopt changes |
04 Feb 2004 04:36:30
0.6_1
|
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
29 Jan 2004 07:24:56
0.6
|
trevor  |
SIZEify. |
23 Jan 2004 18:12:26
0.6
|
trevor  |
Now gettext 0.12.1 is gettext-old. |
14 Nov 2003 06:15:38
0.6
|
krion  |
- Fix build
Submitted by: Igor Pokrovsky <tiamat@comset.net> |
10 Nov 2003 19:06:46
0.6
|
krion  |
- Update to version 0.6
PR: 59127
Submitted by: Ports Fury |
02 Nov 2003 02:48:09
0.2.4_1
|
edwin  |
ports with possibly unreachable MAINTAINERs
*** addresses that seem to be dead:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
14 Jul 2003 02:36:46
0.2.4_1
|
sf  |
get rid of libgnugetopt dependency for -CURRENT.
configure script tests getopt_long() but does not use its result;
getopt.o and getopt1.o will always be linked. So libgnugetopt
dependency is just redundant. |
04 Jun 2003 22:43:38
0.2.4
|
kris  |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
18 May 2003 09:32:21
0.2.4
|
kris  |
BROKEN on 5.1: bad C++ |
21 Feb 2003 12:42:26
0.2.4
|
knu  |
De-pkg-comment. |
18 Sep 2002 14:09:51
0.2.4
|
ijliao  |
add filtermail 0.2.4
Filter mail on a pop3 server: saves downloading spam
PR: 37905
Submitted by: Harry Newton <harry_newton@telinco.co.uk> |