This adds some new _experimental_ pipelined HTTP code which typically
makes portsnap 3-10 times faster at downloading updates. This
experimental code is disabled by default; to enable it, run portsnap
with the (undocumented) -x option. (e.g., "portsnap -x fetch")
I am not currently aware of any problems with this new code, but it has
had less than 24 hours of testing; I would definitely like to know if
it breaks anything.
If portsnap is run without the -x option, this version should behave
exactly the same way as the previous version.
Approved by: simon
patches integrated.
I give up on trying to convince the doxygen setup of simulavr to
peacefully collaborate with LaTeX 3.x, it always ends up in producing
a PDF file where it is supposed to produce a DVI file (which the build
system then tries to process further). Instead, I hacked the
configure and build system to not try building or installing any of
its private documentation at all (the man and info pages are still
around as they are already present in the source tarball).
After all, the original simulavr is no longer being developed but has
a successor named simulavrxx, so in future, I'll rather concentrate on
making a FreeBSD port out of that one.
By the same time, combine all the patches that add support for new AVR
devices into a single patch, as they all touch the same three source
files. In total, add support for the following AVR devices that were
not supported by the stock GCC 3.4.x:
ATtiny13/ATtiny2313
ATtiny25/ATtiny45/ATtiny85
ATmega48/ATmega88/ATmega168
AT90PWM2/AT90PWM3
ATmega164/ATmega324/ATmega644
ATmega325/ATmega3250/ATmega645/ATmega6450
ATmega329/ATmega3290/ATmega649/ATmega6490
AT90CAN128
(This is now documented in pkg-descr as well.)
and combine them into a single unified patch, as only two files need
to be patched anyway.
This will extend support of avr-binutils (over stock binutils-2.16) to
the following AVR devices:
ATtiny25/45/85
AT90PWM2/3
ATmega164/324/644
ATmega329/3290/649/6490
ATmega640/1280/1281
secteam@ instead of security@ to make it more clear that the ports are
not maintained by the freebsd-security@ mailing list. Both addresses
go to the same people.
- The port is currently unfetchable.
- GNATS 3 is deprecated, and the latest version of tkgnats (from 2001)
doesn't support GNATS 4.
PR: ports/82539
Submitted by: Benjamin Marschall <gammelgul@gammelgul.de>
Approved by: maintainer timeout (4 weeks)
* Remove USE_GMAKE (works fine with BSD make).
* Remove CONFIGURE_ENV (X11 flags are passed automatically when USE_XLIB is set)
* Remove freedroid.6 and Makefile* from the data directory.
* Use %%DATADIR%% in pkg-plist.
* Add @ to reinplace commands.
- Pass maintainership to submitter
PR: port/83877
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Approved by: Benjamin Lutz <benlutz@datacomm.ch> (maintainer)
- Collapse a few package entries from the latest apache entry (still
matches same package names, is just shorter markup-wise).
- Use standard topic style for jaberd entry.
- Fix entry date for jaberd entry.
- Convert to use OPTIONS.
- Change the default options (enable spell checking and X-Face support).
- Add GNOME print support (if available).
- Remove version check of OpenSSL. [1]
- Convert to the new automake infrastructure.
Requested by: cperciva (for the sake of portsnap) [1]