1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
Commit Graph

51 Commits

Author SHA1 Message Date
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
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
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Max Brazhnikov
b22224f636 - Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
  and supposedly fix build of graphics/gnash with KDE4 option
2015-02-19 18:19:28 +00:00
Alberto Villa
432b524a10 - Update to 0.9.10.
- Make DOCS optional.
- Add dependency on nepomuk-core. [1]

[1] nepomuk-core isn't Nepomuk itself, it's just a tiny support
library with few extra dependencies.

This is a bugfix release with a few minor changes:
http://kdenlive.org/discover/0.9.10
2014-10-02 14:57:41 +00:00
Alberto Villa
ecee626557 - Update to 0.9.8.
- Add V4L option to enable webcam support.
- Use OPTIONS helpers.
- Remove @dirrm*.

Release 0.9.8 brings several fixes:
http://kdenlive.org/discover/0.9.8
2014-09-24 01:14:40 +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
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
Vanilla I. Shu
7fa6b0dae2 1: Stagify.
2: USES=tar:bzip2.

Approved by:	portmgr@ (blanket)
2014-07-15 16:36:12 +00:00
Baptiste Daroussin
ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
d7ba8fc7c1 Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon.
2014-02-01 12:17:42 +00:00
William Grzybowski
a363abfaed multimedia/mlt,kdenlive: unset FFMPEG_SUFX
- Unset FFMPEG_SUFX to use ffmpeg-2

Approved by:	portmgr (bapt, implicit)
2013-10-21 17:37:43 +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
Baptiste Daroussin
9f62a1d83d Add an explicit dependency on pkgconf 2013-09-18 08:00:44 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Matuska
cdc818f159 Update multimedia/ffmpeg1 to 1.2.1
PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
2013-06-25 07:41:26 +00:00
Alberto Villa
21f55c222a - Update to 0.9.6.
- Remove LICENSE_FILE.
- Remove soversion number from LIB_DEPENDS.
- Add support for different FFmpeg versions (currently using ffmpeg1).
2013-06-07 14:36:48 +00:00
Max Brazhnikov
5fdd545013 - Add missing sharedmime to the list of USE_KDE4 components. It will be
superseded by recently introduced USES= shared-mime-info later.
- Remove no longer needed exec/unexec from plist and post-install calls for
  update-mime-database
- Trim Makefile header while I'm here
2013-05-12 16:16:56 +00:00
Baptiste Daroussin
dba80fffe4 Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.

While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
2013-04-26 12:35:50 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Alberto Villa
39649939b1 - Force dependency on multimedia/ffmpeg.
- OPTIONSngify, part 2/2.
2012-07-18 12:50:13 +00:00
Alberto Villa
f0fa7aee51 - Bump PORTREVISION after multimedia/mlt soversion update. 2012-07-02 08:33:51 +00:00
Alberto Villa
f137a485dc - Update to 0.9.2.
- OPTIONSngify, part 1.
- Make NLS optional (via OPTIONSng).

Kdenlive 0.9.2 comes with many new features and bugfixes. Check
release notes for more information:
- http://kdenlive.org/discover/0.9
- http://kdenlive.org/discover/0.9.2
2012-06-01 06:49:29 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Alberto Villa
edb95032f6 - Fix build. 2012-04-16 17:42:00 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Alberto Villa
5016d5d1c1 - Update to 0.8.2.1.
This is a bugfix release that solves several startup crashes and other
important problems in the 0.8.2 version. A changelog and details of
the resolved issues can be found here:
http://kdenlive.org/discover/0.8.2.1
2012-01-05 22:25:25 +00:00
Alberto Villa
e2ae5607a5 - Update to 0.8.2. 2011-11-02 02:40:35 +00:00
Olli Hauer
4c503beb39 - remove MD5 2011-07-03 13:38:45 +00:00
Alberto Villa
2e0a46f6df - Update dependency on frei0r in kdenlive and openshot [1].
- Bump PORTREVISION.

- Approved by:	[1] rodrigo@bebik.net (maintainer, implicit)
2011-06-29 15:25:10 +00:00
Alberto Villa
5d5b825f2c - Chase multimedia/mlt shlib bump.
Feature safe:	yes
2011-01-14 15:42:36 +00:00
Alberto Villa
bd7671f52a - Update to 0.7.8.
- Add LICENSE.
- Fix build when Qt 3 is installed. [1]

Submitted by:	Golyashov Sergey via e-mail [1]
Approved by:	tabthorpe (mentor)
2010-10-01 13:22:52 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +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
Alberto Villa
de80262944 - Update to 0.7.7.1.
Approved by:	tabthorpe (mentor)
Feature safe:	yes
2010-03-03 00:19:01 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Alberto Villa
0fc09a0c47 - Update my e-mail address in the ports I maintain.
Approved by:	miwi (mentor)
2010-01-26 22:53:08 +00:00
Martin Wilke
2e2779c157 - Update to 0.7.6
PR:		140831
Submitted by:	Alberto Villa <villa.alberto@gmail.com> (maintainer)
2009-11-26 14:40:47 +00:00
Martin Wilke
39560e3c46 - Fix a typo
Reported by:	nox
No Cokkies for:	miwi
2009-09-03 21:12:38 +00:00
Martin Wilke
a69d56d5bb - Fix a script executions crash.
PR:		136882
Reported by:	Wasil Sergejczyk <szelga.wws@gmail.com>
Submitted by:	Alberto Villa <villa.alberto@gmail.com> (maintainer)
2009-09-03 08:49:49 +00:00
Dmitry Marakasov
535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
2009-09-02 15:01:56 +00:00
Martin Wilke
0867d46cfa - Update to 0.7.5
PR:		136316
Submitted by:	Alberto Villa <villa.alberto@gmail.com> (maintainer)
2009-07-07 07:50:54 +00:00
Beat Gaetzi
fec6ea43fe - Update to 0.7.4
- Add optional dependency on cdrtools and dvdauthor to support dvd making

PR:		ports/135280
Submitted by:	Alberto Villa <villa.alberto AT gmail.com> (maintainer)
2009-06-15 10:23:04 +00:00
Dennis Herrmann
4c23fcb34a - Add Frei0r plugin support
- Bump PORTREVISION

PR:		ports/134340
Submitted by:	Alberto Villa <villa.alberto@gmail.com> (maintainer)
Approved by:	miwi (mentor implicit)
2009-05-08 21:43:21 +00:00
Rong-En Fan
2cd81676c8 - Fix build when kdelibs3 is installed
PR:		ports/134185
Submitted by:	Alberto Villa <villa.alberto at gmail.com> (maintainer)
2009-05-04 12:54:52 +00:00
Martin Wilke
2ecd0634d3 - Update to 0.7.3
PR:		134141
Submitted by:	Alberto Villa <villa.alberto@gmail.com> (maintainer)
2009-05-01 21:40:07 +00:00
Max Brazhnikov
dc3f9d4d6f Fix linking when previous version is installed.
Bump PORTREVISION for dependent ports.

PR:		ports/133826
Submitted by:	Alberto Villa (maintainer)
2009-04-25 16:16:40 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00