Commit graph

283765 commits

Author SHA1 Message Date
Pietro Cerutti
3adf5b3243 - Simplify libevent flags [1]
- Use new OPTIONS framework

PR:		170064 [1]
Submitted by:	Jan Beich <jbeich@tormail.org>
2012-08-06 08:16:31 +00:00
Pietro Cerutti
d53efcfe5d - Update to 1.3
Changelog: https://github.com/flightaware/yajl-tcl/blob/master/ChangeLog
- Update MASTER_SITES
2012-08-06 07:31:43 +00:00
Pietro Cerutti
a5f21daeb3 - Update MASTER_SITES
- Remove WWW line from pkg-descr, website has disappeared

PR:		170387
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net>
2012-08-06 07:22:15 +00:00
Frederic Culot
fdbb248c6f - Update to 2.0.8 2012-08-06 07:19:41 +00:00
Pietro Cerutti
d1bce50655 - Mark as IGNORE. No development version is available right now. 2012-08-06 07:14:28 +00:00
Dirk Meyer
918882c817 - drop .app suffix in portname 2012-08-06 06:08:52 +00:00
Dirk Meyer
dc4e7a2e62 - drop .app suffix in portname 2012-08-06 06:05:44 +00:00
Greg Lewis
c07f18f52f . Update to what should be 7u5. Based on the bug ids from
http://blog.fuseyism.com/index.php/2012/06/13/security-icedtea-2-1-1-2-2-1-released/
2012-08-06 05:57:54 +00:00
Steve Wills
57d3762e49 Ruby cloud services library
WWW:	http://github.com/fog/fog
2012-08-06 03:15:43 +00:00
Steve Wills
4db0c05f20 - Copy ruby-hmac to rubygem-hmac for use with ports that depend on the gem 2012-08-06 02:57:57 +00:00
Doug Barton
dae082c958 Fix what looks like a copy-paste-o that originated in the same script:
command=foo >/dev/null 2>&1
	|
	v
command=foo
command_args='>/dev/null 2>&1'

This is clearly what should have been done, for several reasons.

No PORTREVISION bump because the old version simply ignored everything
after the space, and does not seem to have done any harm. However
it's good to clean these up so that similar errors aren't pasted into
a new script where they might actually matter.
2012-08-06 00:28:43 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Doug Barton
47b836bfe5 When installing in the base, USE_RCORDER does the right thing without
all the gymnastics
2012-08-05 23:05:24 +00:00
Joe Marcus Clarke
7299d31701 Update to 2.13.12.
Replace some of the CVS verbiage with SVN.

Submitted by:	beat
2012-08-05 22:56:23 +00:00
Gerald Pfeifer
dce904a447 Advise PORTSCOUT not to run into a false positive due to the
server providing arbitrary redirects. [1]

Remove ABI version numbers for library dependencies.

Submitted by:	shaun [1]
2012-08-05 22:28:43 +00:00
Alex Kozlov
e90dd95c4a - Fix build with clang
PR:	ports/169179
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
2012-08-05 22:14:38 +00:00
Doug Barton
e0ff1d9fd9 Remove a comment that is spurious now that local rc.d files are included
in the base rcorder
2012-08-05 21:10:33 +00:00
Bryan Drewery
3ac35b3503 lockfree-malloc is a scalable drop-in replacement for malloc/free.
* It's thread-friendly. It supports a practically-unlimited number of
  concurrent threads, without locking or performance degradation.
* It's efficient, especially in a multi-threaded environment. Compared to
  a stock libc allocator, we see a significant performance boost.
* It does NOT fragment or leak memory, unlike a stock libc allocator.
* It wastes less memory. For small objects (less than 8kb in size), the
  overhead is around 0 bytes. (!)
* It is designed from the ground-up for 64-bit architectures.
* It is elegant. The whole codebase is only around 800 lines of fairly
  clean C++. (!)
* It fully stand-alone; it does not rely on pthreads or libc at runtime.

PR:		ports/170324
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com>
Approved by:	eadler (mentor)
2012-08-05 20:51:47 +00:00
Doug Barton
6662c6791c Remove a bogus use of USE_RCORDER, and while I'm here move the files
*.sh.in -> *.in, and tune them up.
2012-08-05 20:46:40 +00:00
Bryan Drewery
0174faf428 qpdfview is a tabbed PDF viewer using the poppler library.
PR:		ports/170330
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com>
Approved by:	eadler (mentor)
2012-08-05 20:38:10 +00:00
Doug Barton
ed3f4dff68 Broken, unmaintained, dead upstream 2012-08-05 20:26:50 +00:00
Bryan Drewery
8e9324cbd4 - Pass maintainership to submitter
- Use non-versioned LIB_DEPENDS
- Fix all distfiles to use the 0.3.5 version
- Update WWW

Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net>
PR:		ports/170370
Approved by:	eadler (mentor)
2012-08-05 20:21:16 +00:00
Eitan Adler
9653c4b68d Remove empty directories 2012-08-05 19:37:05 +00:00
Steve Wills
24c8459e22 - Update to 3.04
PR:		ports/170394
Submitted by:	milki <milki@rescomp.berkeley.edu>
2012-08-05 19:36:46 +00:00
Alex Kozlov
8fad11e21a - Update to 1.9 2012-08-05 19:36:15 +00:00
Alex Kozlov
ee674fc328 - Remove empty file 2012-08-05 18:44:21 +00:00
Sahil Tandon
d8121cf607 Update to 2.10-20120801 2012-08-05 18:37:57 +00:00
Sahil Tandon
79ebb4681d Update to 2.9.4 2012-08-05 18:37:47 +00:00
Sahil Tandon
a323bede3a Update to 2.8.12 2012-08-05 18:37:39 +00:00
Sahil Tandon
b34e00c782 Update to 2.7.11 2012-08-05 18:37:29 +00:00
Sahil Tandon
71ebcddcde Update to 2.6.17 2012-08-05 18:37:18 +00:00
Michael Scheidell
1193999809 - Update to 0.614
PR:		ports/169879
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2012-08-05 18:24:25 +00:00
Steve Wills
a7be2eb8dc STDOUT text formatting
WWW:	http://rubygems.org/gems/formatador
2012-08-05 18:09:30 +00:00
Steve Wills
476647355e EXtended http(s) CONnections Library
WWW:	https://github.com/geemus/excon
2012-08-05 18:00:40 +00:00
Steve Wills
e39f9f396d - Update to 1.1.4 2012-08-05 17:59:29 +00:00
Alex Kozlov
a5f699cd1f - Update to 1.15.1
- Remove ABI version numbers from LIB_DEPENDS
- use GNU_CONFIGURE/CONFIGURE_ARGS

