Commit graph

314652 commits

Author SHA1 Message Date
Vanilla I. Shu
503b3b28a0 support STAGEDIR. 2013-11-08 12:11:49 +00:00
Vanilla I. Shu
9f06c787b4 Support STAGEDIR. 2013-11-08 12:10:53 +00:00
Vanilla I. Shu
ed16820e8c Support STAGEDIR. 2013-11-08 12:07:50 +00:00
Vanilla I. Shu
44bb90dcdf Fix build after stagedir support.
PR:		ports/183770
Submitted by:	Ryan Frederick <ryanrfrederick at gmail.com>
2013-11-08 12:03:37 +00:00
Dmitry Marakasov
68b66ba5e7 - Support staging
- Use new LIB_DEPENDS syntax
2013-11-08 11:29:56 +00:00
William Grzybowski
5be8fd63af devel/py-lxml: update to 3.2.4
- Update to 3.2.4
- Use python auto plist

Changes: https://raw.github.com/lxml/lxml/lxml-3.2/CHANGES.txt
2013-11-08 11:13:13 +00:00
William Grzybowski
836dc25a58 security/sssd: update to 1.9.6
- Update to 1.9.6
- Remove FreeBSD < 8.0-RELEASE check (unsupported)

PR:		ports/183750
Submitted by:	Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer)
2013-11-08 10:58:10 +00:00
William Grzybowski
6550042164 multimedia/py-guessit: update to 0.6.2
- Update to 0.6.2
- Use python auto plist
2013-11-08 10:53:05 +00:00
Ganael LAPLANCHE
6c59721076 - Enable staging
- Use new LIB_DEPENDS format
- Use new options framework
2013-11-08 10:49:16 +00:00
Ganael LAPLANCHE
389c9bc265 - Enable staging
- Update USES
- Rework doc installation
- Fix library symlink creation
- Cleanup pkg-descr
2013-11-08 10:45:31 +00:00
Ganael LAPLANCHE
a4da08b7e0 - Enable staging
- Use new LIB_DEPENDS format
- Rework doc installation
- Cleanup pkg-descr
2013-11-08 10:42:51 +00:00
Ganael LAPLANCHE
8598bb509d - Enable staging
- Update USES
- Strip libraries
- Update WWW
2013-11-08 10:40:28 +00:00
Ganael LAPLANCHE
3969a63afa - Enable staging
- Update USES
- Rework doc installation
- Strip installed binary
2013-11-08 10:37:42 +00:00
Rene Ladan
496131984d Fix 'make stage' for ports which define USE_LINUX by passing a defined
variable to MTREE_CMD.  The previous variable, MTREE_LINUX_ARGS, seems to
be a leftover.

Approved by:	portmgr (bapt)
2013-11-08 10:36:20 +00:00
Ganael LAPLANCHE
3051b6e50f - Update to 0.8
- Rework doc installation
2013-11-08 10:34:49 +00:00
Alex Dupre
a287bacecc Fix packaging. 2013-11-08 10:00:40 +00:00
Rene Ladan
c505c1a8cf No need to explicitly force the default value of KMODDIR since r333188 2013-11-08 09:46:41 +00:00
Rene Ladan
a850c2461f Change KMODDDIR to /boot/modules if it is set to /boot/kernel
This allows upgrading a kernel without breaking any installed kernel ports
because during the upgrade /boot/kernel is renamed to /boot/kernel.old ,
resulting in moved files.

While /boot/modules is the default, it might be overridden by bsd.own.mk to
/boot/kernel before kmod is included, so setting MODULES_WITH_WORLD has no
effect.
2013-11-08 09:44:24 +00:00
Jason Helfman
a640304044 - properly attribute Created by header 2013-11-08 07:40:50 +00:00
Jason Helfman
b6ca2de054 - remove conditional no longer required per staging
- remove now useless inclusion of bpom
2013-11-08 07:37:04 +00:00
Jason Helfman
f50b3301f9 - remove conditional no longer required per staging 2013-11-08 07:34:49 +00:00
Jason Helfman
7bd554ad82 - remove conditional no longer required per staging
- remove now useless inclusion of bpom
2013-11-08 07:32:59 +00:00
Matthew Seaman
d5a30181dd Update to 5.1.27
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-27.html
2013-11-08 06:34:19 +00:00
Dirk Meyer
942544505c - Fix build with clang
- use STAGEDIR
- use OPTIONS_DEFINE
- Use PLIST_FILES and PORTDOCS instead of PLIST
PR:		183110
Submitted by:	sunpoet (Sunpoet Po-Chuan Hsieh)

