Tobias C. Berner
b1a1d38bf9
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
...
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Sunpoet Po-Chuan Hsieh
05f155d9b1
Revert r473259 and r473260 which are committed by accident
...
- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports
2018-06-24 21:11:14 +00:00
Sunpoet Po-Chuan Hsieh
cf03afc451
Update to 3.6.0
...
Changes: https://github.com/google/protobuf/releases
2018-06-24 20:19:45 +00:00
Jose Alonso Cardenas Marquez
8a30e1b2d0
- Copy audio/mixxx to audio/mixxx20
...
- audio/mixxx is marked like IGNORE. It will be updated to lastest version but
ports with FLAVOR feature needs portmgr approval
2018-04-24 03:53:29 +00:00
Sunpoet Po-Chuan Hsieh
0a7591375a
Update devel/protobuf to 3.5.0
...
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
2017-12-11 18:26:13 +00:00
Jose Alonso Cardenas Marquez
654e5822a7
- Add missing dependency
...
- Take maintainership
- Fix libmp3lame detection
- Bump PORTREVISION
2017-09-25 06:34:58 +00:00
Sunpoet Po-Chuan Hsieh
6fa7fc5018
Update devel/protobuf to 3.4.0
...
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
2017-08-16 15:44:48 +00:00
Matthew Rezny
b760897dde
Revision bump of all ports with USE_GL after consolidation of mesa-libs
...
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Mark Linimon
fa74598719
Mark some ports failing on power64. In cases where the error message
...
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
2017-05-21 21:55:08 +00:00
Sunpoet Po-Chuan Hsieh
149013a34f
Update devel/protobuf to 3.3.0
...
- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds fine without it
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
PR: 178687 [1]
2017-04-29 15:43:46 +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
Thomas Zander
e6347b3f44
Update to upstream release 2.0.0
...
PR: 215814
Submitted by: joe@thrallingpenguin.com
Reviewed by: riggs
2017-03-05 16:27:12 +00:00
Thomas Zander
8215c086e5
Chase wavpack update: bump PORTREVISION on ports linking to it by default
...
PR: 216847
Reported by: pkubaj@anongoth.pl
MFH: 2017Q1
2017-02-18 15:23:53 +00:00
Jan Beich
5416909df8
audio/mixxx: unbreak with clang 4.0
...
src/widget/wdisplay.cpp:89:19: error: ordered comparison between pointer and zero ('QPixmap **' and 'int')
if (m_pPixmaps>0)
~~~~~~~~~~^~
PR: 216354
Reported by: antoine (via exp-run)
Submitted by: tcberner
2017-02-01 05:25:29 +00:00
Mark Linimon
dcd74e6387
Mark various ports broken on aarch64 and armv6.
...
Approved by: portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00
Sunpoet Po-Chuan Hsieh
7f2dff279c
Update devel/protobuf to 3.2.0
...
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
2017-01-29 16:04:36 +00:00
Tobias C. Berner
62ede14c75
Get rid of QT_PREFIX in favour of PREFIX.
...
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825
2016-12-18 22:06:50 +00:00
Sunpoet Po-Chuan Hsieh
177698aaf0
- Update devel/protobuf to 3.1.0
...
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
2016-12-14 17:58:20 +00:00
Mathieu Arnold
9fa9eb9ac7
Cleanup patches, a* categories.
...
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
2016-07-26 16:51:15 +00:00
Mathieu Arnold
7f4572eae4
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 13:29:15 +00:00
Dmitry Marakasov
b9398223bd
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
...
Approved by: portmgr blanket
2016-01-12 16:20:31 +00:00
Dmitry Marakasov
368ec2b481
- Add LICENSE_FILE
...
- Strip libraries
2015-06-10 17:20:21 +00:00
Baptiste Daroussin
3fef6c52f0
Update portaudio to v19/Remove portaudio2 [1]
...
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer
2015-05-30 20:39:12 +00:00
Dmitry Marakasov
ab30bd254a
- Switch to linguisttools_build
2015-02-26 12:50:36 +00:00
Pawel Pekala
72fd8dd06a
Fix detection of libportaudio libraries
...
PR: 196427
Submitted by: myself
Approved by: hselasky, stephen, marcus, maintainer timeout from others
2015-01-25 00:46:11 +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
Sunpoet Po-Chuan Hsieh
c86b04b3b8
- Update to 2.6.0
...
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change
Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
2014-10-04 15:12:44 +00:00
Dmitry Marakasov
82c43eed15
- Drop @dirrm* from plist
...
- Switch to PORTDOCS/PORTDATA
- Simplify MASTER_SITES
2014-09-23 17:33:05 +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
Baptiste Daroussin
3d0860b67d
pkg(8) already pack empty directories, no need to recreate them
2014-09-02 22:33:42 +00:00
Tijl Coosemans
3b7bd0a149
Fix problems with missing libs when the linker enforces explicit linking
...
(a* to d* categories)
PR: 192062
2014-08-10 19:50:23 +00:00
Dmitry Marakasov
6763f2ce33
- Switch multimedia/mp4v2 to USES=libtool, drop .la files
...
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
2014-07-25 20:09:16 +00:00
Dmitry Marakasov
622869e534
- Switch devel/google-perftools to USES=libtool, drop .la files
...
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
2014-06-23 13:44:39 +00:00
Sunpoet Po-Chuan Hsieh
a26a7c64e7
- Update to 2.3.1 (from audio/libshout2)
...
- Use USES=libtool
- Strip shared library
- Bump PORTREVISION for audio/libshout shlib change and
dependency change from audio/libshout2 to audio/libshout [1]
Approved by: portmgr (bapt) [1]
2014-05-05 14:51:06 +00:00
Martin Wilke
e8e809047b
- Fix build with clang
...
- Support scons USES macro
- Stage support
PR: 185316
Submitted by: ports fury
2014-02-27 14:08:14 +00:00
Baptiste Daroussin
1ada6e33a5
Chase libmad changes
2014-02-05 15:53:18 +00:00
Rusmir Dusko
328b990a79
- Fix Index add proper TCMALLOC_LIB_DEPENDS
...
Approved by: pawel / wg (mentors, implicit)
2013-10-26 21:46:57 +00:00
Rusmir Dusko
86b1af8a22
- Simplify master sites
...
- Bump PORTREVISION for dependency change
- Fix portaudio2 dependency due to recent commit
- Use the new format for LIB_DEPENDS
- Add USE_LDCONFIG=yes
- Add DOCS Option
- Add FAAD SHOUTCAST TCMALLOC WAVPACK to default Options
- Add OPTIONS_SUB
- Change DOCS
- Change pkg-plist, remove DOCS
Approved by: pawel / wg (mentors, implicit)
2013-10-26 21:13:05 +00:00
Dmitry Marakasov
444b74f1ca
- Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with a)
...
Approved by: portmgr (bdrewery)
2013-10-22 13:50:43 +00:00
Baptiste Daroussin
183c2ed74f
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
2013-09-20 14:36:35 +00:00
Alex Kozlov
d4041784dc
- Remove MAKE_JOBS_SAFE variable
...
Approved by: portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Wilke
7d893f9b7c
- Fix build
...
Reported by: pkg (DEVELOPER_MODE)
2013-06-11 02:18:01 +00:00
Christian Weisgerber
1f2b1eac8e
* Major update to FLAC 1.3.0, including shared library bumps.
...
* Chase the update in dependent ports.
PR: 179072
2013-06-09 19:30:58 +00:00
Martin Wilke
90234f16f1
- Update to 1.11.0
...
PR: 178956
Submitted by: Ports Fury
2013-05-28 13:47:40 +00:00
Alexey Dokuchaev
2f1bb027be
- Remove shlib ABI versions from LIB_DEPENDS
...
- Do not re-describe standard option knobs
- Drop leading indefinite article from COMMENT
- Cleanup Makefile and port description
2013-02-26 10:43:36 +00:00
Armin Pirkovitsch
9c5386b239
- Update to version 1.10.1
...
- Update MASTER_SITES
- Remove shlib versions
- Trim Makefile header
- Update optionsng descriptions
PR: ports/171965
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes
2012-12-01 00:00:33 +00:00
Christian Weisgerber
bcd6fbdee4
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
...
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Martin Wilke
9c2f65e395
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
...
Review by: bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Baptiste Daroussin
f40f4381db
Convert to new options framework
2012-06-01 09:38:09 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00