1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

50 Commits

Author SHA1 Message Date
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Mathieu Arnold
c00818c0fc Fix build on 10.x+
PR:		206896
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-07 17:48:08 +00:00
Alexey Dokuchaev
ae4c03acde - Unbreak on FreeBSD versions where Boost is built with newer GCC: recent
FFmpeg made AVFormatContext's data_offset private; seeking to a position
  below the internal data_offset will get rounded up to that point, so we
  can simply seek to 0
- While here, optimize away one REINPLACE_CMD by amending existing patch,
  sanitize port description text, and prefer external Boost libraries

Patch by:	Andy Whitcroft <apw@ubuntu.com>
Obtained from:	Ubuntu bombono-dvd package
2015-12-07 17:27:14 +00:00
Antoine Brodin
406024fa91 Mark BROKEN everywhere: fails to build
Error log on 9.3:
src/mgui/ffviewer.cpp: In function 'bool SeekSetTime(FFViewer&, double)':
src/mgui/ffviewer.cpp:1123: error: 'struct AVFormatContext' has no member named 'data_offset'
scons: *** [build/src/mgui/ffviewer.o] Error 1

Reported by:	pkg-fallout
2015-11-27 19:22:39 +00:00
Dmitry Marakasov
df0410f0b7 - Unbreak: this software doesn't seem to really depend on dvda-author 2015-11-14 23:16:09 +00:00
Antoine Brodin
7000e05453 Chase audio/dvda-author expiration 2015-10-25 19:45:14 +00:00
John Marino
ec878bcef3 multimedia/bombono: Please use OPSYS with OSVERSION (Unbreak DragonFly)
Especially with the ">" and ">=" operators, OPSYS must be used when
checking OSVERSION.  The last commit got the port marked broken on all
DragonFly releases.
2015-03-17 07:59:01 +00:00
Dmitry Marakasov
05bb1849c9 - Mark broken on 10.x+ 2015-02-01 20:35:41 +00:00
Dmitry Marakasov
40f13c68dc - Drop @dirrm* from and add empty directories to pkg-plists
Approved by:	portmgr blanket
2015-02-01 20:24:27 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Pawel Pekala
168993537c Drop maintainership 2014-09-07 15:09:29 +00:00
Rene Ladan
0685b3e969 Update www/GraphicsMagick to 1.3.19 and bump PORTREVISION for consumers.
Note that graphics/GraphicsMagick12 was removed on 2014-05-20 because it is
no longer maintained upstream.

Detailed/other changes:
* graphics/GraphicsMagick :
  - Copy contents from graphics/GraphicsMagick13
  - Remove PORTREVISION and PKGNAMESUFFIX
  - Keep original pkg-descr, do not copy whitespace-only changes.
* graphics/pecl-gmagick :
  - Use modern LIB_DEPENDS
* graphics/vips :
  - Stage support
  - Use modern LIB_DEPENDS
  - USES libtool, pathfix
* multimedia/bombono :
  - Update BUILD_DEPENDS and RUN_DEPENDS
* textproc/htmltolatex :
  - Use modern LIB_DEPENDS

Phabric:	D108 162
Approved by:	portmgr (antoine, bapt)
2014-06-17 18:39:34 +00:00
Ganael LAPLANCHE
8e3dcb3c28 - Update multimedia/libdvdread to 4.9.9
- Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1]
- multimedia/libdvdnav: remove dependency to (now removed) dvdread-config
- sysutils/vstrip: remove useless dependency to multimedia/libdvdread

Approved by:	portmgr (implicit) [1]
2014-05-13 10:17:04 +00:00
Pawel Pekala
47ea202739 - Convert to USES=tar
- Use precise BSD licenses
2014-03-17 16:56:15 +00:00
Gerald Pfeifer
7e339abf8a Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.

