Commit graph

33 commits

Author SHA1 Message Date
Tobias Kortkamp
4443168d87 net-im: Add missing USES={gnome,xorg} 2019-11-08 13:34:26 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Carlos J. Puga Medina
406508d5e0 net-im/corebird: Update to 1.7.4
Changelog: https://github.com/baedert/corebird/releases/tag/1.7.4
2018-03-02 13:34:27 +00:00
Carlos J. Puga Medina
881b721bd9 net-im/corebird: Update to 1.7.3
- Drop librest because is no longer a dependency
- Add DEBUG option
- Pet portlint, USE_* comes before USES

Changelog: https://github.com/baedert/corebird/releases/tag/1.7.3

PR:		221942
2018-01-24 10:17:57 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Koop Mast
d566d54fa6 Update GStreamer1 ports to 1.12.2.
Rework the adding of dependancies in Mk/bsd.gstreamer.mk.
Previous when using USE_GSTREAMER[1] it would just add the request modules to BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for the libraries they carried, even if they where present via the plugins! The new code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have all the libraries included.

* The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding. Switch over ports that used the gstreamer1 mad plugin.
* gtksink plugin renamed -> gtk
* Hook up the sndio plugin into the framework
* Add some indirect dependacies where needed
* Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When changing plugins it doesn't result in multiple lines being changed.
* Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed.
* Depend on libunwind on i386/amd64, GStreamer links to it if it is present.

PR:		220753
Exp-run by:	antoine@
2017-07-22 11:35:44 +00:00
Carlos J. Puga Medina
b84a8eafa9 - Update to 1.5.1
- Use REINPLACE_CMD instead of patch files
- Remove unneeded patch
- Cosmetic change
- Update WWW in pkg-descr

Changelog: https://github.com/baedert/corebird/releases/tag/1.5.1
2017-07-08 17:00:41 +00:00
Carlos J. Puga Medina
a7ea9c8fe6 - Fix build on powerpc64 adding compiler:c++11-lang feature to USES
- Bump PORTREVISION

Reported by:	linimon
2017-06-20 20:41:24 +00:00
Mark Linimon
4ba19e7015 Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-06-02 15:49:34 +00:00
Carlos J. Puga Medina
5846365c49 - Enable spellchecking support
- Bump PORTREVISION
2017-05-19 12:25:08 +00:00
Carlos J. Puga Medina
2570ce3cbf - Update to 1.5
- Regenerate patches with make makepatch

Changelog: https://github.com/baedert/corebird/releases/tag/1.5
2017-05-04 00:43:38 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Carlos J. Puga Medina
7f554dcf92 net-im/corebird: fix play videos with https links
- Add dependency on devel/gstreamer1-plugins-soup
- Bump PORTREVISION

PR:		217971
Submitted by:	Christopher Hall <hsw@bitmark.com>
2017-03-23 09:32:27 +00:00
Carlos J. Puga Medina
3318439df8 - Re-add NLS option
- Bump PORTREVISION

Reported by:	tijl
2017-02-01 13:30:33 +00:00
Carlos J. Puga Medina
51dd6278a6 - Update to 1.4.2
- Record missing dependencies
- Remove the NLS option because --disable/enable-nls had no effect (binary still linked to libintl.so.8)

Changes: https://github.com/baedert/corebird/releases/tag/1.4.2
2017-02-01 13:10:23 +00:00
Carlos J. Puga Medina
ae304fd058 - Update to 1.4.1
- Remove USES=compiler:c++11-lang after FreeBSD 9 EOL
- Disable spellchecking which depends on gspell >= 1.0.x

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.4.1
2017-01-10 23:55:47 +00:00
Carlos J. Puga Medina
62e4a805b1 - Update to 1.3.3
- Add NLS option
- Remove pre-configure target

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.3.3

Approved by:	amdmi3 (mentor)
Differential Revision:	D8164
2016-10-08 19:26:51 +00:00
Carlos J. Puga Medina
c4e551dc35 - Update corebird to 1.3.2
Changelog:
  https://github.com/baedert/corebird/releases/tag/1.3.2

Approved by:	feld (mentor)
Differential Revision:	D8035
2016-10-05 14:44:48 +00:00
Carlos J. Puga Medina
742d882077 - Update corebird to 1.3.1 release
- Add GSTREAMER_USE=hls dependency
- Line up options block
- Silence all three explicitly called commands

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.3.1

Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
Differential Revision:	D7800
2016-09-15 17:56:56 +00:00
Carlos J. Puga Medina
dc5298614e - Update corebird to 1.3 release
- Remove unneeded patches
- Drop libgee dependency
- Add USES=compiler:c++11-lang

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.3

Reviewed by:	feld, junovitch (mentors)
Approved by:	feld, junovitch (mentors)
Differential Revision:	D7392
2016-08-03 11:01:59 +00:00
Carlos J. Puga Medina
0a88c43143 - Update to 1.2.2
Changelog:
  https://github.com/baedert/corebird/releases/tag/1.2.2

Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D6485
2016-05-21 23:32:13 +00:00
Carlos J. Puga Medina
8224cc87cd - Update to 1.2.1
- Change LICENSE since support has been added for "or later" variants of GNU licenses
- Add LICENSE_FILE

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.2.1

Reviewed by:	amdmi3, junovitch (mentors)
Approved by:	amdmi3, junovitch (mentors)
Differential Revision:	D6322
2016-05-13 02:59:34 +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
Carlos J. Puga Medina
448faa0ff0 - Update to 1.2 release
- Add GSTREAMER1=gtksink as dependency.
- Update MAINTAINER to my @FreeBSD.org address

Changelog: https://github.com/baedert/corebird/releases/tag/1.2

PR:		207639
Approved by:	junovitch (mentor)
2016-03-04 02:51:05 +00:00
Baptiste Daroussin
af90420500 Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird 2016-01-10 16:31:33 +00:00
Olivier Duchateau
1c485a31b2 - Update to 1.1 [1]
- Remove GSTREAMER_DESC (description is already in Mk/bsd.options.desc.mk)
- Rewrite options helper

Changelog: https://github.com/baedert/corebird/releases/tag/1.1

PR:		203612 [1]
Submitted by:	Carlos Puga Medina (maintainer)
2015-10-07 19:46:16 +00:00
Olivier Duchateau
48473259c9 Update to 1.0.1
PR:		202238
Submitted by:	Carlos Puga Medina (maintainer)
2015-08-14 19:13:21 +00:00
Mathieu Arnold
c72a7f070e Fix USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-28 14:27:06 +00:00
Kurt Jaeger
1efff60db4 net-im/corebird: 0.9 -> 1.0
- Update to 1.0
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
- Remove unnedeed patches.

Changes: https://github.com/baedert/corebird/releases/tag/1.0

PR:		199041
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
2015-03-30 19:47:46 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Kurt Jaeger
4758111dc6 New port: net-im/corebird
Corebird is a native GTK3 Twitter client that provides features
such as Direct Messages (DMs), Tweet notifications.

WWW: http://corebird.baedert.org/

PR:		197530
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>
Reviewed by:	tijl, olivierd, thierry
2015-03-03 18:59:53 +00:00