Antoine Brodin
5c0f583393
Switch version of python used in USES=waf to default version of python
...
Reviewed by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23143
2020-01-14 09:27:18 +00:00
Jason E. Hale
c8f8eeb670
Update sysutils/libcdio to 2.1.0
...
Update sysutils/libcdio-paranoia to 10.2+2.0.1
Bump PORTREVISION on consumers due to shared library version increase
2019-12-12 15:11:33 +00:00
Guido Falsi
da259e8494
Switch MAD with MPG123 in DEFAULT_OPTIONS.
...
Submitted by: Daniel Engberg
Differential Revision: https://reviews.freebsd.org/D22285
2019-11-24 10:25:07 +00:00
Tobias Kortkamp
863110e9f9
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
2019-11-14 12:39:42 +00:00
Tobias Kortkamp
6a379e2d3a
a-b: Add missing USES={gnome,php,sdl,xorg}
2019-11-08 09:27:56 +00:00
Dmitry Marakasov
d5e46c1619
- Update WWW
...
Approved by: portmgr blanket
2019-09-06 09:02:47 +00:00
Jan Beich
325aed58cb
multimedia/ffmpeg: update to 4.2
...
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2019-08-05 23:06:50 +00:00
Mathieu Arnold
215fe3a16f
Fix build with Perl 5.31+
...
With hat: perl@
2019-06-19 22:41:52 +00:00
Antoine Brodin
47ce821484
Switch default version of samba from 4.7 to 4.8
...
With hat: portmgr
2019-06-04 14:17:39 +00:00
Sunpoet Po-Chuan Hsieh
40c9c7f7eb
Update devel/readline to 8.0
...
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
2019-04-09 14:04:49 +00:00
Dmitry Marakasov
16774db234
- Convert USE_SDL=yes to USE_SDL=sdl
...
Approved by: portmgr blanket
2019-02-04 21:42:58 +00:00
Jan Beich
0872f77fd4
multimedia/ffmpeg: update to 4.1
...
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2018-11-06 01:50:26 +00:00
Guido Falsi
91079fc1de
Fix build with OpenSSL 1.1.x
...
PR: 232154
Submitted by: me
2018-10-14 19:28:57 +00:00
Antoine Brodin
ec3e56288a
Switch default version of samba to 4.7
...
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904
2018-09-01 17:05:47 +00:00
Guido Falsi
3c652549d3
- Mark xmms2 slave ports as broken with openssl-devel [1]
...
While here:
- Strip binaries
- Add missing dependency to audio/xmms2
PR: 225950 [1]
Submitted by: brnrd
2018-05-21 20:00:48 +00:00
Jan Beich
c400a2c8b6
multimedia/ffmpeg: update to 4.0
...
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
2018-05-02 15:07:27 +00:00
Jason E. Hale
656577b723
Update sysutils/libcdio to 2.0.0
...
- Add regression tests
Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr
Bump PORTREVISON on dependent ports due to libcdio shared libary increase
Changes (libcdio): http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager): https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision: https://reviews.freebsd.org/D14469
2018-04-05 20:13:33 +00:00
Bryan Drewery
6e07c2fb69
Fix orphaned libraries error for slave binding ports.
2018-03-15 22:18:21 +00:00
Bryan Drewery
b0854afb26
Correct comment
2018-03-15 21:15:15 +00:00
Jan Beich
e64dc11547
Lift BROKEN_aarch64 for Clang 3.8 per FreeBSD 11.0 EOL
...
The cryptic "error in backend" is emitted by Clang on crash.
2018-01-05 02:57:35 +00:00
Antoine Brodin
ddd8c8640e
Change default version of samba from 4.4 to 4.6
...
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529
2017-12-23 07:03:21 +00:00
Jan Beich
84e727457f
multimedia/ffmpeg: update to 3.4
...
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine
2017-10-21 06:50:49 +00:00
Antoine Brodin
8fb879105d
Switch default version of samba from 4.3 to 4.4
...
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131
2017-03-25 23:37:05 +00:00
Antoine Brodin
7cfe69b584
- Add USES=samba to handle dependency on samba
...
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919
2017-03-21 21:59:31 +00:00
Mathieu Arnold
e51bbb58a4
Remove all _USE=openssl occurrences.
...
Sponsored by: Absolight
2017-03-15 14:45:54 +00:00
Guido Falsi
3794408d34
Remove libofa support. The service it depends on has been discontinued
...
and the libofa port is now DEPRECATED.
PR: 215518
Submitted by: jhale
2016-12-25 00:27:31 +00:00
Jan Beich
0c612c4aa3
multimedia/ffmpeg: update to 3.2.2
...
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries)
2016-12-11 15:22:47 +00:00
Mark Linimon
d8110d1b0c
Mark various ports as broken on aarch64 due to the same clang bug:
...
error in backend: Do not know how to split this operator's operand!
Approved by: portmgr (tier-2 blanket)
2016-11-30 16:01:30 +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
Guido Falsi
4d7e5d266d
Convert to USES=sqlite
2016-01-11 16:04:19 +00:00
Mathieu Arnold
7823fa4b7e
Cleanup GH_* and variables order.
...
Sponsored by: Absolight
2015-12-29 14:30:46 +00:00
Guido Falsi
29464c000f
- Use option helpers
...
- Strip binaries
- Fix AIRPLAY option
- Fix packaging with MDSN option turned off
- Regenerate patches
2015-08-30 20:47:09 +00:00
Jan Beich
be2ec35551
audio/libtremor: bump PORTREVISION in consumers after r395232
...
libvorbisidec.so.1.0.2 -> libvorbisidec.so.1.0.3
ACC report: https://people.freebsd.org/~jbeich/compat_reports/libtremor/1.2.0.s20040213_to_1.2.1.s20150105/compat_report.html
Pointy hat to: jbeich
MFH: 2015Q3 (ports-secteam reliability blanket)
2015-08-29 21:48:58 +00:00
Antoine Brodin
3f58c71b21
Prevent a stage violation when staging as root
2015-04-09 22:08:18 +00:00
Baptiste Daroussin
8157e9f800
Add a new USES=waf to handle the waf building system, allowing to factorise code
...
Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be
reused
Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
_MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
to really disable parallelisation with waf
WAF_CMD has been created to allow one to override the location of the waf script
relatively to WRKSRC
CONFIGURE_TARGET is by default defined to "configure"
ALL_TARGET is by default defined to "build"
INSTALL_TARGET is by default defined to "install"
USES=waf is by default stagedir safe
2015-04-08 15:05:48 +00:00
Alexey Dokuchaev
d62dabcfd1
- Provide standard CDDA_DESC for Digital Audio CD support, and remove it
...
from individual ports when appropriate (two ports, `audio/deadbeef' and
`devel/gvfs', were allowed to keep them for the time being, since they
benefit from custom description)
- Remove last per-port occurrences of WAVPACK_DESC while I'm at it
2015-04-01 09:30:48 +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
Guido Falsi
2f039602fb
Fix orphaned directory.
2014-11-18 21:37:20 +00:00
Dmitry Marakasov
9f3605329f
- Fix plist for MDNS_AVAHI option
...
Approved by: portmgr blanket
2014-10-28 01:13:33 +00:00
Baptiste Daroussin
a6abc3b420
Cleanup plist
2014-10-20 06:35:58 +00:00
Baptiste Daroussin
f6250a0be6
Do not try to create a directory which is now always created
2014-09-02 22:49:42 +00:00
Tijl Coosemans
4bdd97e324
math/fftw3:
...
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
2014-08-31 16:36:22 +00:00
Tijl Coosemans
df197cdcb2
devel/gamin:
...
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-30 19:23:18 +00:00
Guido Falsi
b21df766f5
Convert to USES=python.
2014-08-25 17:08:15 +00:00
Dmitry Marakasov
9d5d9d316a
- Fix CDDA option
...
- Fix plist for ET option
Approved by: portmgr blanket
2014-08-25 11:06:22 +00:00
Tilman Keskinoz
80b3ab923d
Chase library dependencies after libcdio <-> libcdio-paranoia split
...
PR: 192271
2014-08-09 10:06:54 +00:00
Dmitry Marakasov
0f7d483f48
- Switch audio/musepack to USES=libtool, drop .la files
...
- Bump dependent ports as .so version has changed
- Fix audio/abcde by requiring python
- Fix audio/moc plist with MUSEPACK enabled
Approved by: portmgr blanket
2014-08-04 15:46:12 +00:00
Tijl Coosemans
a5185846f0
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
...
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit)
2014-07-04 09:40:59 +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