2010-01-24 18:11:19 by Klaus Heinz | Files touched by this commit (20) |
Log message:
Added LICENSE information.
|
2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129) |
Log message:
Remove @dirrm related logic.
|
2009-06-14 23:00:05 by Joerg Sonnenberger | Files touched by this commit (29) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-06-03 14:40:32 by OBATA Akio | Files touched by this commit (5) |
Log message:
Remove build dependency on gtk-doc, related to PR#41475.
It comes from upstream Bug#562310:
http://bugzilla.gnome.org/show_bug.cgi?id=562310
Availability detection of `gtkdoc-rebase' command is depend on the behaviour
of `which' command, if `which gtkdoc-rebase' return false, do nothing.
It is known as not works as expected on Darwin and Solaris, then failed in
unwanted gtkdoc-rebase execution, and abort.
It is already fixed in upstream gtk-doc repository, but not released yet(1.12?).
So, some packages may contain and be using un-fixed gtk-doc.* files.
For easy to determine whether it is fixed or not, check gtk-doc.make contains
following commit (not using 'which gtkdoc-rebase', but $(GTKDOC_REBASE) macro):
http://git.gnome.org./cgit/gtk-doc/commit/?id=ef5f56ca5fd4a077e6f7a374e8dd333b7a6a8d42
|
2009-05-26 18:55:24 by Thomas Klausner | Files touched by this commit (5) |
Log message:
BUILD_DEPEND on gtk-doc (by including its buildlink3.mk file) to
get gtkdoc-rebase.
Addresses PR 41475 by John D. Baker.
|
2009-04-13 19:06:30 by Georg Schwarz | Files touched by this commit (1) |
Log message:
gtkdoc-rebase is required for installation
(cf. eg. \
http://lists.macosforge.org/pipermail/macports-tickets/2007-December/000903.html)
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-03-06 15:02:32 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 2.14.17:
ORBit2-2.14.17
- bug fixes
+ fix glib single includes (Cosimo Cecchi)
+ various fixes for cross-compiling (Fridrich Strba)
+ do fewer DNS lookups in linc (Jules Colding)
+ fix compiler warnings (Kjartan)
+ threading fixes (Tor Lillqvist)
+ win32 portability fixes (Tor Lillqvist)
|
2008-10-09 22:22:23 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2.14.16:
ORBit2-2.14.16
- bug fixes
+ fix make check on Mac OS/X
+ The ORBNetID option was not consistent in relation to
ORBIIOPIPName. This fix ensures that ORBIIOPIPName always
takes precedence. (Jules Colding)
ORBit2-2.14.15
- bug fixes
+ fix some leaks (Jules Colding)
+ fix for Mike's recent fixes (Mike Gorse)
+ fix potential make loop (Diego Pettenò)
|