| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed by: knu
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD's dlopen(NULL, ...) doesn't return a handle useable for resolving
symbols in both the program itself and all modules it dlopen'ed. Instead,
when requested for a self handle return RTLD_DEFAULT, which seems closely
matches dlopen(NULL, ...) in Linux. Bump PORTREVISION.
Recommended update for all GNOME/GTK users.
Inspired by: John Merryweather Cooper <john_m_cooper@yahoo.com>
|
| |
|
|
|
|
|
| |
PR: ports/32482
Submitted by: Chia-liang Kao <clkao@clkao.org>
|
|
|
|
|
|
| |
Back out the downgrade, I would have never agreed to it if I had know...
This leaves a window of downgradededness 18 hours -- people can just live
with that.
|
| |
|
|
|
|
|
| |
do some regression tests on their later releases.
Versions 1.29 and 1.30 seg fault where 1.28 did not.
|
|
|
|
| |
Submitted by: ijliao
|
|
|
|
|
| |
PR: 32584
Submitted by: maintainer
|
|
|
|
|
| |
PR: 32610
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 32611
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
fix pkg-plist
PR: 32612
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 32613
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
make sure that the "autoconf" and "automake" binaries KDE looked for were
found and were autoconf213 and automake14 (as there are issues with the
latest versions), but the logic in setting $PATH was wrong. This puts
${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE
auto* problems if automake14 and automake-1.5 are both installed.
PR: 32512
Submitted by: Alan Eldridge <alane@geeksrus.net>
Approved by: will
|
|
|
|
|
| |
PR: ports/31556
Submitted by: Seth Kingsley <sethk@meowfishies.com>
|
|
|
|
|
| |
PR: 32573
Submitted by: Rahul Siddharthan <rsidd@online.fr>
|
|
|
|
|
|
|
| |
using a temporary file.
PR: 32398
Submitted by: Sergey Skvortsov <skv@protey.ru>
|
| |
|
|
|
|
|
|
|
| |
o Un"echo" commands
PR: 32550
Submitted by: Alan E <alane@geeksrus.net> (PR), maintainer (fix)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/32426
Submitted by: Paul Marquis <pmarquis@pobox.com>
|
|
|
|
| |
works.
|
|
|
|
|
| |
Submitted by: Bradley T Hughes <bhughes@trolltech.com>
Approved by: will
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* General:
- Support for objprelink.
- Hack for autoconf 2.13/automake 1.4. Note that we can't use
the standard USE_AUTO* because they change things in work/*;
KDE has its own way of doing that.
- Light cleanup of extra dirs in the PLISTs provided by
my mkplistpkg[1] script.
- Speedups of both compile and runtime through the usage of
--disable-debug and --enable-final. The latter did not work
with the kdemultimedia package, unfortunately.
- Patch updates.
* audio/kdemultimedia2:
- Patch to fix KSCD on FreeBSD[2]. It works very well now.
* deskutils/kdepim:
- Enable kpilot[3]. Pull in the latest pilot-link stuff.
* devel/kdesdk,
* devel/kdevelop:
- No specific changes.
* devel/qt-designer:
- Make this port depend almost entirely on qt23 to make it more
maintainable, so I don't have to keep hacking the patches to
get them to apply.
* editors/koffice,
* games/kdegames,
* graphics/kdegraphics:
- No specific changes.
* misc/kdeaddons:
- SDL is required now. Cull SDL PLIST_SUB and such.
- Fix breakage from hardcoding "sdl-config".
* misc/kdeutils2:
- Fix problem with klaptopdaemon[4] where it didn't properly
display the battery time. This patch is untested, but applied.
* net/kdenetwork2:
- Fix DCC for KSIRC[5].
- Remove ktalkd from the build. It requires some weird thing
in the configure script that I don't have time to look at.
* sysutils/kdeadmin:
- No specific changes.
* textproc/kdoc:
- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
seems to operate fine with >= 5.005. But I'll let time tell.
* www/quanta:
- No specific changes (--disable-debug support only).
* x11/kde2:
- No specific changes.
* x11/kdebase2:
- Fix ksysguard compile by merging the files from the HEAD branch
of KDE CVS that were missing at release time for FreeBSD[6]. :\
* x11/kdelibs2:
- Recognize CUPS' spinoff[7].
- Add libxslt dependency since it was removed from kdelibs.
- Fix libxml compile problems[8] (accomplished by upgrading).
- Remove libkformula from port Makefile; this library has been
spun off into koffice.
- Fix mode problems with DCOP[9]. This allows you to save files
properly. It also seems to be a FreeBSD specific problem.
- Fix bashisms in kdeprint/imagetops script[10].
* x11-clocks/kdetoys2:
- No specific changes.
* x11-toolkits/qt23:
- Do NOT upgrade to QT 2.3.2[11].
- Allow devel/qt-designer to depend on this port entirely for the
patches by adding a perlre to accomplish this.
* x11-wm/kdeartwork:
- No specific changes.
Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!
[1] http://freebsd.kde.org/;
http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2] Submitted by: Matthew Holmes <matt@speakeasy.net>
[3] PR: 31914
Submitted by: Alan Eldridge <alane@geeksrus.net>
[4] PR: 28475
Submitted by: Arun Sharma <arun@sharmas.dhs.org>
[5] Submitted by: Luc Morin <luc_m@videotron.ca>
[6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7] PR: 32321
Reported by: gad
Submitted by: James A. Halstead <jah4007@cs.rit.edu>
[8] PR: 32055
Reported by: William Richard <wrichard@trivalley.com>, others
[9] PR: 31629
Submitted by: Alan Eldridge <alane@geeksrus.net>
[10] PR: 32358
Submitted by: Alexander N. Kabaev <ak03@gte.com>
[11] PR: 31809
Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
http://lists.csociety.org/pipermail/kde-freebsd;
http://lists.csociety.org/listinfo/kde-freebsd
|
|
|
|
|
|
|
|
|
|
|
| |
linking performance. This will be used by the upcoming KDE 2.2.2 ports
upgrade. The patch fixes a libbfd compile problem from binutils 2.11.2.
Obtained from: sources.redhat.com CVS; patch-configure based on obrien's
commit to branch binutils-2_11-branch on Feb 19, 2001, which
fixes trad-core compile problems.
Submitted by: Dominic Marks <dominic_marks@btinternet.com>
(I rewrote most of it, but he kicked off the idea.)
|
| |
|
|
|
|
|
| |
PR: 31470
Submitted by: Hye-Shik Chang <perky@fallin.lv>
|
|
|
|
|
|
|
| |
A framework and distrbution system for reusable PHP components.
PR: 31900
Submitted by: Thierry Thomas <thierry@thomas.as>
|
|
|
|
| |
Remove the no longer needed dependency on ruby-amstd.
|
|
|
|
| |
Remove the unneeded dependency on ruby-amstd.
|
|
|
|
|
| |
PR: 32357
Submitted by: maintainer
|
|
|
|
|
| |
PR: 32356
Submitted by: maintainer
|
|
|
|
|
| |
PR: 32415
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Jeroen Ruigrok/Asmodai <asmodai@ninth-circle.dnsalias.net>
|
|
|
|
| |
different semantics than our bsd.port.mk provides.
|
|
|
|
|
|
|
| |
* Prune obsolete and excess verbiage from comment and description.
* Add homepage URL.
Approved by: greid
|
| |
|
| |
|
|
|
|
|
| |
Approved by: maintainer
Submitted by: bento
|
|
|
|
| |
Submitted by: bento
|
| |
|
|
|
|
|
| |
PR: 32189
Submitted by: maintainer
|
|
|
|
|
| |
Version 1.29 had several problems that I believe 1.30 fixes (looking at the
ChangeLog).
|
|
|
|
|
|
| |
2001-11-27 Flavio Veloso <flaviovs@magnux.com>
* gnuserv.c: Fix a potential buffer overflow in permitted() that
may allow the client to execute code on the server.
|
|
|
|
|
| |
PR: 32368
Submitted by: MAINTAINER
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
znerd@FreeBSD.org
Approved by: sobomax
|
| |
|
|
|
|
| |
drop maintainership
|
|
|
|
| |
Submitted by: fenner's distfile survey
|
| |
|
|
|
|
| |
Submitted by: bento
|
|
|
|
| |
Submitted by: kuriyama
|
| |
|
|
|
|
| |
- This is mostly a bugfix release
|
|
|
|
| |
Submitted by: anthony.kim@vw.com
|
|
|
|
|
|
|
| |
- set depends appropriately if HAVE_LATEX is defined
PR: 32091
Submitted by: maintainer
|
|
|
|
|
| |
PR: 23140
Submitted by: Robert Withrow <bwithrow@nortelnetworks.com>
|
| |
|
|
|
|
|
| |
PR: 31973
Submitted by: Andrew Milton <akm@theinternet.com.au>
|
|
|
|
|
|
|
| |
useless .la files (bows to sobomax)
PR: 32245
Submitted by: maintainer
|
|
|
|
|
| |
PR: 32103
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- drop maintainership.
PR: 32032
Submitted by: Heath Nielson <heath@cs.byu.edu>
|
|
|
|
|
| |
PR: 32215
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 32216
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 32167
Submitted by: maintainer
|
|
|
|
|
| |
PR: 31923
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
application (now renamed to QIDE), and the port has been marked BROKEN for
a long time.
|
| |
|
|
|
|
| |
the later case
|
|
|
|
| |
the later case
|
| |
|
| |
|
|
|
|
|
|
| |
C++ server daemons
PR: 29620
|
|
|
|
|
|
|
|
| |
- handle shlibs correctly
- add a PLIST_SUB for the version
PR: 31874
Submitted by: maintainer (partially)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: will
|
|
|
|
|
|
|
| |
Simple utility to indent C++ code
PR: 31831
Submitted by: Mike Buchanon <buchanon@mlss15.cl.msu.edu>
|
|
|
|
|
|
|
| |
Object-oriented delegation
PR: 31783
Submitted by: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
|
|
|
| |
Design-by-Contract OO in Perl
PR: 31782
Submitted by: Sergey Skvortsov <skv@protey.ru>
|
| |
|
| |
|
|
|
|
| |
Shafeeq
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(port did not build with ORBit ports >= 0.5.10).
- GNU_CONFIGURE -> USE_AUTOMAKE, in order to incorporate variables from
Makefile.buildvars in Makefiles.
- Move removal of "test" directory from Makefile.in to Makefile.am, to
accommodate the fact that we're now using automake: Remove
patch-Makefile.in and add patch-Makefile.am.
- Expand pkg-descr a bit.
- Alphabetise pkg-plist and add directories.
- Bump PORTREVISION.
|
|
|
|
|
|
|
|
| |
- minor indentation fix in pkg-descr
- add @comment $FreeBSD$ to pkg-plist & sort
PR: 31543
Submitted by: maintainer
|
|
|
|
| |
Approved by: lioux
|
|
|
|
|
|
| |
problem described in PR 31142
- Remove patch for same from patch-aa
- Tidy up pkg-{comment,desc} somewhat
|
|
|
|
|
|
|
|
| |
- Assume maintainership; the previous maintainer - an ex-coworker - has
expressed no further interest in maintaining this port
- Remove spurious build-time dependency on doxygen
- HAS_CONFIGURE -> GNU_CONFIGURE
- Add post-install target to install some documentation and examples
|
|
|
|
| |
A command-line parsing library for Python
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o do not create unnecessary directories
o do not install duplicate stuff obtainable from: silc-client
and silc-server
o handle NOPORTDOCS in post-patch target (patching become very
complex with patches added in this commit)
o depend on silc-client (several files to get port to work)
o change some installation dirs to avoid collision with silc-client
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
update of dependencies, so comment it out for the moment.
|
|
|
|
|
|
|
|
| |
(SILC) development toolkit
o With invaluable feedback from debolaz during our all-nighter
porting work :)
Reviewed by: Anders Nor Berle <debolaz@debolaz.com>
|
| |
|
|
|
|
|
| |
PR: 31844
Submitted by: maintainer
|
|
|
|
| |
Submitted by: Peter Pentchev <roam@freebsd.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* cvsweb.conf-freebsd: Allow downloading a tarball of a project
directory as well as a port directory.
* cvsweb.cgi, cvsweb.conf: Introduce optional output filter.
[Requested by: Shigeyuki Fukushima <shige@FreeBSD.org>]
* cvsweb.cgi: Fix a bug where it produces wrong download links when
cvsweb.cgi is placed right under the document root.
[Reported by: Arnaud on EFnet]
|
|
|
|
| |
Submitted by: knu
|
| |
|
|
|
|
| |
running FreeBSD.
|
|
|
|
| |
Update MASTER_SITES for umatrix, while I'm here.
|
| |
|
|
|
|
|
|
|
|
|
| |
acpicadb:
- Apply some UINT32 -> ACPI_INTEGER changes
- Apply ACPI_READ_ADR_SPACE -> ACPI_READ,
ACPI_WRITE_ADR_SPACE -> ACPI_WRITE changes
- Setup DSDT talbe by calling AcpiLoadTable()
- Fix sleep -> usleep in osunixxf.c
|
| |
|
|
|
|
|
|
| |
else).
Approved by: maintainer
|
| |
|
| |
|
|
|
|
| |
o using versioned distfile (inspired from OpenBSD port).
|
| |
|
|
|
|
|
|
|
| |
develop for Agenda VR3 PDA.
PR: 31403
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
|
|
|
|
|
|
|
| |
develop for Agenda VR3 PDA.
PR: 31404
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
|
|
|
|
|
|
|
| |
It is version for rootdisk-1.2.0S.
PR: 31405
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
It is meta-port now, includes agenda-static-libs and agenda-snow-libs
It is version for rootdisk-1.2.0S
PR: 31406
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Now it is version 2.10.91.
PR: 31407
Submitted by: maintainer
|
|
|
|
|
|
|
| |
It is version for rootdisk-1.2.0S
PR: 31409
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
|
|
|
|
|
|
|
| |
SNOW ABI.
PR: 31410
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
|
|
|
|
|
| |
PR: 31408
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
|
|
|
|
|
|
|
|
| |
- depend on xml.5 specifically (not just xml)
- add WWW: line
PR: 31609
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 31750
Submitted by: maintainer
|
|
|
|
| |
An object oriented recursive descent parser generator framework
|
|
|
|
|
| |
PR: ports/31115
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
| |
The eGenix mx Extensions - EXPERIMENTAL Package
|
|
|
|
|
|
| |
- No PORTREVISION bump; it's just a build-time thing.
Submitted by: bento
|
|
|
|
| |
File I/O related functions and classes
|
| |
|
|
|
|
| |
Add ANSI color capability to output streams
|
| |
|
| |
|
|
|
|
|
| |
PR: 31664
Submitted by: MAINTAINER
|
| |
|
| |
|
|
|
|
|
| |
PR: 31665
Submitted by: Aaron D. Gifford <agifford@infowest.com>
|
|
|
|
| |
Ixlib is a small c++ tools library based on STL
|
| |
|
| |
|
|
|
|
|
| |
PRs: 31601, 31602, 31603, ...
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: 31537
Submitted by: maintainer
|
| |
|
|
|
|
| |
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
|
|
|
|
|
| |
moved aroud, so all ports that don't pay attention to an output of
`gdk-pixbuf-config --cflags' need to be fixed.
|
| |
|
|
|
|
| |
abusing AUTOMAKE...
|
|
|
|
| |
abusing AUTOMAKE...
|
|
|
|
|
| |
commits. Repeat after me: once set PORTEPOCH could not be decreased or
deleted.
|
|
|
|
|
|
|
| |
erroneously decreased it to 2.
Submitted by: Joe Clarke <marcus@marcuscom.com>
Mike Harding <mvh@ix.netcom.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
try to use writev(2) in a non-blocking mode, especially on sockets. Not only
this makes handling of EAGAIN rather weird, but in the case of sockets makes
your code subject of a ENOBUFS, which is absolutely unclear how to handle
properly. *sigh*
Bump PORTREVISION.
|
| |
|
| |
|
|
|
|
|
| |
PR: 30232
Submitted by: Thomas Hentschel <bsd@hentschel.net>
|
|
|
|
|
|
|
| |
Instead of replacing writev(2) with loop based on write(2), test system
limit on the number of vectors writev(2) accepts and split call to writev(2)
to several calls in such a way that number of vectors in each call doesn't
exceed this limit (aka UIO_MAXIOV). Bump PORTREVISION.
|
| |
|
|
|
|
|
| |
The legacy version is known as 'automake14' for those that find automake 1.5
incompatible.
|
| |
|
|
|
|
|
| |
version. autoconf213 can live beside the latest 'autoconf', and is invoked
specifically as 'autoconf213'.
|
|
|
|
|
| |
version. automake14 can live beside the latest 'automake', and is invoked
specifically as 'automake14'.
|
| |
|
|
|
|
|
| |
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
|
|
|
|
| |
add WWW; assume maintainership.
|
|
|
|
| |
maintainership.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD's writev(2) implementation is rather unreliable when large number of
vectors is submitted - it returns EINVAL despite the fact that all arguments
are pretty valid. This caused serious problems with GNOME's oaf and prevented
Nautilus from working properly. The problem disappeared when I've replaced
writev(2) call with appropriate loop based around ordinary write(2). Perhaps
this should be investigated and the real source of the problem fixed instead,
but I do not have a time for this right now. For those who interested I'm
ready to provide a step-by step instruction on how to reproduce the bug.
Special thanks to: andersca @ nautilus#irc.gnome.org
|
|
|
|
|
|
|
|
|
| |
version than 2.13.
I could find no ports that broke with this update.
Approved by: portmgr
Message-ID: <20011024214950.W25747@squall.waterspout.com>
|
|
|
|
|
| |
- Import latest acpudump utility, disassemble AML into ASL which
can be compiled with most ASL compilers.
|
|
|
|
|
| |
PR: 31314
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/py-xoltar-toolkit, so:
- Update devel/py-xoltar-toolkit to the latest version (2001.06.01) of the
Xoltar Toolkit, which bundles an updated functional.py module with some
supporting modules.
- Remove all files from devel/py-functional
- Update the category Makefile to reflect the change.
Approved by: Jacques Vidrine <nectar@FreeBSD.org>, maintainer
|
|
|
|
| |
Obtained from: GNOME CVS
|
| |
|
| |
|
|
|
|
| |
the script on FreeBSD (glib12-config).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Note that others might still be lurking inside the m4 code,
this is just a quick fix for the one reported on BugTraq.
(What do I think I am doing, anyway, reading BugTraq at 4:30am
on a bleak Monday morning..)
Reported by: <dotslash@snosoft.com> via BugTraq
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Bump PORTREVISON to make sure no problems with previous error
PR: 31269
Submitted by: maintainer
|
|
|
|
|
| |
PR: 31322
Submitted by: maintainer
|
|
|
|
|
| |
PR: 31269
Submitted by: maintainer
|
|
|
|
|
| |
PR: 30943
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: 31284
Submitted by: maintainer
|
|
|
|
|
|
|
| |
GLUT-based C++ user interface library
PR: 30822
Submitted by: Matthew West <mwest@uct.ac.za>
|
|
|
|
|
| |
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
PR: 30890
|
| |
|
| |
|
|
|
|
|
|
|
| |
development API (linux version)
Submitted by: Martin Matuska <matuska@wu-wien.ac.at>
Reviewed by: Patrick Li <pat@databits.net>
|
| |
|
|
|
|
|
|
|
|
|
| |
strip command
o this is important since the current emulators/linux_base-7 does
not carry a strip command and no appropriate port carrying it
currently exists
Prompted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
I will stop getting "Unfetchable distfiles" message for files that
do get fetched in the real-world (tm). Suggested by sf, and changed.
Also update i386-rtems-g77/Makefile: s/F77/G77/g
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
|
| |
|
|
|
|
| |
and not sysutils...
|
|
|
|
|
| |
PR: 30793
Submitted by: MAINTAINER
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Generates man pages from C sources
PR: 29805
Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net>
|
| |
|
| |
|
|
|
|
| |
much like system(), but with STDERR available as well.
|
| |
|
|
|
|
| |
functions by caching return values.
|
| |
|
|
|
|
| |
by line efficiently.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since I do not know whether non-i386 platforms are supported,
ONLY_FOR_ARCHS=i386 is remained in Makefile.
Changes from previous version:
* Install shared library.
* Do not create and install libleak.
Leak detection mode can be initiated at run-time by setting GC_find_leak.
PR: 31125
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
| |
|
|
|
|
|
|
|
| |
removal from sys/ptrace.h. Also, fix the incorrect PT_READ_U label.
PR: 30878
Submitted by: Maxime Henrion <mux@qualys.com>
|
| |
|
|
|
|
|
|
|
|
| |
. install -c now default, thus patch-aa no longer needed
. isblank() has been added
. the HTML reference is now integral part of the
distribution file, so no need to fetch it separately
anymore
|