| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/84335
Submitted by: Andrej Zverev <az@inec.ru>
|
|
|
|
|
| |
PR: ports/84332
Submitted by: Andrej Zverev <az@inec.ru>
|
|
|
|
|
| |
PR: ports/84333
Submitted by: Andrej Zverev <az@inec.ru>
|
|
|
|
|
| |
PR: ports/84331
Submitted by: Andrej Zverev <az@inec.ru>
|
|
|
|
| |
at that time and no PRs have been submitted to fix it.
|
|
|
|
| |
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
|
| |
|
| |
|
| |
|
|
|
|
| |
- Fix Prefix-awareness
|
| |
|
|
|
|
| |
- Deprecate with 3 months grace: mastersite disappeared long ago
|
| |
|
|
|
|
|
|
| |
PR: ports/72938, ports/81320
Submitted by: Joseph Olatt <joji@eskimo.com>,
Carlos A. M. dos Santos <casantos@urisan.tche.br>
|
| |
|
|
|
|
|
| |
PR: 80502
Reported by: Stacey Roberts <stacey@vickiandstacey.com>
|
|
|
|
| |
Submitted by: Corey Smith <corsmith@qmail.com>
|
|
|
|
|
|
|
| |
Link the gnome-pilot libraries correctly so they play nice with the new
pkg-config.
Reminded by: bland
|
|
|
|
|
|
| |
pkg-config.
Reported by: Sven Esbjerg <esbjerg@xbsd.net>
|
|
|
|
| |
Approved by: clement (mentor)
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
| |
|
|
|
|
|
|
| |
PR: ports/79388
Submitted by: maintainer
Approved by: portmgr (implicit)
|
|
|
|
| |
Approved by: portmgr (self)
|
| |
|
|
|
|
|
| |
PR: 78593
Submitted by: Simon Dick <simond@irrelevant.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's worth pointing out that the Tcl project used to
*recommend* that application writers copy this kludge.
These ports work fine with Tcl 8.3, which provided a fake
matherr() even if the OS didn't, but here's what the
Tcl 8.4 changelog has to say:
2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english)
*** POTENTIAL INCOMPATIBILITY ***
The following lines can be safely removed from any application that
has them, unless compatibility with SunOS 4.X is desired.
extern int matherr();
int *tclDummyMathPtr = (int *) matherr;
The build problems were pointed out by Kris, as usual. ;-)
|
|
|
|
| |
and the handful of ports that depended on them.
|
|
|
|
|
|
| |
PR: ports/70922
Submitted by: Eric P. Scott
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
if (and only if) there is a password set on the Palm. The Palm claims
that the desktop software is too old and should be upgraded. The patch
below (essentially stolen from ColdSync 3.0) makes ColdSync claim that
it supports DLP 1.3.
Fix .info-handling while here
PR: ports/69212
Submitted by: Helge Oldach
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: 77208
Submitted by: Simon Dick <simond at irrelevant.org>
|
|
|
|
|
|
|
| |
- Pet portlint
PR: ports/77098
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
|
|
|
|
|
| |
PR: ports/76095
Submitted by: Sam Lawrance
|
|
|
|
|
|
|
| |
Transform the ageing rapip into shiny synce-kde 0.8.0
PR: ports/76058
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
|
|
| |
- fix misspelling portname in MOVED
Submitted by: maintainer
Pointyhat to: me
|
|
|
|
|
| |
PR: ports/72271
Submitted by: Sam Lawrance <boris@brooknet.com.au>
|
|
|
|
|
| |
PR: ports/75942
Submitted by: Sam Lawrance <boris(at)brooknet.com.au> (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: ports/72245, ports/72246, ports/72247, ports/72248,
ports/72249, ports/72250, ports/72251
Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some
warnings in some cases [2]
- fix a cut&past error in the linux_base-8 pkg-install script [3]
- convert the binary knob "USE_LINUX" to a version specifier, e.g.
USE_LINUX=<value> specifies a dependency upon
emulators/linux_base-<value>, exceptions are a value of "7" (which
does what you want and adds a dependency to linux_base) and any
value without a corresponding port in
PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
the default linux_base)
- don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
this allows us to use the USE_LINUX_PREFIX knob for linux_base and
paves the way for splitting up future linux base ports into
individual pieces
- remove RESTRICTED from some GPL licensed ports, even when we only
distribute binaries, we get them from official linux sites, so
anyone can grab them there if he needs to
- add a dependency upon the linux X11 bits where necessary (based upon
guesswork)
- don't use USE_X_PREFIX in some linux ports since it adds a dependency
to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
- bump the portrevision of the linux ports ("better safe than sorry"
algorithm)
- pass maintainership of the important linux infrastructure to a
mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
doesn't like this: tell us your bikeshed color at freebsd-emulation@,
my color would be "linuxolator@" in case someone cares...)
- add a pkg-install script for linux-fontconfig, but don't use it;
everything should work without it (the FreeBSD fc-cache program should
do all the work), but in case we need it we just need to decomment the
pkg-install part in the Makefile
- fix some dependencies
- fix some bugs
- add some static plists
- unbreak the ports with dependecies to more than one linux_base
This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.
Known bugs:
- the linux-mesa and linux-devtools ports install libGL*.so symlinks
- some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
the linux X11 port, so linx_Base-8 moans at deinstall time)
Future work (interested souls should coordinate with freebsd-emulation@):
- add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
or modify the behavior of USE_XLIB in the USE_LINUX case
AFAIK trevor has some patches.
- make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
the PREFIX?= workaround in some linux ports
Should be discussed/coordinated on/with x11@.
- move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
- update to a more recent linux base
PR: 69997, 70539 (and maybe others)
Discussed with/on: java@, x11@, trevor, portmgr
Tested by: mezz, portmgr, pointyhat
RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1]
Requested by: portmgr [2]
Submitted by: kris [3]
Approved by: portmgr
|
|
|
|
| |
broken at that time, and a fix has not been submitted to GNATS.
|
| |
|
|
|
|
| |
it back to ports.
|
|
|
|
| |
Approved by: pav
|
|
|
|
| |
Approved by: bland, kwm, marcus and pav
|
| |
|
|
|
|
| |
big upgrade.
|
|
|
|
|
| |
PR: ports/73368
Submitted by: plasma <plasmaball@gmail.com>
|
|
|
|
|
| |
PR: ports/73376
Submitted by: Maxim Tuliuk <mt@primats.org.ua> (maintainer)
|
| |
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
|
| |
man pages
- Remove one missed empty directory
Approved by: portmgr (linimon)
|
|
|
|
|
|
|
|
|
|
| |
- Remove insane abuse of PREFIX variable
- Clean up sys-include directories
- Fix installing of competing bfd.info files by deleting one of them
PR: ports/72005 (based on)
Submitted by: Guido Falsi <mad@madpilot.net>
Approved by: portmgr (linimon)
|
|
|
|
|
|
| |
PR: ports/71634
Submitted by: maintainer
Approved by: portmgr (marcus)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/70758
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/70592
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/70417
Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.
Update KOffice to version 1.3.2.
Add patches to fix a number of issues, including:
- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
with optimizations greater than -O
Add security related patches and entries to portaudit.txt.
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
| |
|
|
|
|
|
|
|
|
| |
Fix problem described at
http://gnu-designs.com/bugs/view_bug_advanced_page.php?f_id=450
PR: ports/47730
Submitted by: Maxim Tuliuk <mt@primats.org.ua>
|
|
|
|
|
| |
PR: ports/48598
Submitted by: Alex Varju <varju@webct.com>
|
| |
|
|
|
|
| |
Approved by: maintainer
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/45599
Submitted by: Jonathan Chen <jonc@chen.org.nz>
|
|
|
|
|
| |
o) Upgrade to version 0.8.7
o) Fix compile problems with pilot-link-0.11.X
|
|
|
|
|
| |
PR: ports/47033
Submitted by: Alex Varju <varju@webct.com> (maintianer)
|
|
|
|
|
| |
PR: ports/46914
Submitted by: Andrew &urger <arensb+ports@ooblick.com>
|
|
|
|
|
| |
PR: 45352
Submitted by: Mark Linimon <linimon@lonesome.com>
|
| |
|
|
|
|
|
| |
The plist was wrong, the list of manpages was wrong. And initially,
it would not build. What happened to testing?
|
|
|
|
| |
port now for kdepim.
|
| |
|
| |
|
|
|
|
|
|
|
| |
manual pages. Build the shared libraries next to the static ones.
Not bumping the PORTREVISION, since this is port was just upgraded.
Approved by: knu (again!), maintainer (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
addition to Handspring, so there is no need for patch-palm any more.
Remove the Perl parts of this port. They will be turned into the new
p5-coldsync. Now, that the port no longer uses Perl, switch back to
REINPLACE and rephrase the regexps, so they work (\S was a perlism).
Make patch-in6 a little nicer by making coldsync.c define _POSIX_SOURCE
as 200112 -- the only way to cause netinet/in.h to include
netinet6/in6.h, apparently.
Reviewed by: knu (portmgr)
Approved by: maintainer, portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
finished, despite several related commits, but, most importantly, the
port uses PERL anyway... This prevented USB detection -- fixed by
this committer in April. Pointy hats available upon request...
Make sure __BSD_VISIBLE is defined -- too many of _our headers_
trip over u_int et al without that.
Include netinet6/in6.h and force it in by defining what it is looking
for. The "official" way of doing it -- simply through the netinet/in.h
does not work. May be, there is no __POSIX_VISIBLE in case of
__BSD_VISIBLE? Fixes to files/patch-in6 are welcome!
The last two fixed compile on -current, justifying this commit without
explicit approval.
PR: ports/43532 ports/46472
Submitted by: Larry Rosenman, David Magda
|
| |
|
|
|
|
| |
Noticed on: bento
|
|
|
|
|
|
| |
fully configure the Palm settings and conduits.
Approved by: portmgr (knu)
|
|
|
|
| |
Approved by: portmgr (knu)
|
|
|
|
|
| |
PR: ports/45186
Submitted by: Mark Linimon <linimon@lonesome.com>
|