1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

13716 Commits

Author SHA1 Message Date
Dmitry Marakasov
99a51b3d05 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-25 11:50:40 +00:00
Dmitry Marakasov
f52068f244 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-25 11:48:18 +00:00
Kris Moore
190a536386 - Add py3-pylast 0.5.11 2014-07-25 00:44:01 +00:00
Dmitry Marakasov
c72494a024 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-24 16:06:52 +00:00
Dmitry Marakasov
7a3a48c2f5 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-24 15:47:04 +00:00
Dmitry Marakasov
069177d878 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-24 15:46:30 +00:00
Pietro Cerutti
69e11c1889 - Fix by appending to CFLAGS/LDFLAGS instead of trying to overwrite them
- While at it, install stripped libraries
2014-07-24 12:30:56 +00:00
Dmitry Marakasov
78fec182bd - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-24 00:30:59 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Dmitry Marakasov
fa67aa1a37 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-07-23 08:44:42 +00:00
Dmitry Marakasov
19a363cc1d - Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-23 07:02:54 +00:00
Dmitry Marakasov
428e672f98 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-23 06:48:38 +00:00
Dmitry Marakasov
fcf8e750d0 - Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-22 23:25:54 +00:00
Dmitry Marakasov
c02b670acc - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-22 22:57:02 +00:00
Dmitry Marakasov
7a8733324a - Switch to USES=libtool, drop .la files 2014-07-22 22:04:01 +00:00
Dmitry Marakasov
ccf702f123 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-07-22 21:59:55 +00:00
Dmitry Marakasov
da6159425a - Switch to USES=libtool, drop .la files
- Strip libraries
2014-07-22 21:59:48 +00:00
Dmitry Marakasov
96c26b82f9 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-07-22 21:58:45 +00:00
Dmitry Marakasov
d7ca3d83ff - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-22 21:58:00 +00:00
Thomas Zander
80be454b6f - Add missing dependency on gettext via USES if NLS build is requested
- Introduce NLS option
- Bump PORTREVISION

Approved by:	mentors (implicit)
2014-07-22 21:52:21 +00:00
Raphael Kubo da Costa
93e01ec38a Update to 2.8.0.
Submitted by:	jpaetzel@ via the KDE on FreeBSD mailing list
2014-07-21 20:59:03 +00:00
Adam Weinberger
f1c41f7305 Add USES=readline to fix configure. 2014-07-21 17:15:14 +00:00
Sunpoet Po-Chuan Hsieh
8d995c0402 - Add LICENSE
- Remove unnecessary PYDISTUTILS_PKGNAME
- Update pkg-descr
2014-07-21 12:02:38 +00:00
Sunpoet Po-Chuan Hsieh
ea3205633e - Add LICENSE
- Remove Author line
- Use single space after WWW:
2014-07-21 11:53:32 +00:00
Sunpoet Po-Chuan Hsieh
bb065365a3 - Add LICENSE 2014-07-21 11:52:05 +00:00
Sunpoet Po-Chuan Hsieh
eb9d3fe4a6 - Add LICENSE 2014-07-21 11:51:20 +00:00
Sunpoet Po-Chuan Hsieh
d0775d2bcd - Add LICENSE 2014-07-21 11:50:19 +00:00
Sunpoet Po-Chuan Hsieh
10aaff5060 - Add WWW
- Remove Author line
2014-07-21 11:49:05 +00:00
Rene Ladan
f4a3def9a1 - Stage support
- Use @sample keyword
- Transfer maintainership to emulation@
2014-07-20 21:23:49 +00:00
Chris Rees
45287b74af Give up trying to make MPDDIR, and let pw useradd do it. Stop making
it customisable via make.conf; pointless with package installations.

Modernise slightly.

Correct IGNORE message-- there is no real problem with using .error here,
but since it was mysteriously changed without notice assume that there was an
extremely good reason for it.
2014-07-20 14:48:53 +00:00
Emanuel Haupt
cbf2c5d681 Update to 0.25.2 2014-07-20 14:12:45 +00:00
Chris Rees
f6ac94a3ff Stop pkg complaining, and do exactly the same as before :) 2014-07-19 21:31:27 +00:00
Tijl Coosemans
60c21a83ee Fix pkg-plist
PR:		191971
2014-07-19 18:56:09 +00:00
Tijl Coosemans
b03be2f080 New LIB_DEPENDS syntax
Reported by:	Mike Harding <mvharding@gmail.com>
2014-07-19 18:15:04 +00:00
Thomas Zander
515694fafd - Introduce new port: audio/hydrogen-devel
- Add audio/hydrogen-devel to audio/Makefile
- Introduce suitable CONFLICTS to audio/hydrogen/Makefile

PR:		178457
Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
Approved by:	mentors (implicit)
2014-07-19 11:25:10 +00:00
Tijl Coosemans
14e2af0516 audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command

Bump dependent ports
2014-07-18 11:02:58 +00:00
Ganael LAPLANCHE
4424db31d5 Update to 0.5.3 2014-07-17 11:49:02 +00:00
Baptiste Daroussin
c9bf4ab3ee Fix some LIB_DEPENDS
With hat:	portmgr
2014-07-16 07:53:29 +00:00
Adam Weinberger
cff70035fd Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. 2014-07-16 03:47:05 +00:00
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
Tijl Coosemans
95d970b60b - Convert multimedia/smpeg* to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-07-15 18:58:59 +00:00
Adam Weinberger
1c7521fb62 Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
2014-07-15 17:37:38 +00:00
Rene Ladan
2f2814513d Mark vulnerable ports as forbidden (category a*)
Approved by:	portmgr (bapt)
2014-07-15 15:17:37 +00:00
Adam Weinberger
bbf9606858 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 14:41:47 +00:00
Emanuel Haupt
668f631309 Update to 4.0.8 2014-07-15 12:20:30 +00:00
Emanuel Haupt
6639c390aa Update to 4.2.8 2014-07-15 12:20:03 +00:00
Rene Ladan
5648466354 Remove expired ports:
2014-07-15 databases/py-simplecouchdb: Obsolete, abandoned
2014-07-15 audio/xmms-bonk: Obsolete experimental codec, use audio/flac or audio/wavpack
2014-07-15 audio/bonk: Obsolete experimental codec, use audio/flac or audio/wavpack
2014-07-15 07:59:03 +00:00
Rene Ladan
1ce5bbf446 audio/pacpl: cleanup
- stage support
- remove optional dependency in expired audio/bonk
- set NO_ARCH [1]
- always depend on p5-Switch
- collapse bsd.port.pre/post.mk
- comment out call to pacpl in post-install for now (crashes)
- bump PORTREVISION
2014-07-15 07:58:20 +00:00
Nicola Vitale
02f4720d39 - Update to 14.07
- Take maintainership
- Add LICENSE (GPLv2)
- Add audio/alsa-utils and audio/timidity++ to run dependencies
- Add support for stage-dir
- Remove files/patch-mma.py
- Add files/mma_g.py.in
- Fixx WWW field in pkg-descr
2014-07-14 22:37:59 +00:00
Raphael Kubo da Costa
30b10ca2d2 Update to 0.23.
PR:		191831
Submitted by:	henrik@affekt.org (maintainer)
2014-07-14 20:18:10 +00:00