| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 18:10:32
2.2.10_2
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
27 Jun 2012 20:58:20
2.2.10_2
|
johans  |
Convert to new options framework |
23 Sep 2011 22:26:39
2.2.10_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 |
03 Jul 2011 14:59:23
2.2.10_2
|
ohauer  |
-remove MD5 |
27 Jun 2010 14:52:21
2.2.10_2
|
johans  |
Apply two bug fixes from John Hein:
1) fix 'indent -npro -nip' when compiled with BERKELEY_DEFAULTS
symptom:
command line: unknown option "nhnl"
Note that the "nhnl" above is just luck due to layout by the compiler.
It could be random garbage.
explanation: PRO_SETTINGS lists need to be terminated with two nulls.
2) fix error message for args prefixed with '--',
like 'indent -npro --no-such-arg'
symptom:
command line: unknown option "-no-such-arg"
explanation: the error message uses 'option - 1' instead of
'option - option_length' and -- options have option_length == 2.
Note that the update looks more complicated than just this patch,
because the original port patches were re-aligned as well. John has
submitted his patches upstream as well.
Submitted by: John Hein <jhein@symmetricom.com>
Feature safe: yes |
31 May 2010 02:01:56
2.2.10_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
23 Feb 2010 18:03:45
2.2.10
|
johans  |
Update my mail address to @FreeBSD.org
Feature safe: yes |
19 Nov 2009 23:41:55
2.2.10
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
08 Mar 2009 13:44:40
2.2.10
|
johans  |
- Update to version 2.2.10
http://indent.isidore-it.eu/beautify.html
- Take over maintainership
- Don't rebuild html docs (remove implicit build dep. on texi2html) |
21 Aug 2008 06:18:49
2.2.9_2
|
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 ) |
06 Jun 2008 13:21:59
2.2.9_2
|
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) |
27 May 2007 18:55:07
2.2.9_1
|
kris  |
Revert previous commit, I overlapped with the fix
Submitted by: pav |
27 May 2007 02:41:00
2.2.9_1
|
kris  |
BROKEN with gcc 4.2 |
25 May 2007 10:53:42
2.2.9_1
|
keramida  |
Fix the build of GNU indent with gcc 4.2.
PR: ports/112841
Approved by: pav |
19 May 2007 20:32:57
2.2.9_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
15 Aug 2006 07:56:23
2.2.9
|
rafan  |
- Remove directories that are not in mtree file
Note that these directories are be removed by other dependency ports,
so I do not bump PORTREVISION for them. These affected ports are
belong to ports@.
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> |
04 May 2006 21:41:12
2.2.9
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
24 Nov 2005 15:40:04
2.2.9
|
pav  |
- Add some SHA256 checksums |
12 Apr 2005 04:22:45
2.2.9
|
adamw  |
*sigh* This is why even cursory inspections of diffs is a good
idea. Remove the re-added CVS conflict lines. |
12 Apr 2005 03:26:57
2.2.9
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:42:14
2.2.9
|
adamw  |
Remove CVS conflict lines from David's ARCH sweep. |
11 Apr 2005 08:04:41
2.2.9
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
25 Mar 2004 11:42:35
2.2.9
|
kris  |
Support WITHOUT_NLS |
22 Mar 2004 15:46:52
2.2.9
|
linimon  |
Per distfile survey, old mastersite disappeared: just use the master
one on the GNU website. |
01 Mar 2004 18:11:28
2.2.9
|
krion  |
- Update to version 2.2.9
PR: ports/63590
Submitted by: Ports Fury |
04 Feb 2004 04:36:30
2.2.8a_3
|
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
29 Jan 2004 07:24:56
2.2.8a_2
|
trevor  |
SIZEify. |
23 Jan 2004 18:12:26
2.2.8a_2
|
trevor  |
Now gettext 0.12.1 is gettext-old. |
26 Aug 2003 20:25:58
2.2.8a_2
|
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
25 Aug 2003 05:41:38
2.2.8a_1
|
marcus  |
Chase the libintl.so shared lib version. |
20 Feb 2003 17:07:10
2.2.8a_1
|
knu  |
De-pkg-comment. |
18 Sep 2002 14:19:13
2.2.8a_1
|
roam  |
OK, I *promise* I will test my next five or six changes before
committing them! :)
Fix the misspelled addition of NOPORTDOCS check in the post-install
target; 'defiend', indeed! I wonder if that was some kind of Freudian
thing.. is 'defiend' something like 'debug', but for the very-very-very
big bad bugs?
Submitted by: Dan Langille <dan@langille.org>,
Tadayuki OKADA <tadayuki.okada@windriver.com> |
18 Sep 2002 14:11:38
2.2.8a_1
|
roam  |
Another test of FreshPorts's notification service; the bug is still
not fixed.
Requested by: Dan Langille <dan@langille.org> |
18 Sep 2002 13:41:50
2.2.8a_1
|
roam  |
Forced commit to test FreshPorts' committer opt-in notification..
The 'defiend' misspelling is still not fixed.
Requested by: Dan Langille <dan@langille.org> |
18 Sep 2002 12:32:37
2.2.8a_1
|
roam  |
Support CFLAGS/CXXFLAGS properly.
Honor NOPORTDOCS.
PR: 42878
Submitted by: Ports Fury |
15 Jul 2002 03:30:19
2.2.8a
|
pat  |
Update to 2.2.8a
PR: ports/40566
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
13 Jul 2002 16:54:13
2.2.8
|
ijliao  |
fix malloc.h bug in -current
PR: 40346
Submitted by: Dan Nelson <dnelson@allantgroup.com> |
25 Jun 2002 06:39:56
2.2.8
|
ijliao  |
upgrade WWW |
25 Jun 2002 06:38:17
2.2.8
|
ijliao  |
upgrade to 2.2.8 |
08 Jun 2002 17:25:13
2.2.6
|
obrien  |
To ports@freebsd.org. |
20 Apr 2001 09:33:17 
|
obrien  |
Default to KNF. |
19 Dec 2000 19:13:50 
|
obrien  |
Make the Berkeley options the default vs. the GNU ones. Add -knf for FreeBSD's
use. Remove duplicated code that wasn't kept in-sync by using some macros. |
21 Nov 2000 16:00:04 
|
kevlo  |
Update to version 2.2.6 |
08 Oct 2000 02:10:04 
|
asami  |
Convert category devel to new layout. |
28 Aug 2000 22:12:44 
|
fenner  |
Remove kchowksey@hss.hns.com as MAINTAINER; email has been bouncing for 4
months. |
19 Jul 2000 15:22:33 
|
taoka  |
(1) /usr/share/info/dir was renamed to dir-tmpl. (2) Now it is not necessary
to exist a file "info/dir" when install-info is executed. |