| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
PR: 128576
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
- fix plist for -DNOPORTEXAMPLES and -DNOPORTDOCS
- bump PORTREVISION
Approved by: maintainer timeout on QAT BotMail
Prompted by: QAT QA run
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Approved by: maintainer timeout on QAT BotMail
Prompted by: QAT QA run
|
|
|
|
|
|
|
|
|
|
| |
timestamp cannot be represented. Previously, -1 was interpreted as a valid result leading erlang:localtime_to_universaltime/2 to return {{1969, 12, 31}, {23, 59, 59}}.
A detailed explanation may be found here:
http://www.erlang.org/pipermail/erlang-bugs/2008-November/001077.html
Obtained from: Paul Guyot <pguyot at kallisys.net>
|
|
|
|
| |
PR: ports/128806, ports/128814
|
| |
|
|
|
|
|
|
|
| |
identical).
PR: ports/125867
Submitted by: Karsten Rothemund <karsten@photor.de>
|
|
|
|
|
| |
PR: ports/128769
Submitted by: Andrew Reilly <areilly@bigpond.net.au> (maintainer)
|
|
|
|
| |
Changes: http://search.cpan.org/src/PARTICLE/parrot-0.8.0/NEWS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as easy as Python itself. Cython is a source code translator based on
the well-known Pyrex, but supports more cutting edge functionality and
optimizations.
The Cython language is very close to the Python language (and most
Python code is also valid Cython code), but Cython additionally supports
calling C functions and declaring C types on variables and class
attributes. This allows the compiler to generate very efficient C code
from Cython code.
This makes Cython the ideal language for writing glue code for external
C libraries, and for fast C modules that speed up the execution of
Python code.
WWW: http://www.cython.org/
PR: ports/128722
Submitted by: Wen Heping <wenhping at gmail.com>
|
| |
|
|
|
|
|
| |
PR: 128699
Submitted by: Wen heping <wenheping@gmail.com>
|
|
|
|
|
| |
PR: ports/128695
Submitted by: bf <bf2006a@yahoo.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/128560
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
|
|
|
|
|
|
|
|
| |
-Fix the plist when WITH_VAPIGEN is defined.
-Bump the PORTREVISION.
PR: ports/128478
Submitted by: Romain Tartiere <romain@blogreen.org>
|
|
|
|
| |
- Add home MASTER_SITE
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Make sure that Install exits with 0 (restore previous patch).
No PORTREVISION change needed.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 128344
Submitted by: Jacula Modyun <jacula at gmail dot com> (maintainer)
Approved by: obraun (for lang/ghc and devel/hs-haddock-docs)
|
| |
|
| |
|
|
|
|
|
| |
PR: 128327
Submitted by: Mitchell Smith <mjs@bur.st> (maintainer)
|
|
|
|
| |
- Take maintainership.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- replace sprintf with snprintf
- use calloc() to avoid malloc(n * m) overflows
- NetBSD PR 36831: In setfval(), ensure that arithmetic never yields a negative
zero result.
- Restore the traditional (FreeBSD <= 2.x) behavior of trapping FPEs. With this
patch we pass mawk's fpe_test.
PR: 125348
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
|
|
|
|
|
| |
PR: 128131
Submitted by: peter.schuller@infidyne.com
|
|
|
|
|
|
|
| |
- Make fetchable
PR: ports/127011
Submitted by: Karel Miklav <karel@lovetemple.net> (maintainer)
|
| |
|
|
|
|
|
|
| |
this port.
Reported by: QAT
|
|
|
|
|
|
|
|
| |
Python 2.6 will be the next default python version when enough
testings of consumer ports are done. The new "2to3" program is
renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively.
Repo-copied by: marcus
|
|
|
|
|
| |
PR: ports/127884
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 127746
Submitted by: "Beat Gätzi" <beat@chruetertee.ch>
|
|
|
|
|
| |
PR: ports/127688
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/src/PMIC/parrot-0.7.1/NEWS
|
|
|
|
|
| |
PR: ports/127577
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
|
| |
|
|
|
|
| |
old version. Also deprecate its dependencies.
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/127512
Submitted by: Paul Hoffman <phoffman@proper.com>
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: 127234
Submitted by: Xavier Beaudouin <kiwi at oav dot net> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|