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

312000 Commits

Author SHA1 Message Date
Guido Falsi
38ae427410 - Convert to staging
- Rename patch files according to standard
2013-10-16 21:18:48 +00:00
Guido Falsi
6d4ddf3011 - Convert to staging 2013-10-16 21:17:44 +00:00
Thierry Thomas
1a83e9b473 Tarball has been rerolled with the same version number.
The only change is a CSS file :

diff -urN fpdf17.orig/fpdf.css fpdf17/fpdf.css
--- fpdf17.orig/fpdf.css	2008-06-08 20:45:41.000000000 +0200
+++ fpdf17/fpdf.css	2008-07-19 15:04:48.000000000 +0200
@@ -1,6 +1,6 @@
 body {font-family:"Times New Roman",serif}
 h1 {font:bold 135% Arial,sans-serif; color:#4000A0; margin-bottom:0.9em}
-h2 {font:bold 100% Arial,sans-serif; color:#900000; margin-top:1.5em}
+h2 {font:bold 95% Arial,sans-serif; color:#900000; margin-top:1.5em; margin-bottom:1em}
 dl.param dt {text-decoration:underline}
 dl.param dd {margin-top:1em; margin-bottom:1em}
 dl.param ul {margin-top:1em; margin-bottom:1em}

Since I'm there, "stagify".

PR:		ports/183010
Submitted by:	marino
2013-10-16 21:11:27 +00:00
Ruslan Makhmatkhanov
c78cafee0d - update to 0.11
changes:
https://bitbucket.org/blueluna/transmissionrpc/wiki/releasenotes/0.11
2013-10-16 21:03:48 +00:00
Guido Falsi
f4b3a5f46d - Update to 5.0.4 2013-10-16 20:58:10 +00:00
Jung-uk Kim
6d6efeba92 Allow adding extra patches from slave ports. 2013-10-16 20:40:27 +00:00
Edwin Groothuis
cc8717443d Fix build on 10.x 2013-10-16 20:38:38 +00:00
Thomas Abthorpe
5f7f28bf77 Broccoli is the Bro client communications library and lets you
create applications that can speak the Bro communication protocol.

WWW: http://www.icir.org/christian/broccoli/

PR:		ports/ports/182476
Submitted by:	Craig Leres <leres@ee.lbl.gov>
2013-10-16 20:21:52 +00:00
Brooks Davis
d478065e52 Support STAGEDIR 2013-10-16 20:16:26 +00:00
Matthew Seaman
f700f3c728 Update to 2.1.2
- stagify
  - new style LIB_DEPENDS

Announcement: http://sphinxsearch.com/blog/2013/10/15/sphinx-2-1-2-is-now-available/
2013-10-16 20:15:24 +00:00
Brooks Davis
358e315929 Don't try building on libc++ systems, it won't work.
Deconflict docs between master and slave ports.

STAGIFY
2013-10-16 20:14:47 +00:00
Jimmy Olgeni
60a905e13d - Upgrade to version 1.97.
- Add staging support.
- Fix sample configuration file.
2013-10-16 19:27:35 +00:00
Lars Engels
362cdaa235 - Fix plist
- Bump PORTREVISION

Approved by:	maintainer
2013-10-16 19:25:26 +00:00
Matthew Seaman
e76854462a Update to 4.0.18
- Drop LATEST_LINK in favour of PKGNAMESUFFIX

AnnouncementL http://blog.bestpractical.com/2013/10/rt-4018-released.html
ChangeLog:    https://github.com/bestpractical/rt/compare/rt-4.0.17...rt-4.0.18
2013-10-16 18:39:40 +00:00
Antoine Brodin
939c782269 - Update to 1.6.0
- Use new LIB_DEPENDS syntax
- Options are already described in bsd.options.desc.mk
- Convert to STAGEDIR

PR:		ports/183011
Submitted by:	Jens K. Loewe (maintainer)
2013-10-16 18:37:03 +00:00
Marcus von Appen
c7d7812973 - Update to version 9.10
- Enable staging support
- Switch to new LIB_DEPENDS syntax
2013-10-16 18:29:49 +00:00
Olivier Duchateau
850d16717c Fix pkg-plist
Reported by:	qat.redports.org
2013-10-16 18:27:22 +00:00
Olivier Duchateau
2507c18640 - Update to 1.2.2
- Support STAGEDIR
2013-10-16 18:20:29 +00:00
Olivier Duchateau
8ff5d3c231 - Fix pkg-plist
- Bump PORTREVISION

Reported by:	pkg-fallout@
2013-10-16 18:15:26 +00:00
Olivier Duchateau
5db878a154 Fix pkg-plist, when DOCS is set
Reported by:	Kenta Suzumoto
2013-10-16 17:50:14 +00:00
Brooks Davis
5955eb52d9 Upgrade to 3.4.r191854.
STAGIFY

Mark dragonegg IGNORE on systems where the default compiler defaults to
libc++ on the grounds the the clang/llvm ports are likely linked with it
and thus won't work with gcc and libstdc++.
2013-10-16 17:34:22 +00:00
Hajimu UMEMOTO
9e27aedb91 enable stage. 2013-10-16 16:47:11 +00:00
Hajimu UMEMOTO
08bb49887f - enable stage.
- use modern LIB_DEPENDS format.
2013-10-16 16:40:39 +00:00
Hajimu UMEMOTO
9f7db2dbb6 enable stage. 2013-10-16 16:31:34 +00:00
Hajimu UMEMOTO
f6b623cd3d Move doing chown from do-install to pkg-plist. In stage
build, uid/gid creation is not done at do-install yet.
2013-10-16 15:58:55 +00:00
Vasil Dimov
bc8cc9e9f4 Deprecate graphics/linux-panorama-tools.
Per notice from rene@ graphics/linux-f10-png10 is going to be removed soon.
2013-10-16 15:43:05 +00:00
Bryan Drewery
d0a6be6ba3 - Update to checkin 725ea5afcf
Changes:
  * poudriere.8: Document that -j is required for bulk
  * bulk/testport: Delete packages that have changed PKGNAME during startup,
    which will avoid pkg-repo duplicate package warnings/bugs. This will not
    clean up existing duplicates, just fix new ones going forward.
  * bulk: Fix start hook starting before validations
2013-10-16 14:23:09 +00:00
Bryan Drewery
ba4c3f35a9 - Update to 3.0.11
Changes:
 * poudriere.8: Document that -j is required for bulk
 * bulk/testport: Delete packages that have changed PKGNAME during startup,
   which will avoid pkg-repo duplicate package warnings/bugs. This will not
   clean up existing duplicates, just fix new ones going forward.
2013-10-16 14:21:06 +00:00
Mathieu Arnold
ca93931136 Convert to stages. 2013-10-16 14:19:06 +00:00
William Grzybowski
a6202414c5 devel/py-sysctl: update to 0.1b5
- Update to 0.1b5
- Use PYTHON_PY3K_PLIST_HACK
2013-10-16 14:05:31 +00:00
Mathieu Arnold
da70e9d043 Do generate documentation if asked. 2013-10-16 14:00:56 +00:00
Dmitry Marakasov
d79ca59bf4 - Update to 0.6.0
- Support staging
- Use new LIB_DEPENDS syntax
- Optionize NLS

Submitted by:	Brian Callahan <bcallah@cvs.openbsd.org> (partially)
2013-10-16 13:38:24 +00:00
Rene Ladan
9bd9d184f8 Fix build with GCC 4.8
Submitted by:	avg, Michael Moll <mmoll@mmoll.at>
2013-10-16 13:33:59 +00:00
William Grzybowski
f8e07e2537 multimedia/gmerlin-avdecoder: fix pkg-plist
- Fix pkg-plist with non-default options
- Fix detection of libs
2013-10-16 13:06:17 +00:00
Dmitry Morozovsky
f60b741a66 Actually do stage support
PR:		183008
Submitted by:	marino
Pointy hat to:	marck
2013-10-16 13:03:53 +00:00
Dmitry Marakasov
57d07bef8d - Support staging
- Add DESKTOP_ENTRIES
2013-10-16 13:00:35 +00:00
Dmitry Marakasov
5a35142a98 - Support staging
- Convert USE_GMAKE to USES
2013-10-16 12:59:40 +00:00
Dmitry Marakasov
26215e04d9 - Support staging 2013-10-16 12:58:10 +00:00
Dmitry Marakasov
7e22e7597c - Support staging
- Convert USE_GMAKE to USES
- Use new LIB_DEPENDS syntax
2013-10-16 12:57:13 +00:00
Dmitry Marakasov
2dd67e1300 - Support staging
- Add DESKTOP_ENTRIES
- Convert USE_GMAKE to USES
2013-10-16 12:55:55 +00:00
Dmitry Marakasov
2b796c2458 - Support staging
- Convert USE_GMAKE to USES
- Add DESKTOP_ENTRIES
2013-10-16 12:55:46 +00:00
Dmitry Marakasov
bffb98a8bd - Support staging
- Add DESKTOP_ENTRIES
- Use new LIB_DEPENDS syntax
2013-10-16 12:55:25 +00:00
Dmitry Marakasov
68c709c106 - Support staging
- Make qmake respect CXX/CXXFLAGS
- Install documentation
2013-10-16 12:49:27 +00:00
Renato Botelho
1df3bce402 When OSVERSION is >= 1000054, depends of caompat9x to make sure libstdc++.so.6
is installed and satisfy a possible dependency for a 8.x binary
2013-10-16 12:22:16 +00:00
William Grzybowski
6495991912 dns/inadyn-mt: fix wrong install path
- Fix wrong install path

PR:		ports/183014
2013-10-16 12:16:14 +00:00
Alex Kozlov
b41129a04e - Support STAGEDIR 2013-10-16 11:27:24 +00:00
Boris Samorodov
cb96876f30 Fix at cross-device build (use "ln -sf" rather "ln -f"):
-----
ln: /usr/ports/russian/d1489/work/stage/usr/local/bin/fromdos: Cross-device link
-----

Pointed out by:	marino (via e-mail)
2013-10-16 10:58:13 +00:00
Ruslan Makhmatkhanov
c7161a51f9 - take maintainership
- fix minor style bugs
2013-10-16 10:50:29 +00:00
Mathieu Arnold
47319e7588 - Update to 0.90.2
- Remove LOG4C knob, it was dropped in 0.70.0
- Only install docs if WITH=DOCS
- Sort plist a bit (no functionnal change)

PR:		ports/183018
Submitted by:	mat (me)
Approved by:	maintainer
2013-10-16 10:48:04 +00:00
Renato Botelho
d5d3b12e6b Update to 7.4.704000.201310.1 and add a missing lib on i386 tarball
(libvgl.so.5)
2013-10-16 10:47:01 +00:00