| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: ports/144202
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Feature safe: yes
|
|
|
|
|
| |
PR: ports/143542
Submitted by: Sofian Brabez
|
|
|
|
|
|
| |
PR: ports/140711
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Approved by: maintainer timeout (lx; 18 days)
|
|
|
|
|
|
| |
PR: ports/140626
Submitted by: David Naylor
Feature safe: yes
|
|
|
|
|
|
|
| |
BSD.local.dist.
Submitted by: QAT
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/138473
Submitted by: Peter Wullinger
Feature safe: yes
|
|
|
|
|
|
| |
PR: 137760
Submitted by: Sofian Brabez
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/133336
Submitted by: Sofian Brabez <sbrabez@gmail.com>
Approved by: lx (maintainer)
|
|
|
|
|
|
|
| |
(of course), but I was fooled because there's a separate project called
libssh which *did* just have a new release. 1.0 is the real update.
Pointed out by: J. Johnston
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
| |
|
|
|
|
|
|
|
|
| |
and library directory flags to gcc to be wrong
- Bump PORTREVISION
PR: 102920
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Plug leaks in EVP cipher init/shutdown. (Selcuk Gueney)
- Allow socket_fd == 0 in libssh2_session_startup(). (puudeli)
- Swap ordering of packet_add/packet-inspection to avoid inspect after
- free. (Selcuk)
- Swap KEX_INIT ordering, send our KEX_INIT first.
- Add check for oportunistic KEX_INIT packets. Burn bad guess if necessary.
- Fix OpenSSL detection using pkg-config. (Dan Casey)
PR: ports/100127
Submitted by: maintainer (David Thiel)
|
|
|
|
|
| |
PR: ports/97860
Submitted by: David Thiel <lx@redundancy.redundancy.org>
|
| |
|
|
|
|
|
|
|
| |
Add SHA256
PR: 89239
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/83401
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
|
|
|
|
| |
PR: ports/82280
Submitted by: Ports Fury
|
|
|
|
| |
Noticed by: pointyhat (via kris)
|
|
Internet Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25), SECSH-CONNECTION(23),
SECSH-ARCH(20), SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10).
|