| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Respect $NOPORTDOCS (1).
- Update WWW line.
- Drop maintainership.
PR: ports/69209 (1)
Submitted by: Simon Dick <simond@irrelevant.org> (1)
|
|
|
|
|
|
|
|
| |
Sean McNeil <sean@mcneil.com>, but I forgot to commit it in my last
commit.
PR: 70032
Submitted by: Christian Hiris <4711@chello.at>
|
|
|
|
| |
Submitted by: Sean McNeil <sean@mcneil.com>
|
|
|
|
|
| |
PR: ports/69728
Submitted by: Eric P. Scott <eps+psub0407@ana.com>
|
|
|
|
| |
the ports that really own the directories.
|
|
|
|
| |
Discussed with: maintainer
|
|
|
|
|
| |
PR: ports/69069
Submitted by: Alex Varju (maintainer)
|
|
|
|
|
| |
PR: ports/69077
Submitted by: Alex Varju (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
|
|
|
|
|
|
|
|
|
|
|
| |
those ports will not work. Please see the more detail about this:
http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html
Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.
Approved by: marcus (portmgr hat)
Reviewed by: My team, FreeBSD GNOME Team
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I discovered that the only reason coldsync's ugen support doesn't work
out of the box for a Treo 270 (HandSpring Visor-based phone) is that
it uses a very low resolution sleep (one second) while waiting for USB
devices to appear in "transient" mode. Due to this, it almost always
misses the first packet in the HotSync, which comes from the Palm, and
after five seconds the entire process would time out.
Decrease the amount of time that is spent sleeping while waiting for USB
devices to appear so that it works every time.
(You probably do not want to try this without ugen(4) from yesterday
which will NOT panic when the USB device goes away before programs
with it open have closed their references.)
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/68278
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/66488
Submitted by: Arne Woerner <arne_woerner@yahoo.com>
|
| |
|
|
|
|
|
| |
PR: ports/66126
Submitted by: Alex Varju <varju@webct.com> (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: 65359
Submitted by: Antoine Jacoutot
Approved by: linimon (mentor)
|
| |
|
|
|
|
|
|
|
|
| |
- Change MAINTAINER to submitter (Approved by current maintainer)
PR: 65168
Submitted by: Arjan van Leeuwen
Approved by: linimon (mentor)
|
| |
|
| |
|
|
|
|
|
| |
- supoort LDFLAGS
Reported by: kris (dosirak)
|
| |
|
|
|
|
|
|
|
| |
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
|
|
|
|
|
|
|
| |
and resource (.prc) files.
It was renamed to pdbar to avoid confusion with textproc/par.
WWW: http://www.djw.org/product/palm/par/
PR: ports/63088
Submitted by: Eric P. Scott <eps+psub0401@ana.com>
|
| |
|
|
|
|
|
| |
PR: ports/64232
Submitted by: pav
|
|
|
|
|
| |
PR: ports/64610
Submitted by: maintainer
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
|
|
|
| |
files.
PR: ports/62252
Submitted by: Simon Dick <simond@irrelevant.org>
|
| |
|
| |
|
|
|
|
| |
Submitted by: trevor
|
| |
|
|
|
|
|
| |
PR: ports/64412
Submitted by: maintainer
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Approved by: maintainers
|
|
|
|
| |
Submitted by: trevor
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
|
|
|
|
|
| |
- USE_MESA -> USE_GL
- Fix coredump on ^C [1]
- Bump PORTREVISION
PR: ports/63085 [1]
Submitted by: Eric P. Scott <eps+posebug@ana.com> [1]
|
|
|
|
|
|
|
|
|
|
| |
Pocket PC.
RRA implements the Remote Replication Agent Connection protocol for
synchronising objects between a Windows CE device and other computer.
PR: ports/64135
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
| |
PR: ports/64130
Submitted by: maintainer
|