| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Switch to bundled managed dbus#
* New and updated translations
* Various bug fixes
- USE_GNOME+=gnomesharp20
- Move to LOCALBASE
- Use gstreamer 0.10 over 0.8
NOTE: deve/dbus is needed because of the bundled managed dbus#
Project by:BSD# (http://www.mono-project.com/Mono:FreeBSD)
|
| |
|
|
|
|
|
|
|
| |
moves to LOCALBASE along with the rest of the Mono ports.
Notified by: pointyhat
Approved by: portmgr (kris)
|
|
|
|
|
|
|
| |
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
|
|
|
|
|
|
|
| |
- Note: Port still uses gstreamer 0.8 due to a crash in liboil I need
help figuring out.
Project by: BSD# http://www.mono-project.com/Mono:FreeBSD
|
| |
|
|
|
|
| |
Notified by: krismail
|
| |
|
|
|
|
| |
Approved by: portmgr (kris)
|
| |
|
|
|
|
|
| |
use ltverhack
- Remove USE_REINPLACE while I'm at it.
|
| |
|
| |
|
| |
|
|
|
|
| |
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
|
|
|
|
| |
- Correct pkg-plist for gacutil changes with Mono 1.1.9.x
- Include bsd.mono.mk.
Approved by: ahze (mentor)
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
|
|
|
|
|
|
|
|
| |
- Initially I planned to make a large Mono commit right after Gnome 2.12
was merged but the new Gnome has in part caused me to delay merging
updates to Mono and friends.
Approved by: mezz (co-mentor)
|
| |
|
|
|
|
|
|
|
|
| |
gtk-sharp20 for affected ports.
- Also correct incorrect RUN_DEPENDS=${BUILD_DEPENDS} still remaining
in mcatalog, bless, f-spot, and gecko-sharp10.
Approved by: ahze (mentor)
|
|
|
|
| |
Approved by: ahze (mentor)
|
|
|
|
|
|
|
| |
project mailing list. This is the mailing list listed as the
maintainer for all my other Mono related ports.
Approved by: ahze (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a new knob, WITH_FAAD, current turn off by default.
- Chase xine.12 -> xine.13.
- Fix the dbus, lib/dbus-1.0/services -> share/dbus-1/services.
- Add install the plugins.
- Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool
and few others become as runtime dependency, which they are just need to be
in the build dependency.
- Bump the PORTREVISION.
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
|
|
|
|
| |
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
|
| |
|
| |
|
|
|
|
|
|
| |
Also pet portlint.
Approved by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
to use new USE_GSTREAMER= macro, Bump PORTREVISION's
--
Examples of new USE_GSTREAMER macro:
USE_GSTREAMER= dvd lame flac
.include <bsd.port.mk>
If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
you must follow one of the examples listed below
WANT_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_VORBIS)
USE_GSTREAMER+= vorbis
.endif
or
USE_GSTREAMER= yes
.include <bsd.port.pre.mk>
.if defined(WITH_FAAD)
USE_GSTREAMER+= faad
.endif
Note: USE_GSTREAMER=yes will always add a dependency to
ports/multimedia/gstreamer-plugins
--
Thanks to krion for runing this on pointyhat
Thanks to kwm for helping with this, and many bug fixes , and updates.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
still default.
- Use new GCONF_SCHEMAS
PR: ports/74399
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> (maintainer)
Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
|
|
|
|
| |
big upgrade.
|
|
|
|
|
|
|
|
|
|
| |
breakage.
Attached patch changes Muine's library mappings so minor
version number changes do not break the port in the future.
PR: ports/71136
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
PR: ports/69462
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|