PR:	ports/170258
Submitted by:	Joris Vandalon <joris@vandalon.nl> (maintainer)
2012-08-05 17:51:48 +00:00
Gerald Pfeifer
dcc5de0cfc Remove ABI version numbers for all library dependencies.
Just build, do not bootstrap, this obsolete and frozen version of GCC.
2012-08-05 17:46:58 +00:00
Beat Gaetzi
edc5aa1499 - Don't use SVN variable in 'git svn rebase' as setting the SVN variable to
a non-default value will break git.

Submitted by:	bf@, melifaro@
2012-08-05 17:06:49 +00:00
Steve Wills
a2e356d73d - Update to 2.1.1 2012-08-05 16:58:59 +00:00
Steve Wills
bdd244dc73 - Update to 2.3.2 2012-08-05 16:58:33 +00:00
Steve Wills
8ee569695a - Update to 1.7.4 2012-08-05 15:49:58 +00:00
Gerald Pfeifer
ba22537b15 Adapt to the new options framework.
Remove ABI version numbers for all library dependencies.

Use --with-fontconfig during configuration, since we already
have fontconfig as a dependency.
2012-08-05 15:42:52 +00:00
Gerald Pfeifer
7f91a85774 Update to the 20120804 snapshot of GCC 4.7.2. 2012-08-05 15:41:15 +00:00
Beat Gaetzi
6fa84316c8 - Mark as BROKEN:
Link ede-bell-conf/ede-bell-conf
libedelib_gui.a(Ede.o): In function `edelib::ApplicationBootstrap::ApplicationBootstrap(char const*, char const*)':
Ede.cpp:(.text+0x31): undefined reference to `edelib::nls_support_init(char const*, char const*)'

Reported by:	pointyhat
2012-08-05 12:19:08 +00:00
Beat Gaetzi
78d372ecf1 - Mark as BROKEN:
In file included from buttonbar.h:24,
                 from interface.c:42:
config_common.h:136: error: expected specifier-qualifier-list before 'GPtrArray'
config_common.h:157: error: expected specifier-qualifier-list before 'guint32'
config_common.h:178: error: expected specifier-qualifier-list before 'GdkPixmap'
config_common.h:189: error: expected specifier-qualifier-list before 'GString'

Reported by:	pointyhat
2012-08-05 12:06:44 +00:00
Beat Gaetzi
487f5e4faa - Mark as BROKEN:
Compiling file AppController.m ...
In file included from GNUstep/System/Library/Headers/GNUstepBase/GSObjCRuntime.h:85,
                 from GNUstep/System/Library/Headers/Foundation/NSObjCRuntime.h:95,
                 from GNUstep/System/Library/Headers/Foundation/NSObject.h:30,
                 from GNUstep/System/Library/Headers/Foundation/FoundationErrors.h:29,
                 from GNUstep/System/Library/Headers/Foundation/Foundation.h:33,
                 from GNUstep/System/Library/Headers/AppKit/AppKit.h:40,
                 from AppController.m:3:
GNUstep/System/Library/Headers/ObjectiveC2/objc/runtime.h:297: error:
                 expected ')' before 'sel1'
gmake[3]: *** [obj/SimpleAgenda.obj/AppController.m.o] Error 1

Reported by:	pointyhat
2012-08-05 11:58:10 +00:00
Koop Mast
bc4c225e52 Add USE_PKGCONFIG= build.
Approved by:	maintainer (priv mail)
2012-08-05 11:10:35 +00:00
Li-Wen Hsu
e6efad9996 - Remove entry of chinese/CNS11643-font
PR:		ports/169596
Submitted by:	Hung-te Liang <lhd@cs.nctu.edu.tw>
2012-08-05 10:39:44 +00:00
Li-Wen Hsu
04989b0c00 - Add copyright notice in pkg-message
- Remove RESTRICTED form Makefile
- Add LICENSE* and  show pkg-message after install
- Change distinfo for official font files with built-in license text
- Refine pkg-descr
- Bump PORTREVISION

PR:		ports/169596
Submitted by:	Hung-te Liang <lhd@cs.nctu.edu.tw> (maintainer)
2012-08-05 10:34:40 +00:00
Niclas Zeising
3914ca3f1a Remove the pkg-message. The information contained in here is dated.
Approved by:	miwi (mentor)
2012-08-05 09:42:16 +00:00