Commit graph

29 commits

Author SHA1 Message Date
dholland
4e2925bdd8 Clear PLATFORM in the environment; if it's defined the build fails. 2013-11-24 02:39:54 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
wiz
84dceed952 Make mono packages depend on lang/mono2 instead of lang/mono.
The latter contains the unstable version 3 of mono, which breaks many mono
packages.

Bump dependencies and PKGREVISIONs.

Ok during freeze: gdt@
2013-06-17 12:44:53 +00:00
wiz
3926f588b0 Fix build with mono 3. 2013-05-29 11:13:03 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
00c96e0efd Update to 1.0:
1.0:
    Fixed crash in ExtensionContext finalizer
    Minor optimizations

0.6.2:
    Added option to support non-interactive installations when using mautil
    Fixed bugs:
        Avoid entering in an infinite loop when finding corrupted file
        Fixed crash when checking for add-in info in dynamic assemblies
        Fix bug in Repair command
2012-10-20 13:21:34 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
obache
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
obache
9572f6d892 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
kefren
a9eec9c75c Update to mono-addins 0.6.1, part of mono 2.10 2011-04-25 14:02:30 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
8f174cbe43 Set LICENSE. 2010-07-14 08:20:14 +00:00
kefren
6296a4661c Update to 0.5
The 0.5 release of Mono.Addins comes packed with new features, including:

 * User defined custom attributes can now be used to declare extensions
   and add-in metadata.
 * The new AddinEngine class allows hosting several independent add-in
   engines in a single application domain.
 * Improved lazy loading of add-ins. More information is now lazy loaded.
 * An XML manifest can now be split in several files embedded as resources
   in an assembly.
 * More add-in information can be declared using custom attributes instead
   of an XML manifest: author list, imported files and assemblies, optional
   modules, localizers.
 * Added new API based on generic methods and collections.
 * New MSBuild tasks file and target, which allows using add-in references
   directly in a build file (still experimental).
 * Reorganized the samples directory.
 * Many bug fixes.
2010-06-11 12:41:35 +00:00
obache
3b11655430 recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
zafer
dd38740b52 update master site. 2009-05-28 21:13:45 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
joerg
2d1ba244e9 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-20 19:23:50 +00:00
kefren
af4325891d MAKE_JOBS_SAFE=no
should address PR/40731
2009-02-24 19:09:14 +00:00
wiz
937670d8df Update to 0.4:
The 0.4 release includes several improvements and bug fixes:

      * Added support for specifying paths to exclude from the add-in
        scan in .addins files [1] and in add-in manifests [2].
      * There are several new flags [3] which can be applied to
        add-ins:
              * Can't uninstall: the add-in can't be uninstalled.
              * Can't disable: the add-in can't be disabled.
              * Hidden: the add-in won't be visible in the setup tools.
      * Fixes in the add-in scanner.
              * The new (and optional) Mono.Addins.CecilReflector
                assembly provides a Cecil-based backend for the add-in
                scanner. This scanner is more reliable than the
                reflection based scanner.
              * When updating the registry, the add-in scanner will only
                update add-ins belonging to the running application
                (ignoring directories from other instances of the same
                or different applications sharing the same registry).
      * Fixed issue with path length limitation in Windows.
      * Other bug fixes and API improvements.
2009-01-08 12:17:40 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
wiz
a9ea006193 Bump BUILDLINK_API_DEPENDS for gtk-sharp (name changes) and bump PKGREVISION
of dependencies.
2008-04-27 09:21:27 +00:00
wiz
8dbcc89d5b Update path to gtk-sharp. 2008-03-17 22:54:02 +00:00
wiz
20de5a0f59 Needs pkg-config for configure. 2008-02-24 21:13:45 +00:00
xtraeme
afb6d1bb08 Update to 0.3.1: misc build fixes and bugfixes. 2008-02-19 13:43:19 +00:00
kefren
d430a0fe9f correct wip path 2008-02-13 15:05:02 +00:00
kefren
d91fc04757 Add Mono.Addins, a framework for creating extensible applications, and for
creating libraries which extend those applications
2008-02-13 14:46:50 +00:00