Approved by:	portmgr (bapt) [1]
2014-03-01 21:23:14 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Ganael LAPLANCHE
1e4183548e - Update libdvdread and libdvdnav to 4.2.1
- Bump dependent ports' revisions
2014-02-03 08:15:19 +00:00
Pawel Pekala
24b4941aae - Fix build after recent ffmpeg update
- Add support for STAGEDIR
- Convert to USES=scons
2013-10-26 22:08:51 +00:00
Dmitry Marakasov
d46ccd7303 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with m)
Approved by:	portmgr (bdrewery)
2013-10-22 13:56:27 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Pawel Pekala
f2904b6af8 - Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
2013-08-29 15:01:46 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Pawel Pekala
c499bf8ade - Update to version 1.2.2
- Tidy up dependencies
- Remove not needed boost patches
- Sort plist
2013-03-08 19:57:07 +00:00
Koop Mast
7887c684ad * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
2013-03-08 10:51:34 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Pawel Pekala
f120b7547b - Force build with external boost libs otherwise port uses old,
bundled ones from tarball
- Add patches to fix build with newer, external boost libs
- Bump PORTREVISION as deps have changed

PR:		ports/168539
Reported by:	David Wolfskill <david@catwhisker.org>
2012-06-06 18:48:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Pawel Pekala
4cd701678f - Update to version 1.2.1
- Add INSTALLS_ICONS
- Install manpages
2012-02-11 17:14:04 +00:00
Ganael LAPLANCHE
a6a77bf429 - Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]

Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
2012-01-17 14:35:18 +00:00
Pawel Pekala
68fb6706df Fix build with gcc46
PR:		ports/163418
Submitted by:	Heath Nielson <heathn@gmail.com>
2011-12-17 22:43:47 +00:00
Pawel Pekala
eee41fe280 - Update to version 1.2.0
- Remove SCONS_ENV hack, use CXXFLAGS and SCONS_ARGS instead

Release notes: http://www.bombono.org/cgi-bin/wiki/

Feature safe:	yes
2011-11-15 22:20:44 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Pawel Pekala
9e090240ac - update to version 1.0.2
Approved by:	miwi (mentor)
2011-07-05 19:18:37 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Baptiste Daroussin
a8964fc594 - update mjpegtools to 2.0.0
- chase library bump
2011-06-06 04:31:52 +00:00
Pawel Pekala
1c89fac54a - Update my email to FreeBSD
Approved by:    miwi, wen (mentors)
2011-03-23 16:58:01 +00:00
Martin Wilke
9375cd7197 - Update to version 1.0.1
- Remove broken on 6.x (not supported anymore)

PR:		154780
Submitted by:	"Pawel Pekala" <c0rn@o2.pl> (maintainer)
2011-02-15 07:40:24 +00:00
Martin Wilke
4159677a66 - Update to 1.0.0
PR:		153564
Submitted by:	"Pawel Pekala" <c0rn@o2.pl> (maintainer)
Feature safe:	yes
2011-02-05 03:32:52 +00:00
Wen Heping
59fb0b4bc2 - Update to version 0.8.1
- Mark MAKE_JOBS_SAFE
- Grab maintainership

PR:		ports/152241
Submitted by:	"Pawel Pekala" <c0rn@o2.pl>
2010-11-17 08:32:17 +00:00
Max Brazhnikov
199a6d9bdb Bump PORTREVISION for libdvdread dependants 2010-09-14 18:58:51 +00:00
Pav Lucistnik
adc7900a8a - Reset maintainer, his email is bouncing
- Mark BROKEN on 6.X

Reported by:	pointyhat
2010-05-23 13:23:36 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Martin Wilke
7f5002d381 - Chase multimedia/mjpegtools shlib bump 2010-02-13 08:45:24 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
5b7e203296 Bombono DVD is a DVD authoring program.
It is made easy to use and has nice and clean GUI (Gtk).

The main features of Bombono DVD are:
	+excellent MPEG viewer: Timeline and Monitor
	+real WYSIWYG Menu Editor with live thumbnails
	+comfortable Drag-n-Drop support
	+you can author to folder, make ISO-image or burn directly to DVD
	+reauthoring: you can import video from DVD discs.

WWW: http://www.bombono.org
- Stas Timokhin
stast@bsdportal.ru

PR:		138623
Submitted by:	Stas Timokhin <stast@bsdportal.ru>
2009-12-22 09:55:35 +00:00