| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/74345
Submitted by: maintainer
|
|
|
|
|
| |
GCC 3.1 isn't using it for the Java compiler, but for C/C++ code. Same
for FORTRAN77. The Java bits also don't compile on FreeBSD/sparc64.
|
|
|
|
|
|
|
|
| |
Some configuration code on Pike doesn't deal with 64bits
machines (eg non x86 one). This patch is trying to fix it.
PR: ports/74315
Submitted by: Xavier Beaudouin <kiwi@oav.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
503000. Mono 1.0.1 and greater have been broken on earlier OSVERSION
versions. Warning, not all C# apps will not working, because FreeBSD still
need to work more on pthread issues. Few C# apps such as Blam, Muine, Tomboy
and etc work perfect.
PR: ports/74397 ports/74398
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Approved by: maintainer timeout (no contract for months)
|
| |
|
| |
|
|
|
|
|
|
|
| |
Obtained from: ruby CVS
Reviewed by: trhodes
OK'ed by: maintainer silence
With hat: secteam
|
|
|
|
| |
cluster.
|
|
|
|
|
| |
Pointed out by: kris
Approved by: tobez
|
|
|
|
| |
shared with other gcc versions.
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/74245
Submitted by: Ports Fury
|
|
|
|
|
| |
old bounds checker). This includes quite a couple of SPARC fixes and should
fix the bootstrap failure there.
|
|
|
|
|
| |
PR: ports/74222
Submitted by: Conrad J. Sabatier <conrads@cox.net>
|
|
|
|
|
|
|
|
| |
- Change maintainer e-mail
- Drop WWW pages
PR: ports/74203
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Change maintainer e-mail
- Drop WWW pages
PR: ports/74201
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
code with Lua. Based on a "cleaned" header file, toLua automatically
generates the binding code to access C/C++ features from Lua. Using
Lua-5.0 API and tag method facilities, the current version automatically
maps C/C++ constants, external variables, functions, namespace,
classes, and methods to Lua. It also provides facilities to create
Lua modules.
WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/
Author: Waldemar Celes <celes@tecgraf.puc-rio.br>
|
|
|
|
|
|
|
|
|
|
| |
code with Lua. Based on a "cleaned" header file, toLua automatically
generates the binding code to access C/C++ features from Lua. Using
Lua-5.0 API and tag method facilities, the current version automatically
maps C/C++ constants, external variables, functions, namespace,
classes, and methods
WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/
|
|
|
|
|
| |
- Drop support for FreeBSD 2.
- Bump PORTREVISION.
|
|
|
|
|
| |
Reported by: seanc
Pointy hat to: kwm
|
|
|
|
|
|
| |
Changelog : http://www.gnu.org/software/guile/news.html
Approved by: pav (mentor)
|
| |
|
|
|
|
| |
for adoption.
|
|
|
|
| |
Requested by: Jan Rochel <jannisan@t-online.de>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/74072
Submitted by: Masanori OZAWA (ozawa@ongs.co.jp)
|
| |
|
|
|
|
|
|
|
|
|
| |
Also included tcl8.5 documentation
version new version
8.3.4 8.3.5
8.4a1 8.4.7
- 8.5a1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Declare a PATCH_DEPENDS on emulators/linux_base-8 only if actually using
RTPpatch to apply an Intel provided binary patch.
- Turn the GCC-compatibility of ICC on by default for FreeBSD >= 502108;
except for one bug which is worked around by this port and will be fixed
in src later FreeBSD gained support for using the GCC-compatibility along
with the patch to compile the kernel with ICC (but the ICC 8.0 series
wasn't configurable/hackable enough to actually use it on FreeBSD, which
resulted into the aforementioned bug).
- On FreeBSD >= 502108 default to using libstdc++ from the base as STL
instead of STLport unless "-cxxlib-icc" is passed to icpc (made possible
by turning on the GCC-compatibility and the compatibility to GCC 3.3 and
3.4 which was added to ICC 8.1). On FreeBSD < 502108 STLport i.e.
devel/stlport-icc is and will continue to be the only STL available.
Update the instructions displayed by the post-install target accordingly.
- Put the wrappers for glibc specific symbols and other GNU/Linux compat
hacks into their own library "libiccfbsd" and teach the ld-wrapper to
injected this lib instead of adding these things to the Intel libcxa and
libcxaguard. Beginning with ICC 8.1 non of the Intel libs is "guaranteed"
to be linked into resulting executable (this is actually a fix in ICC
as libcxa and libcxaguard are C++ only). This fixes linking against libm
with icc amongst other things [1].
- Clean the ld-wrapper up a bit. Stop trying to create a perfect world for
the real ld(1) regarding superfluous linkage options, ICC natively passes
far to many of them to the linker that we easily could remove them all.
- Change the ld-wrapper to allow for bootstrapping STLport in a bit
different way that we used to do it, required to make devel/stlport-icc
build correctly again.
- Use fmt(1) to print the infos displayed by the post-install target so
the text is formated properly after the included variables are expanded [2].
Todo: - Rework the freaking thread library selection via the PTHREAD_LIBS
environment variable by the ld-wrapper, this causes really annoying
problems when compiling ports with ICC. Some functionality analogous
to the GCC "-pthread" option (which is also known by ICC but is not
documented and doesn't do the right thing for FreeBSD) would be great.
- Make devel/stlport-icc build again with ICC 8.1 after devel/stlport
has been updated to 4.6.2 (PR 73604). Patch for 4.5.3 already done.
Reported by: Dan Nelson <dnelson@allantgroup.com> [1]
Courtesy of: netchild [2]
Approved by: netchild
|
|
|
|
| |
Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
|
| |
|
|
|
|
| |
set to something GCC 2.95 won't understand.
|
| |
|
| |
|
| |
|
|
|
|
| |
set to something GCC 2.95 won't understand.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
not produce the warning about a nonexisting directory.
PR: ports/73842
Submitted by: Eugene Ossintsev <eugos@gmx.net> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- add NOPRECIOUSMAKEVARS to avoid changing ARCH
- fix build and unbreak this port on 5.x
- not to STRIP scripts
PR: (based on) 71982
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
| |
PR: 73581
|
| |
|
|
|
|
| |
related fixes I had submitted upstream.
|
| |
|
| |
|
|
|
|
| |
FreeBSD 5.
|
|
|
|
|
|
| |
accidental, considering obrien's log entry and the breakage caused.
Spotted by: kris (on behalf of pointyhat)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Remove unused .la files.
Reviewed by: gerald
|
|
|
|
|
| |
PR: 73003
Submitted by: Chris Burkert <chris@chrisburkert.de>
|
|
|
|
|
| |
PR: 71957
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
|
|
|
|
| |
Submitted by: pointyhat via kris
|
| |
|
|
|
|
|
| |
PR: ports/73435
Submitted by: maintainer
|
|
|
|
|
| |
is no longer saved. It seems to be optional to pass this to
print_387_status(), so just pass 0 instead for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- For changes since the 8.0 series see the installed C++ReleaseNotes.htm
but note that information given there doesn't necessarily apply to ICC
on FreeBSD, e.g. -cxxlib-gcc isn't the default on FreeBSD yet and this
port also doesn't install the Eclipse and CDT IDEs.
- ICC now unfortunately requires emulators/linux_base-8.
- Works fine for compiling C source.
- A 6.0-current GENERIC kernel compiles and boots.
- The devel/stlport-icc port currently can't link the exception handling
testsuite with this ICC version (due to relying on a missbehaviour of
the old ICC versions) and has to be changed in a way that doesn't break
lang/icc7.
- Support for using the GCC-compatibility of ICC on FreeBSD and using
the GNU libstdc++ as the STL with ICC is in the works.
o Like with the system GCC, default to libpthread for the threads library
on FreeBSD >= 502102.
Approved by: netchild
In joint forces with: netchild
|
|
|
|
|
| |
PR: ports/73406
Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
|
|
|
|
|
|
|
|
| |
- Eliminate dependancy on gcc 2.95
- Fix gmp lib dir flaw
PR: ports/73362
Submitted by: maintainer
|
|
|
|
|
|
|
| |
build fails at elevated optimization levels due to aliasing bugs in
its elderly version of dtoa.c.
PR: ports/71456
|
|
|
|
| |
package not changed
|
|
|
|
|
|
| |
snapshot of GCC 4.0.0.
PR: 71696
|
|
|
|
|
|
| |
snapshot of GCC 4.0.0.
PR: 71696.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/73217
Submitted by: Julian Stecklina <der_julian@web.de> (maintainer)
|
|
|
|
| |
make packages from pointyhat cluster work as intended
|
|
|
|
|
|
| |
and we will grow a devel/gcc40 port.
PR: 71696
|
|
|
|
| |
Reported by: cluster via kris
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/72950
Submitted by: Kimura Fuyuki (maintainer)
|
|
|
|
| |
Submitted by: (indirect) "Jacques A. Vidrine" <nectar@FreeBSD.org>
|
|
|
|
| |
ANNOUNCE file.
|
|
|
|
| |
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
|
|
|
|
|
| |
PR: ports/72851
Submitted by: Julian Stecklina <der_julian@web.de> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
with variable definitions, it seems.
|
| |
|
|
|
|
|
| |
functions. This port goes to lang/ to follow the tradition of
p5-Scalar-List-Utils.
|
|
|
|
|
|
|
|
|
|
|
| |
The asn1c compiles ASN.1 (Abstract Syntax Notation One)
specifications into the C source code. This compiler supports
automatic constraints checking code generation, parametrization,
basic support for Information Object Classes. The produced C code
contains the codecs for BER & DER encoding rules.
PR: ports/71560.
Submitted by: Lev Walkin <vlm@lionet.info>
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/72030
Submitted by: clsung
Approved by: co-mentor (vanilla)
|
|
|
|
|
| |
PR: ports/72437
Submitted by: Michael Johnson <ahze@ahze.net>
|
| |
|
|
|
|
|
| |
PR: ports/72356
Submitted by: Marc van Woerkom <marc.vanwoerkom at fernuni-hagen.de>
|
| |
|
|
|
|
| |
Submitted by: edwin@mavetju.org
|
|
|
|
|
| |
PR: ports/71369
Submitted by: Nils M Holm <nmh at t3x dot org> (maintainer)
|
|
|
|
| |
- add IGNORE if make.conf is not set up
|
| |
|
|
|
|
|
| |
PR: ports/72079
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix compilation of thread-safe PHP after the PTHREAD_LIBS change
- Include md5 and blowfish support on amd64 (fix headers) [1]
- Add support for dom_import_simplexml function in php5-dom [2]
- Fix vulnerability in RFC 1867 file upload processing [3]
- Fix php_variables memory disclosure [3]
PR: ports/71752 [1], ports/72003 [2], ports/72420 [3]
Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1],
Vaidrius Petrauskas <acrozy@uosis.mif.vu.lt> [2],
Dmitry A Grigorovich <odip@bionet.nsc.ru> [3]
Approved by: portmgr (kris)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix compilation of thread-safe PHP after the PTHREAD_LIBS change
- Include md5 and blowfish support on amd64 (fix headers) [1]
- Fix vulnerability in RFC 1867 file upload processing [2]
- Fix php_variables memory disclosure [2]
- GD LZW-GIF support is now enabled by default
PR: ports/71752 [1], ports/72420 [2]
Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1],
Dmitry A Grigorovich <odip@bionet.nsc.ru> [2]
Approved by: portmgr (kris)
|
|
|
|
|
|
|
| |
of the compiler bootstrap. Drop it back to use the 4.x binary version
with compat4x instead so it will run on 5.3.
Approved by: portmgr
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
| |
PR: ports/72042
Submitted by: Yen-Ming Lee <leeym@FreeBSD.org>
Approved by: portmgr (marcus)
|
|
|
|
|
|
|
|
| |
- utilize MASTER_SITE_TCLTK
PR: 71925
Submitted by: leeym
Approved by: portmgr (marcus)
|
|
|
|
|
|
|
|
| |
- utilize PORTNAME and PORTVERSION
PR: 71839
Submitted by: leeym
Approved by: portmgr (marcus), jdp (maintainer)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
| |
PR: 71679
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
Reported by: pointyhat
Approved by: portmgr (implicit)
|
|
|
|
|
| |
- fix linking under 5-CURRENT
Approved by: portmgr (marcus)
|
|
|
|
| |
Approved by: portmgr (mcl).
|
| |
|
|
|
|
| |
Approved by: gerald
|
| |
|
|
|
|
|
| |
PR: 71340
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
|
|
|
|
| |
PR: ports/71299
Submitted by: Ports Fury
|
|
|
|
|
|
| |
PR: ports/71162
Submitted by: MOROHOSHI Akihiko <moro at remus dot dti dot ne dot jp>
Approved by: maintainer
|
| |
|
|
|
|
|
|
| |
architecture and that perl is no longer required.
Approved by: arved
|
|
|
|
|
|
| |
snapshot of GCC 3.5.0.
PR: 70493
|
|
|
|
|
| |
PR: 71150
Submitted by: leeym
|
| |
|
|
|
|
| |
Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
|
|
|
|
|
|
|
|
| |
- Libintl is not part of libc on FreeBSD
PR: ports/70318
Submitted by: Christopher Nehren <apeiron@comcast.net>
Approved by: maintainer timeout (14 days)
|
| |
|
| |
|
|
|
|
| |
Obtained from: cvs.haskell.org
|
|
|
|
|
| |
PR: ports/70890
Submitted by: maintainer
|
|
|
|
| |
with WITH_TCL80_MAN and WITH_TK80_MAN knobs respectively.
|
|
|
|
| |
- GD GIF output support is now enabled by default
|
| |
|
|
|
|
|
| |
they've basically made me start using it. It got to the point that I'd say, "I
should write that in nickle" and I didn't even know the language yet.
|
|
|
|
|
| |
PR: 44295
Submitted by: Stephen Weeks
|
|
|
|
|
| |
PR: ports/70504
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
|
|
|
| |
PR: ports/70763
Submitted by: Esa Karkkainen <ejk@iki.fi>
|
|
|
|
| |
Submitted by: kstewart <kstewart@owt.com>
|
|
|
|
|
| |
PR: ports/70745
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/70752
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Remove support for FreeBSD 2.
Spotted by: marcus, kris
Obtained from: Python CVS
|
|
|
|
|
|
|
|
| |
- Drop FreeBSD 2 support.
- Fix build on -stable.
Spotted by: marcus, kris
Obtained from: Python CVS
|
|
|
|
|
|
|
| |
- Remove support for FreeBSD 2.
Spotted by: marcus, kris
Obtained from: Python CVS
|
|
|
|
|
| |
PR: ports/70709
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/70658
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
cgi/session's insecure permissions problem.
|
|
|
|
|
|
| |
WITH_TCL82_MAN, WITH_TCL82_MAN, WITHOUT_TCL84_MAN,
WITH_TK82_MAN, WITH_TK82_MAN, WITHOUT_TK84_MAN
PR: 70328
|
|
|
|
|
| |
PR: 70508
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
|
|
|
| |
- switch to libtool 1.5.
Known bug: the eval component aborts (already in 0.96, beeing
investigated).
|
| |
|
|
|
|
| |
Obtained from: kris
|
|
|
|
| |
now it can output EM64T code!
|
|
|
|
|
|
| |
patch-aa), which confuses configure
Reported by: pointyhat
|
| |
|
| |
|
| |
|
|
|
|
| |
PR: 64393
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/70183
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/70150
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/70118
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Add checksum for 2.4a2
PR: 69950 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
|
|
|
|
|
|
| |
- Add IPV6 option [1]
PR: 69950 [1]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1]
|
|
|
|
| |
Submitted by: roam
|
| |
|
|
|
|
|
|
|
| |
All autotools ports are now truly versioned and do not conflict with each
other.
This marks the end of "Phase 1" of the autotools updates.
|
|
|
|
|
| |
PR: ports/69824
Submitted by: David G. Holm <freebsd@netfang.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
freshmeat blurb:
This is a maintenance release with some minor feature additions.
Numerous bugs are fixed, including macro-related bugs and build
problems.
(lib name contains software version instead of 0.0.0 now...)
PR: ports/69932 ports/69933
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
a new Python implementation for .NET platforms.
|
|
|
|
|
|
|
| |
error: ISO C++ forbids cast to non-reference type used as lvalue
PR: ports/69653
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
|
|
|
|
|
|
| |
and add etc/php to the config scan path.
Suggested by: Kenneth Vestergaard Schmidt <kvs@pil.dk>
|
|
|
|
| |
- Fix package creation and BATCH installation
|
| |
|
|
|
|
| |
Requested by: marcus
|
|
|
|
| |
-Bump the PORTREVISION, because of pkg-plist change.
|
|
|
|
|
| |
PR: ports/69481
Submitted by: Tim Bishop
|
|
|
|
|
| |
PR: ports/69464
Submitted by: Vadim Mikhailov <freebsd-bugs@mikhailov.org>
|
|
|
|
|
| |
PR: 69597
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/69568
Submitted by: zeekay <zk@wspim.edu.pl>
|
| |
|
|
|
|
|
|
|
|
| |
who wish to keep compatibility with files generated by Storable::store
from a previous version of perl, and were unlucky enough to not use
portable Storable::nstore instead.
Submitted by: kuriyama
|
|
|
|
|
| |
PR: ports/62455
Submitted by: Julian Stecklina
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
|
|
|
|
|
| |
- Remove patch-aa in favour of MAKE_ARGS
- Grab for haskell-alias: This is family
|
|
|
|
|
| |
PR: 69457
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
|
| |
PR: ports/69426
Submitted by: maintainer
|
| |
|
|
|
|
| |
the new-and-working sybase (CT-lib) extension.
|
| |
|
| |
|
|
|
|
|
|
| |
- Set them acccordingly in PHP extensions ports
(Now I really need some rest, see you tomorrow)
|
|
|
|
|
| |
configuration file blindly and then complain about wrong directory.
PHP has the correct path compiled in statically.
|
| |
|
|
|
|
|
| |
PR: ports/69255
Submitted by: Eugene Ossintsev (maintainer)
|
|
|
|
|
| |
PR: ports/69254
Submitted by: Eugene Ossintsev (maintainer)
|
|
|
|
|
| |
PR: ports/69298
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
| |
Spotted by: sekrett.ru
|
|
|
|
| |
Reported by: sekrett.ru
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/69018
Submitted by: Kimura Fuyuki (maintainer)
|
|
|
|
|
| |
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports
|
|
|
|
| |
- Assign maintainership to submitter
|
|
|
|
|
| |
PR: ports/69070
Submitted by: Björn Lindström
|
|
|
|
|
|
|
| |
- add a post 5.0.0 patch to fix basic authentication with apache 1.x
The major PHP ports overhaul is in its final stage. This commit was
anticipated since it fixes a critical security vulnerability.
|
|
|
|
|
| |
The major PHP ports overhaul is in its final stage. This commit was
anticipated since it fixes a critical security vulnerability.
|
|
|
|
|
| |
PR: ports/68804
Submitted by: John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
|
|
|
|
| |
devel/readline is installed.
|
|
|
|
| |
Pet portlint
|
| |
|