| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
| |
memory allocation (CVE-2008-2315 and CVE-2008-2316)
- also apply upstream svn rev.65262, fixes overflow checks in memory
allocation (CVE-2008-3142 and CVE-2008-3144)
Approved by: portmgr (pav)
Security: http://www.vuxml.org/freebsd/0dccaa28-7f3c-11dd-8de5-0030843d3802.html
|
|
|
|
|
| |
Reported by: QA Tindie
Approved by: portmgr
|
|
|
|
| |
- set USE_TCL=84+ to allow users to set WITH_TCL_VER for their needs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Multiple vulnerabilities:
1) Various integer overflow errors exist in core modules e.g. stringobject,
unicodeobject, bufferobject, longobject, tupleobject, stropmodule, gcmodule, mmapmodule.
2) An integer overflow in the hashlib module can lead to an unreliable cryptographic digest results.
3) Integer overflow errors in the processing of unicode strings can be exploited to cause
buffer overflows on 32-bit systems.
4) An integer overflow exists in the PyOS_vsnprintf() function on architectures that do not
have a "vsnprintf()" function.
5) An integer underflow error in the PyOS_vsnprintf() function when passing zero-length strings
can lead to memory corruption.
PR: 127172 (based on)
Submitted by: bf <bf2006a@yahoo.com>
Obtained from: python svn
Security: CVE-2008-2315, CVE-2008-2316, CVE-2008-3142, CVE-2008-3144, CVE-2008-3143. (vuxml come later)
|
| |
|
|
|
|
|
| |
PR: 126958
Submitetd by: Katsuji ISHIKAWA <katsuji dot ishikawa at gmail dot com> (maintainer)
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Hat: portmgr
|
| |
|
|
|
|
|
| |
PR: ports/127130
Submitted by: Marcin Cieslak <saper at SYSTEM.PL>
|
|
|
|
|
| |
PR: ports/127062
Submitted by: bf <bf2006a@yahoo.com>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 125937
Submitted by: Geoff The <geoff2k@gmail.com>
|
|
|
|
|
| |
PR: ports/126920
Submitted by: fulvio ciriaco <oivulf@gmail.com>
|
|
|
|
| |
Obtained from: PHP CVS
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
| |
PR: ports/126903
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
|
| |
|
|
|
|
| |
GCC 4.3.2 release.
|
| |
|
|
|
|
| |
- Take maintainship
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Pugs-Compiler-Rule/Changes
|
|
|
|
|
| |
PR: ports/126744
Submitted by: Joseph S. Atkinson <jsa xx wickedmachine.net>
|
|
|
|
| |
- now it builds from current ghc
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/src/RGRJR/parrot-0.7.0/NEWS
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
standard with a few extensions. Ucc is released
under BSD license.
Ucc is specificaly designed for personal research
and assist the undergraduate or graduate in compiler
learning. We hope that Ucc will be a seedbed for new
ideas and world-class optimizing techniques.
Ucc's design and development goals is clear code
structure,upstanding extensibility,retargetable and
excellent optimization.
WWW: http://ucc.sf.net
PR: ports/126551
Submitted by: Wen Heping <wenheping at gmail.com>
|
|
|
|
|
| |
PR: 126298
Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
|
| |
|
|
|
|
| |
Reported by: QAT
|
|
|
|
|
| |
PR: ports/126743
Submitted by: Katsuji ISHIKAWA <katsuji.ishikawa at gmail.com> (maintainer)
|
| |
|
| |
|
|
|
|
| |
does not support amd64, for example.
|
| |
|
| |
|
|
|
|
|
|
| |
hardcoded links to autoconf (was 2.61, now 2.62), preventing any
further php modules from being installed until lang/php* is forcibly
updated.
|
|
|
|
|
| |
PR: 126713
Submitted by: Simun Mikecin <numisemis@yahoo.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
|
|
|
|
| |
Tested by: exp build run (erwin)
|
|
|
|
|
|
|
| |
- Fix compilation with gcc43 [2]
PRs: 126659 [1], 126660 [2]
Submitted by: Tim Niemueller <tim at niemueller dot de>
|
|
|
|
| |
- Author corrected an OS version bug
|
|
|
|
|
| |
PR: ports/126615
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Submitted by: jkoshy
|
|
|
|
|
|
|
| |
WWW: http://code.google.com/p/mosh-scheme/
PR: ports/125375
Submitted by: <katsuji dot ishikawa at gmail dot com>
|
| |
|
|
|
|
| |
Remove the share/python directory if empty.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Step 3 - lang/ghc
PR: ports/126008
Submitted by: Jacula Modyun <jacula@gmail.com>
|
|
|
|
|
| |
PR: ports/126068
Submitted by: Timothy Bourke <timbob@bigpond.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Maude 2.3 is compiles under 4.2 again, so port does not
need to be marked as broken anymore.
Quite a few hacks to get it installing properly:
* Coder forgot to include the *.maude files into the
Makefile.am while porting files into the MixFix directory
to Main directory. Included again, which explains the current
need of aclocal and automake to regenerate the Makefiles
* Project requires MAUDE_LIB env to be set to the location
of %%DATADIR%% which is quite cumbersome, introduced
MAUDE_DATA_DIR into the code to get rid of the non handy
environment variable.
PR: ports/126438
Submitted by: Rick van der Zwet <rick@wzoeterwoude.net>
|
| |
|
|
|
|
| |
Submitted by: Pedro Giffuni
|
|
|
|
|
| |
PR: ports/126342
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- tolua++50 is to be used with lua 5.0 and tolua++ with lua 5.1, update depends accordingly
- Depend on lua with USE_LUA instead of LIB_DEPEND
- Make both ports install files to (lua version)-specific directories, so they can coexist peacefully in a manner similar to tolua/tolua50.
- Take maintainership
- Add distfile mirror
- Remove USE_LDCONFIG (ports do not install any shared libs)
- Fix pkg-descr
Approved by: miwi (mentor implicit)
|
|
|
|
|
|
|
|
|
|
| |
- Patch lang/lua to behave as expected by the framework.
- Add missing library dependency (only run before) when using lua 5.1.
- Add notes in bsd.lua.mk for updating lang/lua* ports describing how they are
integrated into the ports tree.
PR: ports/126207
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
|
|
|
|
|
|
|
|
|
| |
- Fix Webrick DoS vulnerability.
- Serveral minor bugfixes in cgi.rb, ipaddr.rb and resolver.
- Bump PORTREVISION.
Obtained from: ruby VCS
Tested by: Ilya Bakulin <webmaster@kibab.com>
|
|
|
|
|
|
|
|
| |
cross-compilation.
PR: ports/121834
Submitted by: John Hein <jhein@timing.com>
Approved by: maintainer (timeout)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
exceptions and it also broke gdc on 6.x
Approved by: miwi (mentor implicit)
|
| |
|
|
|
|
|
| |
- Clarify COMMENT and port description
- Assume maintainership
|
|
|
|
|
|
|
|
| |
longer lead straight to abort())
Obtained from: http://d.puremagic.com/issues/show_bug.cgi?id=2182
Thanks to: David Friedman
Approved by: miwi (mentor implicit)
|
| |
|
|
|
|
| |
Approved by: gabor (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
| |
applications, which conforms to the latest standard R^6RS.
Ypsilon features mostly concurrent garbage collector optimized for systems
with multiple CPUs, and an easy to use FFI.
WWW: http://code.google.com/p/ypsilon/
PR: ports/126015
Submitted by: Vitaly Magerya <vmagerya@gmail.com>
Approved by: gabor (mentor, implicit)
|
|
|
|
| |
- Partially remove makefile's patch (committed upstream)
|
| |
|
| |
|
| |
|
|
|
|
| |
version appears to be broken.
|
| |
|
|
|
|
|
|
|
|
| |
- Update WWW
PR: ports/126081
Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
Approved by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
|
|
|
|
| |
Approved by: araujo (mentor)
|
|
|
|
|
|
|
| |
- Add compiler's libraries and fix their paths [1]
- Add test target [1]
Reported by: Thomas Merter (author, via private email)
|
| |
|
|
|
|
|
|
| |
PR: ports/125966
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: Adrien <pmn@bakarika.net> (maintainer)
|
|
|
|
| |
Hat: portmgr
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 125786
Submitted by: Phillip N. <pneumann@gmail.com>
|
|
|
|
| |
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
|
|
|
|
| |
MAKE_ENV
|
| |
|
|
|
|
|
|
| |
PR: ports/124087
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: Captain Fourier <rzinkov@gmail.com> (old maintainer)
|
|
|
|
|
|
|
|
|
| |
- Update to 4.2.6
- Respect CFLAGS
PR: ports/124087
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Approved by: Captain Fourier <rzinkov@gmail.com> (old maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/125620
Submitted by: bf <bf2006a@yahoo.com>
|
|
|
|
| |
Approved by: araujo (mentor)
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/125435
|
|
|
|
|
|
| |
PR: ports/125435
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Approved by: Amatus <c11h15no2 at yahoo.com> (maintainer)
|
| |
|
|
|
|
| |
and set COMMENT unconditionally since we no longer serve as a master port.
|
|
|
|
|
| |
Anton Shterenlikht <mexas@bristol.ac.uk> and no objections from
the freebsd-alpha@ list.
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/src/BSCHMAL/parrot-0.6.4/NEWS
|
|
|
|
|
| |
PR: ports/125568
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
|
|
|
| |
Seed7 is an extensible general purpose high-level programming language.
|
|
|
|
| |
Reported by: dvl
|
|
|
|
| |
cannot do that
|
| |
|
|
|
|
| |
now brings to additional programs, aot-compile and rebuild-gcj-db.
|
| |
|
|
|
|
|
|
| |
YARV was officially released as Ruby 1.9.
Approved by: MAINTAINER
|
|
|
|
|
|
|
|
|
| |
The PLT-Scheme group have released a new version of
their Scheme language and IDE tools suite, and here's a
port that builds it on FreeBSD.
PR: 124776
Submitted by: Andrew Reilly <areilly@bigpond.net.au> (new maintainer)
|
|
|
|
|
|
|
| |
Much thanks to Bernhard Fröhlich for doing the heavy lifting.
PR: 125191
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
- Build and install the documentation and examples.
- Add regression-test target to run KRoC's testsuite.
|
|
|
|
|
| |
PR: 125227
Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
|
| |
|
|
|
|
|
|
|
| |
drop maintainership
PR: 125309
Submitted by: peter.schuller@infidyne.com
|
|
|
|
| |
in the ultimate GCC 4.2.4 release).
|
|
|
|
| |
development branch and we do not expect any further updates.
|
|
|
|
|
|
|
|
|
|
| |
others with lua support, now create a shared lib is needed.
- Bump PORTREVISION.
PR: ports/124297
Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
Approved by: maintainer timeout ( > 2 weeks)
|
|
|
|
|
|
|
| |
- Remove obsolete Makefile lines
- Bump PORTREVISION
Approved by: rambiusparkisanius at gmail.com (maintainer)
|
|
|
|
| |
Prompted by: QA Tindy run
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Prompted by: QA Tindy run
Approved by: maintainer timeout on BotMail
|
|
|
|
|
|
| |
- bump PORTREVISION
Prompted by: QA Tindy run
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 125021
Submitted by: leeym
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/124086
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
|
|
|
|
|
|
|
|
|
|
| |
- Fix socket problem
- Add missing USE_ICONV
- dirrmtry include/d as it may be used by other ports
PRs: ports/124437 [1], ports/124567 [2]
Submitted by: kevin <kevinxlinuz at 163 dot com> [1], myself [2]
Approved by: miwi (mentor)
|
|
|
|
|
| |
PR: 125000
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
|
|
|
|
|
| |
PR: ports/124918
Submitted by: Pedro F. Giffuni
|
|
|
|
|
|
|
|
| |
* fix integer overflow in bignums;
* correctly check for string length in regexps;
* fix memory leak in parse.c.
- Bump portrevision.
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
| |
Changes: http://search.cpan.org/src/SMASH/parrot-0.6.3/NEWS
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Approved by: gabor (mentor, implicit)
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Approved by: gabor (mentor, implicit)
|
|
|
|
|
|
| |
Pointy hat to: lippe
Reported by: araujo
Approved by: gabor (mentor, implicit)
|
|
|
|
|
| |
PR: 124846
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
Reminded by: QA Tindy
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter.
- Update comment and distinfo.
- Use exec in startup script.
- Adopt best practices for Java ports as described in section 6.10.3 of the Porter's Handbook.
PR: ports/122210
Submitted by: Simon Olofsson <simon@olofsson.de>
Repocopy by: marcus
Approved by: gabor (mentor, implicit)
|
| |
|
|
|
|
| |
builds on my regular workstation
|
| |
|
|
|
|
|
|
|
|
| |
- fix integer overflow in Array;
- fix overflow in String;
- bump PORTREVISION.
Obtained from: ruby VCS
|
| |
|
|
|
|
|
|
|
| |
Rink Springer also asked me if he could maintain his own ports. Change
maitainership of games/sudsol, net/freedbd and net/kissd to Rink.
Approved by: philip (mentor), rink
|
|
|
|
|
|
| |
fixed in next two months.
With hat: portmgr
|
|
|
|
|
|
|
| |
- Add missed xorg dependency
PR: ports/118808
Submitted by: Andrew Reilly <areilly@bigpond.net.au>
|
|
|
|
|
|
|
|
| |
sqlite3 instead of bundled one
PR: ports/115800
Submitted by: Maxim Khitrov <mkhitrov@gmail.com>
Approved by: maintainer timeout (ale; 9 months)
|
| |
|
| |
|
|
|
|
|
| |
string, but half an hour of searching around the gcc source and website sheds
no light on when -Wno-variadic-macros was added.
|
| |
|
|
|
|
|
|
|
|
| |
- While at it, respect DOCSDIR
PR: 124279 [1]
Submitted by: gahr
Approved by: maintainer timeout
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
| |
Submitted by: QA Tindy run
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: 124632
Submitted by: Pedro F. Giffuni
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: itectu
|
|
|
|
|
| |
PR: 123356
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
|
|
|
|
|
|
| |
Take maintainership since this needs to be updated with devel/llvm.
General Makefile cleanup.
|
|
|
|
|
|
| |
Correct installation of manuals with and without NOPORTDOCS now
Reported by: pav
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: ports/124493
Submitted by: maintainer
|
| |
|
|
|
|
| |
Reported by: itetcu
|
|
|
|
| |
Reported by: itetcu
|
|
|
|
|
| |
PR: ports/123911
Submitted by: scf
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
|
|
| |
FATAL: Makefile: [18]: use a tab (not space) after a variable name
|
|
|
|
| |
FATAL: Makefile: [55]: use a tab (not space) after a variable name
|
|
|
|
|
|
| |
PR: 124252
Submitted by: Adrien Piérard <pmn@bakarika.net>
Approved by: Captain Fourier <rzinkov@gmail.com> (old_maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update bootstrap binaries to the latest version. Also, add bootstrap
for each supported FreeBSD version to eliminate compat-XXX dependency.
- Add a knob to specify SBCL dynamic space size (useful for low-memory
systems). [1]
- Enable sb-luted for threaded SBCL. [1]
- FreeBSD 5.x cleanup.
PR: ports/123250 (based on) [1]
Submitted by: bf <bf2006a@yahoo.com>
|
|
|
|
|
|
|
|
| |
- Respect NOPORTDOCS
PR: 124101
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Tested with: ionbot
|
|
|
|
|
|
| |
High Level Assembler (HLA) is an assembly language developed by Randall Hyde
which can use high-level language constructs to aid x86 assembly programmer
beginners and advanced assembly developers alike.
|
|
|
|
| |
BUILD_DEPENDS.
|
| |
|
|
|
|
|
|
|
| |
The New Brainfuck Compiler is an optimizing Brainfuck-to-C
and Bainfuck-to-Java compiler.
Approved by: miwi (mentor)
|
| |
|
| |
|
|
|
|
| |
Reported by: miwi
|
| |
|
| |
|
|
|
|
| |
Submitted by: pavbot
|
|
|
|
|
|
| |
PR: 120333
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
FreeBSD 7
Reported by: erwin, maintainer via email
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NBC (Next Byte Codes) is a programming language for the LEGO
MINDSTORMS NXT product. NBC's syntax is based on assembler programming
langauges, so experienced assembler programmers (or just about any
programmers) should find it very easy to get started with. Even if you
aren't an experienced programmer, NBC is relatively easy to learn.
WWW: http://bricxcc.sourceforge.net/nbc/
PR: 116274
Submitted by: Ivan "Rambius" Ivanov <rambiusparkisanius_ at __gmail.com>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
issue of -lpthread being needed when linking against libstdc++ on 7.x
and -CURRENT.
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
compiled with proper thread locking.
- bump PORTVERSION
PR: ports/122525
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/123331
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/123393
Submitted by: Mitchell Smith <mjs at bur.st> (maintainer)
|
| |
|
|
|
|
| |
probably due a kse problem.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Uwe Doering <gemini@geminix.org>
|
| |
|
|
|
|
|
|
|
| |
- Remove USE_GCC=3.4 for FreeBSD/i386 7.x (not needed anymore).
- Remove wrong mirror (does not have this version).
Obtained from: "Joseph S. Atkinson" <jsatkinson@embarqmail.com> (private e-mail)
|
| |
|
| |
|
|
|
|
| |
into safekeeping due to inactivity.
|
|
|
|
|
|
|
|
|
|
| |
when val was not positive. It tried to allocate negative
or zero memory. That fails.
- Bump PORTREVISION
PR: 123153
Submitted by: Nick Barkas <snb@threerings.net>
Security: http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html
|
|
|
|
|
|
|
| |
- No user-visible changes. Made the evaluator a little more efficient.
PR: ports/122932
Submitted by: James Bailie (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
when val was not positive. It tried to allocate negative
or zero memory. That fails.
- Bump PORTREVISION
Reviewed by: alexbl
Obtained from: python svn
Security: http://www.vuxml.org/freebsd/ec41c3e2-129c-11dd-bab7-0016179b2dd5.html
|
|
|
|
| |
Approved by: delphij (mentor,implicit)
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/120530
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Approved by: maintainer timeout (2 months)
|
| |
|
|
|
|
| |
Approved by: delphij (mentor,implicit)
|
|
|
|
| |
Pointyhat to: mi@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Pugs-Compiler-Rule/Changes
|
|
|
|
| |
- Increment JAVA_VERSION (1.5+)
|