| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: ports/64127
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/64125
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
From: Roman Shterenzon <romanbsd@yahoo.com>
To: ports@freebsd.org
Subject: e-mail change
The email address roman@xpert.com is no longer valid.
Please update ports' maintainer to ports@oven.org.
Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
|
|
|
|
|
|
|
| |
- While here, use ${DOCSDIR} to silence portlint a bit
PR: ports/63560
Submitted by: Alex Varju <varju@webct.com> (maintainer)
|
|
|
|
|
| |
PR: ports/63420
Submitted by: Hendrik Scholz <hendrik@scholz.net>
|
|
|
|
|
|
|
| |
2. Correct pkg-plist.
PR: ports/63149 [1]
Submitted by: Helge Oldach <ports-palm-prc-tools-2.3@oldach.net> [1]
|
| |
|
|
|
|
|
| |
unmaintained pool. He has not committed in over a year and has been
unresponsive to emails over a similar time period.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Enable the arm tools (although they aren't - submitter doesn't have
an arm palm pilot). Also now compiles on 5.x. (Tested on 4.x as well).
PR: ports/62491
Submitted by: Peter Haight <peterh@sapros.com>
|
| |
|
|
|
|
| |
(Part 1)
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
date assigned, but the trailing "\n" was missing.
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/61674
Submitted by: Maxim Tuliuk <mt@primats.org.ua> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
to be present, or does not compile on certain versions of FreeBSD. This
will potentially avoid needless compilations on bento, and has the added
benefit of improving certain reporting tools. To most users, this change
is a no-op.
PR: 61090
Submitted by: linimon
|
|
|
|
|
|
|
|
|
| |
tty interface.
PR: ports/56225
Submitted by: Sam Lawrance <boris@brooknet.com.au>
According to FreshPorts, this is our 10000th port!
|
|
|
|
|
|
|
| |
o Release maintainership.
PR: ports/58123
Submitted by: Simon Dick <simond@irrelevant.org>
|
|
|
|
|
| |
PR: ports/60545
Submitted by: mt <mt@primats.org.ua> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/60373
Submitted by: Alex Varju <varju@webct.com> (maintainer)
|
|
|
|
|
| |
PR: ports/60374
Reported by: Stacey Roberts <stacey@vickiandstacey.com>
|
|
|
|
|
| |
While doing so, fix tcl support; let the configure script do the
job of configuring tcl support.
|
|
|
|
|
|
|
| |
of connected Windows CE device.
PR: ports/56069
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
|
|
| |
like Nautilus access to WinCE/PocketPC device file system.
PR: ports/56067
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
| |
PR: ports/60292
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
| |
PR: ports/60291
Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer)
|
|
|
|
|
|
| |
PR: ports/59557
Submitted by: Samy Al Bahra <samy@kerneled.com>
Approved by: adamw (mentor)
|
|
|
|
| |
Submitted by: Oliver Eikemeier
|
|
|
|
| |
"perl -pi -e" construction.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- don't use devel/gmake and devel/autoconf
- split distfiles on 3 files: viewer, parser, docs
I had to adjust this patch because it didn't apply cleanly.
PR: 58484
Submitted By: MAINTAINER
|
|
|
|
|
| |
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
|
|
|
|
|
|
|
| |
who did not respond to my email confirming whether they have an active
interest in maintaining the port:
sue reg rv jmb dima reg horikawa msmith jhs ue
|
|
|
|
| |
in the last commit.
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
|
| |
with no obvious replacement found in Google. The RPMs that this relies
on are rotting away, too. This port is on its way out IMHO.
|
|
|
|
|
|
|
|
|
| |
of each port on bento and for recent fixes. Unfortunately at some point I
got confused and switched to the wrong list :-) As a result I picked up a
number of ports that were fixed a while ago. Sorry for the false alarm,
maintainers.
Pointy hat to: kris
|
| |
|
| |
|
|
|
|
|
| |
PR: 57816
Submitted by: maintainer
|
|
|
|
|
|
| |
Add a REINPLACE to prevent double-inclusion of ppmcmap.h.
Submitted by: bento
|
|
|
|
| |
Submitted by: Helge Oldach <pose35@oldach.net>
|
|
|
|
|
|
|
|
|
| |
Now using LOCALBASE instead of PREFIX to tell the build
where to find libraries.
Add in missing dependency iconv.3.
PR: 56060
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
Added missing dependency iconv.3.
Now using LOCALBASE instead of PREFIX to tell build where to find
libraries.
PR: 56061
Submitted by: maintainer
|
|
|
|
|
| |
PR: 56057
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Makefile also cleaned up a little
PR: 56055
Submitted by: maintainer
|
|
|
|
| |
Prodded by: kris
|
|
|
|
|
|
|
|
|
| |
the commands `sitescooper -plucker` and `sitescooper
-mplucker` doesn't work as sitescooper uses deprecated
features of plucker.
PR: ports/55374
Submitted by: Anthony Ginepro <anthony.ginepro@laposte.net>
|
| |
|
|
|
|
|
| |
PR: 55692
Submitted by: maintainer
|
|
|
|
|
| |
PR: 55280
Pointy hat to: myself
|
|
|
|
|
|
|
|
| |
- synce-serial-config generates a pppd "peer" file containing the
linkname command. FreeBSD pppd doesn't have a linkname command.
PR: 55280
Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: 53921
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
|
|
|
|
|
|
|
| |
a Windows CE device for KDE applications.
PR: 53333
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
|
|
|
| |
Application Programming Interface, used for communicating with
Windows CE devices.
PR: 53310
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
|
|
| |
Windows CE devices.
PR: 53308
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
|
|
| |
WIndows CE devices.
PR: 53309
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
| |
PR: 53311
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
| |
PR: 54296
Submitted by: Geoffrey Mainland <mainland@apeiron.net>
|
|
|
|
|
| |
PR: 51423
Submitted by: Helge Oldach <ports-palm-pose-31312@oldach.net>
|
|
|
|
|
| |
PR: 54648
Submitted By: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: 54479
Submitted by: Alex Varju <varju@webct.com> (maintainer)
|
|
|
|
| |
use USE_GETOPT_LONG instead.
|
|
|
|
|
|
|
|
|
|
|
|
| |
port and I still haven't done anything with it. Perhaps
someone else will pick it up.
While here, mark as only for i386, as it does not configure
on the other architectures. I don't know how much work it
would take.
PR: 54305
Submitted by: maintainer
|
|
|
|
|
| |
PR: 51139
Submitted by: Helge Oldach <send-pr-31231@oldach.net>
|
|
|
|
|
|
|
|
|
|
|
| |
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
|
| |
|
|
|
|
|
|
| |
PR: 53054
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor)
|
|
|
|
| |
Reported by: bento
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Partly Submitted by: Christian Lackas <delta@lackas.net>
Pointed out by: kris
|
| |
|
| |
|
| |
|
|
|
|
| |
palm/prc-tools.
|
|
|
|
|
|
|
|
|
|
| |
migrated into this port.
I kept maintainer Mark Linimon <linimon@lonesome.com> because of respecting
his statement in the PR.
PR: ports/38689
Submitted by: Christian Lackas <delta@lackas.net>
|
| |
|
|
|
|
| |
Reported by: Tom Parquette <tparquet@twcny.rr.com>
|
|
|
|
|
| |
gnomepilot-conduits2 is a collection of PalmOS conduits for
gnomepilot2.
|
|
|
|
| |
* Convert to new GNOME infrastructure
|
| |
|
| |
|
|
|
|
| |
PalmOS conduit system for GNOME 2.
|
|
|
|
| |
probably just be added to MASTER_SITE_LOCAL.
|