| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
the Erlang runtime.
This should hopefully fix the pointyhat build hangs which seem
related to the Erlang SMP runtime (beam.smp).
Notes:
svn path=/head/; revision=252413
|
|
|
|
|
|
|
|
|
| |
${LOCALBASE}...
Pointy hat to: olgeni
Notes:
svn path=/head/; revision=252391
|
|
|
|
| |
Notes:
svn path=/head/; revision=252388
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
| |
Obtained from: Nico Kruber <kruber at zib dot de>
Notes:
svn path=/head/; revision=251313
|
|
|
|
|
|
|
| |
Obtained from: vanilla (with additional SCTP fix)
Notes:
svn path=/head/; revision=251084
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
| |
Obtained from: Jim Wagner <jwagner graffadmin com>
Notes:
svn path=/head/; revision=248751
|
|
|
|
| |
Notes:
svn path=/head/; revision=247062
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/136065 ports/127469
Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com>
- Early identify port CONFLICTS
PR: 137855
Submitted by: Piotr Smyrak <smyru@heron.pl>
- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.
Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.
Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)
- Fix some whitespaces
Tested with: exp-run
Notes:
svn path=/head/; revision=246839
|
|
|
|
|
|
|
| |
Obtained from: Kenji Rikitake <kenji.rikitake at acm.org> (mostly)
Notes:
svn path=/head/; revision=244847
|
|
|
|
|
|
|
| |
Obtained from: Steve Vinoski <vinoski at gmail.com>
Notes:
svn path=/head/; revision=243354
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=241917
|
|
|
|
|
|
|
|
|
| |
PLT database in the user's home directory for the dialyzer application.
However, this operation is very expensive and should only be performed
if necessary, as dialyzer already provides a minimal PLT by default.
Notes:
svn path=/head/; revision=240956
|
|
|
|
|
|
|
|
| |
If the Erlang port was built as a dependency of another port,
ARCH=i386 was set for some reason and the Hipe build would fail.
Notes:
svn path=/head/; revision=240955
|
|
|
|
| |
Notes:
svn path=/head/; revision=240951
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Notes:
svn path=/head/; revision=237892
|
|
|
|
|
|
|
|
|
|
| |
to NULL when it is allocated. As a result, spurious floating point
exceptions are reported.
Obtained from: David Reiss <dreiss at cs.stanford.edu>
Notes:
svn path=/head/; revision=236869
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"The high order bits of the 16-bits digit (short) are read, even if
the byte (at u[(i*2)+1]) doesn't belong to the big. In other words,
big numbers such as 16#1234567890 with an odd number of bytes are
decoded with a garbage byte (i.e. 16#XX1234567890)."
http://erlang.org/pipermail/erlang-bugs/2008-October/001023.html
Obtained from: Paul Guyot <pguyot at kallisys.net>
Notes:
svn path=/head/; revision=235681
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix "Internal consistency check failed" compiler error.
Obtained from: Bjorn Gustavsson <bgustavsson at gmail.com>
files/patch-lib_inets_src_http__client_http.erl:
The process would hang because {stream,{self,once}} is not recognized as an invalid option.
Obtained from: Adam Kocoloski <adam.kocoloski at gmail.com>
Notes:
svn path=/head/; revision=235652
|
|
|
|
| |
Notes:
svn path=/head/; revision=235589
|
|
|
|
|
|
|
|
| |
PR: ports/135479
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
Notes:
svn path=/head/; revision=235588
|
|
|
|
| |
Notes:
svn path=/head/; revision=235576
|
|
|
|
|
|
|
| |
Obtained from: vanilla
Notes:
svn path=/head/; revision=235548
|
|
|
|
|
|
|
| |
Noticed by: itetcu
Notes:
svn path=/head/; revision=235162
|
|
|
|
| |
Notes:
svn path=/head/; revision=235161
|
|
|
|
|
|
|
| |
Noticed by: QAT
Notes:
svn path=/head/; revision=235159
|
|
|
|
|
|
|
| |
Submitted by: Kenji Rikitake <kenji.rikitake at acm.org> (with a few changes)
Notes:
svn path=/head/; revision=235117
|
|
|
|
|
|
|
|
|
| |
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
Notes:
svn path=/head/; revision=228909
|
|
|
|
| |
Notes:
svn path=/head/; revision=225297
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=222989
|
|
|
|
| |
Notes:
svn path=/head/; revision=222455
|
|
|
|
| |
Notes:
svn path=/head/; revision=222432
|
|
|
|
| |
Notes:
svn path=/head/; revision=222325
|
|
|
|
| |
Notes:
svn path=/head/; revision=222324
|
|
|
|
|
|
|
|
|
| |
Make sure that Install exits with 0 (restore previous patch).
No PORTREVISION change needed.
Notes:
svn path=/head/; revision=222323
|
|
|
|
| |
Notes:
svn path=/head/; revision=222282
|
|
|
|
| |
Notes:
svn path=/head/; revision=222281
|
|
|
|
| |
Notes:
svn path=/head/; revision=222280
|
|
|
|
| |
Notes:
svn path=/head/; revision=222277
|
|
|
|
| |
Notes:
svn path=/head/; revision=219943
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
| |
Notes:
svn path=/head/; revision=214860
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
| |
FATAL: Makefile: [55]: use a tab (not space) after a variable name
Notes:
svn path=/head/; revision=214410
|
|
|
|
| |
Notes:
svn path=/head/; revision=211120
|
|
|
|
| |
Notes:
svn path=/head/; revision=206941
|
|
|
|
| |
Notes:
svn path=/head/; revision=206869
|