| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
| |
all the gymnastics
Notes:
svn path=/head/; revision=302140
|
|
|
|
|
|
|
|
|
| |
Replace some of the CVS verbiage with SVN.
Submitted by: beat
Notes:
svn path=/head/; revision=302139
|
|
|
|
|
|
|
|
|
|
|
| |
server providing arbitrary redirects. [1]
Remove ABI version numbers for library dependencies.
Submitted by: shaun [1]
Notes:
svn path=/head/; revision=302138
|
|
|
|
|
|
|
|
| |
PR: ports/169179
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=302137
|
|
|
|
|
|
|
| |
in the base rcorder
Notes:
svn path=/head/; revision=302136
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
Notes:
svn path=/head/; revision=302135
|
|
|
|
|
|
|
| |
*.sh.in -> *.in, and tune them up.
Notes:
svn path=/head/; revision=302134
|
|
|
|
|
|
|
|
|
| |
PR: ports/170330
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
Approved by: eadler (mentor)
Notes:
svn path=/head/; revision=302133
|
|
|
|
| |
Notes:
svn path=/head/; revision=302132
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=302131
|
|
|
|
| |
Notes:
svn path=/head/; revision=302130
|
|
|
|
|
|
|
|
| |
PR: ports/170394
Submitted by: milki <milki@rescomp.berkeley.edu>
Notes:
svn path=/head/; revision=302129
|
|
|
|
| |
Notes:
svn path=/head/; revision=302128
|
|
|
|
| |
Notes:
svn path=/head/; revision=302127
|
|
|
|
| |
Notes:
svn path=/head/; revision=302126
|
|
|
|
| |
Notes:
svn path=/head/; revision=302125
|
|
|
|
| |
Notes:
svn path=/head/; revision=302124
|
|
|
|
| |
Notes:
svn path=/head/; revision=302123
|
|
|
|
| |
Notes:
svn path=/head/; revision=302122
|
|
|
|
|
|
|
|
| |
PR: ports/169879
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Notes:
svn path=/head/; revision=302121
|
|
|
|
|
|
|
| |
WWW: http://rubygems.org/gems/formatador
Notes:
svn path=/head/; revision=302120
|
|
|
|
|
|
|
| |
WWW: https://github.com/geemus/excon
Notes:
svn path=/head/; revision=302119
|
|
|
|
| |
Notes:
svn path=/head/; revision=302118
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove ABI version numbers from LIB_DEPENDS
- use GNU_CONFIGURE/CONFIGURE_ARGS
PR: ports/170258
Submitted by: Joris Vandalon <joris@vandalon.nl> (maintainer)
Notes:
svn path=/head/; revision=302117
|
|
|
|
|
|
|
| |
Just build, do not bootstrap, this obsolete and frozen version of GCC.
Notes:
svn path=/head/; revision=302116
|
|
|
|
|
|
|
|
|
| |
a non-default value will break git.
Submitted by: bf@, melifaro@
Notes:
svn path=/head/; revision=302115
|
|
|
|
| |
Notes:
svn path=/head/; revision=302114
|
|
|
|
| |
Notes:
svn path=/head/; revision=302113
|
|
|
|
| |
Notes:
svn path=/head/; revision=302112
|
|
|
|
|
|
|
|
|
|
| |
Remove ABI version numbers for all library dependencies.
Use --with-fontconfig during configuration, since we already
have fontconfig as a dependency.
Notes:
svn path=/head/; revision=302111
|
|
|
|
| |
Notes:
svn path=/head/; revision=302110
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=302109
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=302108
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=302107
|
|
|
|
|
|
|
| |
Approved by: maintainer (priv mail)
Notes:
svn path=/head/; revision=302106
|
|
|
|
|
|
|
|
| |
PR: ports/169596
Submitted by: Hung-te Liang <lhd@cs.nctu.edu.tw>
Notes:
svn path=/head/; revision=302105
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=302104
|
|
|
|
|
|
|
| |
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=302103
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't install gpg-zip.1 manpage as gpg-zip script is not installed
[1].
- Fix /dev/tty brokenness [2].
PR: ports/170327 [1], ports/170269 [2]
Submitted by: Alfred Bartsch <bartsch@dssgmbh.de> [1],
Ben Cottrell <tamino@wolfhut.org> [2]
Notes:
svn path=/head/; revision=302102
|
|
|
|
|
|
|
|
| |
PR: 169886
Submitted by: maintainer
Notes:
svn path=/head/; revision=302101
|
|
|
|
|
|
|
|
| |
PR: 168948
Submitted by: Eugene Grosbein <eugen@grosbein.net> (maintainer)
Notes:
svn path=/head/; revision=302100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
more efficient and especially more keyboard accessible. Largely inspired by
the Vim text editor, the appearance and finger feel of Pentadactyl should be
familiar to Vim users.
WWW: http://5digits.org/pentadactyl
PR: ports/170047
Submitted by: clutton mbsd@isgroup.com.ua
Notes:
svn path=/head/; revision=302099
|
|
|
|
|
|
|
|
|
|
| |
schemes.
PR: ports/168949
Submitted by: koobs <koobs.freebsd@gmail.com>
Notes:
svn path=/head/; revision=302098
|
|
|
|
|
|
|
|
|
| |
PR: 169507
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=302097
|
|
|
|
|
|
|
|
| |
PR: 169883
Submitted by: Maintainer
Notes:
svn path=/head/; revision=302096
|
|
|
|
|
|
|
|
| |
PR: 169884
Submitted by: Maintainer
Notes:
svn path=/head/; revision=302095
|
|
|
|
|
|
|
|
| |
PR: 169885
Submitted by: Maintainer
Notes:
svn path=/head/; revision=302094
|
|
|
|
|
|
|
|
| |
PR: 169881
Submitted by: Maintainer
Notes:
svn path=/head/; revision=302093
|
|
|
|
| |
Notes:
svn path=/head/; revision=302092
|