- rename patchfiles
- merge REINPLACE_CMD
2013-11-08 05:59:05 +00:00
Kevin Lo
6cfc36ad76 - Add dependency on pdo_pgsql
- Generate pkg-plist
2013-11-08 05:29:43 +00:00
Jason Helfman
efd2f364fd - remove conditional no longer required per staging
- remove now useless inclusion of bpom
2013-11-08 03:47:39 +00:00
Jason Helfman
cd2ada601c - remove conditional no longer required per staging
- remove now useless inclusion of bpom
2013-11-08 03:44:06 +00:00
Vanilla I. Shu
c03d304e9c 1: support STAGEDIR.
2: switch to new style of LIB_DEPENDS.
2013-11-08 03:01:41 +00:00
Jun Kuriyama
b65bf070fa Labeled Tab-separated Values (LTSV) format is a variant of
Tab-separated Values (TSV).  Each record in a LTSV file is represented
as a single line.  Each field is separated by TAB and has a label and
a value. The label and the value have been separated by ':'.

WWW: http://search.cpan.org/dist/Text-LTSV/
2013-11-08 02:05:38 +00:00
Ryan Steinmetz
ef9c2dcc5b - Fix build under HEAD 2013-11-08 01:36:37 +00:00
Ryan Steinmetz
88f45b410f - Fix build on boxes with bmake 2013-11-08 01:33:19 +00:00
Vanilla I. Shu
f6dc44edaf Support STAGEDIR. 2013-11-08 01:28:37 +00:00
Vanilla I. Shu
ab273967c7 Resolve conflict on previous commit. 2013-11-08 01:23:01 +00:00
Eitan Adler
0e6a74b001 - I don't have time to look into a fix for this port. 2013-11-08 01:21:21 +00:00
Ryan Steinmetz
ab580d849e - Correct a staging issue
PR:		ports/183734
Submitted by:	Allan Jude <ports@scaleengine.com> (maintainer)
2013-11-08 01:19:12 +00:00
Jun Kuriyama
ac791ce46b - Upgrade to 1.3119. 2013-11-08 01:10:01 +00:00
Vanilla I. Shu
79178fdc3e Support STAGEDIR. 2013-11-08 01:06:34 +00:00
Jun Kuriyama
711bcde30a - Upgrade to 0.002. 2013-11-08 01:06:15 +00:00
Rusmir Dusko
fc1061a7b7 - Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- Support STAGEDIR
- Add DOCS Option

Approved by:	pawel / wg (mentors, implicit)
2013-11-08 00:50:32 +00:00
Rusmir Dusko
1ba17a9e0e - Change maintainer email to @FreeBSD.org
- Remove DOXYGEN Option
- Support STAGEDIR

Approved by:	pawel / wg (mentors, implicit)
2013-11-08 00:40:31 +00:00
Vanilla I. Shu
49dd65ecf4 Fix pkg-plist. 2013-11-08 00:26:17 +00:00
Dmitry Marakasov
3d8c698e96 - Support staging
- Use new LIB_DEPENDS syntax
- Add DESKTOP_ENTRIES
2013-11-08 00:24:43 +00:00
Dmitry Marakasov
8997b6192d - Support staging
- Convert USE_GMAKE to USES
- Use new LIB_DEPENDS syntax
2013-11-07 23:14:50 +00:00
Dmitry Marakasov
bfd936ae18 - Update to 0.6.2
- Support staging
- Use new LIB_DEPENDS syntax
2013-11-07 23:11:04 +00:00
Guido Falsi
abd4961f46 - Fix build with DOCS option disabled [1]
- Remove dependency on desktop-file-utils, we do not install MIME
  types. [2]

PR:		ports/183703 [1]
Submitted by:	Me [1]
Noticed by:	mandree [2]
2013-11-07 22:51:01 +00:00
Rusmir Dusko
271f80e816 - Change master sites
- Change maintainer email to @FreeBSD.org
- Change Desktop entry file
- Support STAGEDIR

Approved by:	pawel / wg (mentors, implicit)
2013-11-07 22:35:19 +00:00
Niclas Zeising
34a23c610c Update to 1.2.8
Stagify
2013-11-07 21:53:34 +00:00
Steve Wills
0adf1a0c87 - Add stage support
- Convert to USES=kmod

PR:		ports/183754
Submitted by:	mat
2013-11-07 21:50:19 +00:00
Niclas Zeising
a963b68f58 Update to 6.9.2
Stagify.
2013-11-07 21:46:34 +00:00
Niclas Zeising
af4c2bfeac Update to 2.3.7
Stagify.
2013-11-07 21:45:08 +00:00