| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 18:10:32
1.18
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
17 Mar 2013 13:38:31
1.18
|
johans  |
Update cppi to 1.18 |
02 Sep 2012 11:14:26
1.17
|
johans  |
- Update cppi to 1.17
- Reduce Makefile header |
27 Jun 2012 20:58:20
1.16
|
johans  |
Convert to new options framework |
30 Jan 2012 20:21:37
1.16
|
johans  |
Update GNU cppi to version 1.16
- Add a patch to fix charset.alias location
- Move PLIST to a separate file, including optional translation files |
23 Sep 2011 22:26:39
1.15
|
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 |
11 Jun 2011 13:22:22
1.15
|
johans  |
- Update cppi to 1.15
- Update MASTER_SITE_SUBDIR
- Register USE_GETTEXT and honour WITHOUT_NLS
- Grab maintainership |
25 Oct 2010 20:09:07
1.12
|
trasz  |
Drop maintainership for ports I can't maintain anymore. |
23 Jul 2007 09:36:52
1.12
|
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 |
11 Jul 2007 22:06:17
1.12
|
trasz  |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
13 Apr 2007 13:03:49
1.12
|
trasz  |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
29 Jan 2007 19:05:07
1.12
|
gabor  |
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.
Approved by: portmgr (erwin), erwin (mentor) |
08 Nov 2006 23:12:55
1.12
|
miwi  |
A tool to indent the C preprocessor directives to reflect their
nesting and ensure that there is exactly one space character between
each #if, #elif, #define directive and the following token.
PR: ports/105184
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> |