| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
13 May 2013 19:48:54
6.6_2
|
mi  |
Add a patch to properly locate, where itcl's library is located.
Bump PORTREVISION (only for insight) to reflect the update of itcl --
the updated, which necessitated the above fix.
Obtained from: gahr@ |
29 Apr 2013 08:57:13
6.6_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 |
27 Apr 2013 08:50:47
6.6_2
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
24 Apr 2013 18:10:32
6.6_2
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
09 Oct 2012 22:12:14
6.6_2
|
linimon  |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
03 Jul 2011 14:59:23
6.6_2
|
ohauer  |
-remove MD5 |
04 Dec 2010 15:03:13
6.6_2
|
mi  |
Resolve the LATEST_LINK conflict. Insight is now simply "insight".
Notified by: erwin |
03 Dec 2010 14:54:04
6.6_2
|
mi  |
Add a slave port of insight -- the gdb's GUI front-end. Having a slave
port will ensure, the packages are auto-built for insight and that the
WITH_INSIGHT option of gdb66 does not bit-rot with time...
In gdb66 use bsd.port.options.mk to parse options and then act on them
before bsd.port.pre.mk -- as
Suggested by: pav |
03 Dec 2010 05:25:25
6.6_2
|
mi  |
Allow the slave port (insight) to overwrite the CONFLICTS. |
03 Dec 2010 05:15:39
6.6_2
|
mi  |
Re-work the CONFLICTS line to avoid conflicting with ourselves... |
03 Dec 2010 05:12:20
6.6_2
|
mi  |
Rephrase pkg-descr -- this is not, any longer, "the latest" version of
gdb.
Prepare for a new slave-port insight -- use a different suffix and
PORTREVISION, when building with insight enabled.
Register conflict with gdb-* (be that gdb-7.x or gdb-insight).
Mention explicitly, that the previous commit enabled MAKE_JOBS_SAFE. |
03 Dec 2010 04:43:23
6.6_2
|
mi  |
Make this work with what TCL/TK are installed in case, Insight is
requested. This required an explicit inclusion of bsd.tcl.mk -- because
options-parsing occurs in bsd.ports.pre.mk, and it is too late to
set USE_TK after that. Don't know a better way around :(
Also update the iTcl version to 3.4...
Freshen up to work with Tcl-8.5, which is a default, and is a bit
pickier about package version-numbers.
Notified by: Bruce Cran |
24 Nov 2010 20:48:14
6.6_2
|
pav  |
- Sync with devel/gdb6 from which it have been repocopied |
31 May 2010 02:01:56
6.6_2
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |