| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
create common testing platform to run predefined GTK+ widgets (opening
comboboxes, toggling buttons, scrolling text yms.) and this way define the speed
of device/platform.
WWW: http://gtkperf.sourceforge.net
PR: ports/96162
Submitted by: Andreas Kohn <andreas@syndrom23.de>
|
|
|
|
|
| |
PR: ports/96498
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
|
|
|
|
|
|
|
| |
- Fix configure detection of pthread_cancel on 4.x 5.x and 6.x
- portlint(1)
Notified by: kris
|
|
|
|
|
| |
PR: ports/95786
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
|
|
|
|
|
|
| |
back sometime.
Hat: portmgr
|
|
|
|
| |
Approved by: mnag (mentor)
|
| |
|
|
|
|
| |
Approved by: portmgr (kris)
|
| |
|
|
|
|
|
|
|
| |
- Incorporate patches from gnn to support IPv6 [1].
- Install the netpipe(1) manual page.
Submitted by: gnn [1]
|
|
|
|
| |
Eagle eyes: kris
|
| |
|
|
|
|
|
|
|
|
| |
- Honor build environment CC and CFLAGS
- OPTIONS to support threading using pthreads
PR: ports/92714
Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
|
| |
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
PR: ports/91634
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
|
|
|
|
|
|
| |
PR: 90852
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: ports/91094
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
|
|
|
|
|
| |
PR: ports/90943
Submitted by: Scott Flatman <sf@slappy.org> (maintainer)
|
|
|
|
|
|
| |
PR: 90463
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by: clement (mentor)
|
| |
|
|
|
|
|
| |
PR: 90244
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
a modular, cross-platform and multi-threaded
benchmark tool.
PR: 90233
Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
|
|
|
|
|
|
|
| |
tool for Databases.
PR: ports/90209
Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
|
|
|
|
|
|
| |
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net
|
| |
|
|
|
|
| |
Submitted by: Andreas Kohn <andreas@syndrom23.de>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITE to fix fetch problem.
Instead of replacing the master-site, I have added the second one
until Greg fixes his ftp site.
PR: ports/87988
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
|
| |
Tested by: me
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
- Add SHA256
- Use NOT_FOR_ARCHS instead .if
PR: ports/89006
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
Please change port's mastersites.
Also add SHA256 checksums
PR: ports/88971
Submitted by: FURUSAWA Kazuhisa <kazu@jp.freeebsd.org>
|
|
|
|
|
|
|
|
| |
- Remove dead WWW
PR: ports/87987
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (billf; 20 days)
|
|
|
|
|
|
| |
files.
Noticed by: barner
|
|
|
|
|
|
|
|
| |
- Set EXPIRATION_DATE
PR: ports/87989
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (16 days)
|
|
|
|
|
| |
PR: ports/88791
Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
|
| |
|
|
|
|
|
| |
* Remove my name from blop pkg-descr
* Grab back maintainership for netio
|
|
|
|
|
|
|
|
| |
userland/kernel header). No PORTREVISION bump since this is a fix
for compilation.
PR: ports/88319
Submitted by: marck
|
|
|
|
| |
Pointy hat to: me, courtesy of pointyhat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
semantics. As GEOM prevents actual concurrent accesses that are
deemed generally unsafe. As we know, as a rawio(1) user, that we
are intending to do something ostensibly unsafe, we can use a single
open(2) shared among the worker children and then use pread(2) and
pwrite(2) instead of read(2), write(2) and lseek(2). This properly
bypasses the sanity checks GEOM makes for concurrent access.
Additionally, sector size isn't and hasn't ever been necessarily 512
(or a multiple thereof), but we don't have many classical examples
of devices not the common case that we'd test rawio(1) with. In my
particular case, I'm using graid3(8) and have an effective sector size
of 1024. The program now attempts to use DIOCGSECTORSIZE to find
the correct base for a device and thus Works For Me.
Cursory review by: MAINTAINER
|
|
|
|
|
|
|
| |
the port's version.
Clean up leftover .o files from the build before installing. On
some systems there are also .s files for no apparent reason, so
clean those up too.
|
|
|
|
| |
As described by the authors, "It auto sizes, has more stuff, etc., etc."
|
|
|
|
|
| |
PR: /ports/87580
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
|
|
|
|
| |
- portlint -a cleanups.
|
|
|
|
| |
Notified by: kris
|
| |
|