| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
If checksum should be equal to IGNORE and it doesn't have an entry in distinfo
check if it has already been "registered". In other words, if they're no
SHA256 checksum (which is the case IRL), fallback to MD5 checksum results.
Notes:
svn path=/head/; revision=145541
|
|
|
|
|
|
|
|
| |
PR: ports/87349
Submitted by: Michael C. Shultz <ringworm01@gmail.com>
Notes:
svn path=/head/; revision=145238
|
|
|
|
| |
Notes:
svn path=/head/; revision=145228
|
|
|
|
|
|
|
|
|
| |
- You can run bin/find_new_versions.sh with a parameter which will
filter out the maintainer.
~/bin/find_new_versions.sh edwin@mavetju.org
Notes:
svn path=/head/; revision=145226
|
|
|
|
|
|
|
| |
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/86776
Notes:
svn path=/head/; revision=145068
|
|
|
|
|
|
|
| |
Tool to check for new ports distfiles availability.
Notes:
svn path=/head/; revision=145049
|
|
|
|
|
|
|
|
|
|
|
| |
* Add a warning if only one MASTER_SITE is configured [1]
* Check for misspellings of INSTALLS_SHLIB [2]
PR: 87141 [2]
Requested by: kris [1]
Notes:
svn path=/head/; revision=144699
|
|
|
|
| |
Notes:
svn path=/head/; revision=143925
|
|
|
|
|
|
|
|
| |
PR: ports/86467
Submitted by: maintainer
Notes:
svn path=/head/; revision=143393
|
|
|
|
|
|
|
|
|
| |
It's b0rked for compilers which don't support -fno-strict-aliasing
[1] ports/73797 : Be causious compiling with -O2 (use -fno-strict-aliasing)
Notes:
svn path=/head/; revision=143244
|
|
|
|
|
|
|
|
| |
PR: ports/81481
Submitted by: Michael C. Shultz <ringworm01@gmail.com>
Notes:
svn path=/head/; revision=143203
|
|
|
|
|
|
|
|
|
|
| |
- Introduce APACHE_COMPAT variable keep weak dependencies on APACHE_PORT
working
make INDEX is still broken
Notes:
svn path=/head/; revision=143130
|
|
|
|
| |
Notes:
svn path=/head/; revision=143124
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove temporarily all eik's work. We'll try to find a decent way to deal
with major changes. Of course we'll reuse his good ideas
List of changes (PR - synopsis)
85695 - Add bsd.database.mk.
85669 - bsd.ports.subdir.mk: Ports not escape plus signal in make search
85488 - [PATCH] New "makepatch: " target to help ports authors
86106 - ${CC} should be added to ${MAKE_ENV} when ${USE_GMAKE} is set
84489 - Depreciated MACHINE_ARCH being used in bsd.port.mk
83835 - Remove OpenLDAP ver. 21
83718 - Add bsd.tcl.mk for convinience for tcl/tk ports
83716 - Fix cosmetic bug in security-check target
83710 - Add INDEX-7
82753 - patch to add functionality to ports macro bsd.port.subdir.mk
82138 - [patch] timewaster: remove old versions from bsd.port.mk
81206 - new category proposal: net-im
79509 - add .desktop file facilities to bsd.port.mk
79123 - [patch] bsd.port.mk - add SHA256 support to "make checksum"
74866 - Update Mk/bsd.port.mk to support python packages with OPTIONS
73797 - Be causious compiling with -O2 (use -fno-strict-aliasing)
85490 - [PATCH] If WANT_LINT is set, port building can break
XXXXX - Add bsd.apache.mk
Notes:
svn path=/head/; revision=143098
|
|
|
|
|
|
|
|
| |
PR: ports/86272
Submitted by: Michael C. Shultz <ringworm01@gmail.com>
Notes:
svn path=/head/; revision=143021
|
|
|
|
|
|
|
|
|
| |
PR: ports/86180
Reported by: Mike Lednev <liettneff@bk.ru>
Submitted by: Michael C. Shultz <ringworm01@gmail.com>
Notes:
svn path=/head/; revision=143011
|
|
|
|
|
|
|
|
|
|
| |
which makes make_index not coredump when it encounters a circular
dependency in the ports tree.
Approved by: erwin
Notes:
svn path=/head/; revision=143008
|
|
|
|
|
|
|
| |
warning which is more annoying than useful.
Notes:
svn path=/head/; revision=142446
|
|
|
|
| |
Notes:
svn path=/head/; revision=142444
|
|
|
|
|
|
|
|
|
|
| |
* USE_PYTHON can now safely appear after bsd.port.pre.mk
* Expand the .elseif search to cover ".else if" as well
* Don't complain on direct use of autotools if we're using USE_AUTOTOOLS
* Don't check embedded comments for direct command use
Notes:
svn path=/head/; revision=142250
|
|
|
|
|
|
|
|
| |
PR: ports/85732
Submitted by: Andreas Fehlner <fehlner@gmx.de>
Notes:
svn path=/head/; revision=141993
|
|
|
|
|
|
|
|
|
|
| |
Reported by: Igor Pokrovsky <ip@doom.homeunix.org>
Patched by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Tested by: Igor Pokrovsky <ip@doom.homeunix.org>
Approved by: portmgr (krion)
Notes:
svn path=/head/; revision=140731
|
|
|
|
|
|
|
|
|
|
| |
pipelined http code. This has no effect for anyone not using the
-x option to portsnap.
Approved by: pav
Notes:
svn path=/head/; revision=140538
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds some new _experimental_ pipelined HTTP code which typically
makes portsnap 3-10 times faster at downloading updates. This
experimental code is disabled by default; to enable it, run portsnap
with the (undocumented) -x option. (e.g., "portsnap -x fetch")
I am not currently aware of any problems with this new code, but it has
had less than 24 hours of testing; I would definitely like to know if
it breaks anything.
If portsnap is run without the -x option, this version should behave
exactly the same way as the previous version.
Approved by: simon
Notes:
svn path=/head/; revision=140507
|
|
|
|
|
|
|
|
|
| |
secteam@ instead of security@ to make it more clear that the ports are
not maintained by the freebsd-security@ mailing list. Both addresses
go to the same people.
Notes:
svn path=/head/; revision=140487
|
|
|
|
|
|
|
|
| |
PR: 84029
Submitted by: edwin
Notes:
svn path=/head/; revision=140438
|
|
|
|
|
|
|
|
| |
PR: ports/84278
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Notes:
svn path=/head/; revision=140411
|
|
|
|
|
|
|
|
| |
PR: ports/84168
Submitted by: Thierry Besancon <Thierry.Besancon@math.jussieu.fr>
Notes:
svn path=/head/; revision=140351
|
|
|
|
|
|
|
|
| |
PR: ports/84181
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (ex-maintainer)
Notes:
svn path=/head/; revision=140251
|
|
|
|
| |
Notes:
svn path=/head/; revision=139647
|
|
|
|
| |
Notes:
svn path=/head/; revision=139479
|
|
|
|
|
|
|
|
|
| |
several months (not responding to email).
Discussed among: portmgr team
Notes:
svn path=/head/; revision=139457
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkg_genplist:
*) Fixed a problem that couldn't open plist when command line
arguments leads to change PKGNAME.
*) FIxed manpage filename mask to include '-' (reported by Radim
Kolar) [1]
pkg_trackinst:
*) Replaced a unfriendly exception with friendly message for
an error occurrs when Makefile doesn't exist in current
directory.
PR: 83224 [1]
Submitted by: Radim Kolar <hsn@netmag.cz> [1]
Notes:
svn path=/head/; revision=139388
|
|
|
|
|
|
|
|
| |
PR: ports/71363
Submitted by: leeym
Notes:
svn path=/head/; revision=139299
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/70156
Submitted by: clsung
- Add detection of leftover empty directories to leftover checking code
PR: ports/71363
Submitted by: leeym
Notes:
svn path=/head/; revision=139298
|
|
|
|
|
|
|
|
|
|
| |
- allow build with openssl installed from ports.
PR: 76643
Reviewed by: William Fletcher
Approved by: MAINTAINER timeout
Notes:
svn path=/head/; revision=138789
|
|
|
|
|
|
|
| |
Suggested by: nectar, remko
Notes:
svn path=/head/; revision=138432
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak portaudit -vF.
- Sync usage with reality.
- Document the q, v, and V options.
- Markup fixes for the portaudit(1) manual page.
- Make quiet mode output even less "redundant" text [1].
- Set maintainership to security@. [2]
Suggested by: Phil Kernick philk at rotfl dot com dot au [1]
Suggested by: nectar, remko [2]
Notes:
svn path=/head/; revision=138430
|
|
|
|
|
|
|
|
| |
didn't catch the missing ';'. This should fix the erroneous messages
about OPTIONS misuse.
Notes:
svn path=/head/; revision=138366
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add '+' to the list of valid characters for file names in the warning
message.
* Check to make sure OPTIONS is specified before bsd.port.pre.mk (only if
OPTIONS is actually defined). [1]
PR: 82316 [1]
Submitted by: sem [1]
Notes:
svn path=/head/; revision=138354
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Do not change default dependency (depend on ruby-bdb1),
since ruby-bdb (BDB >= 2) support is not so tested.
(2) Thus, no PORTREVISION bump.
- a little Makefile change for portlint clean
PR: ports/82000
Submitted by: Alexander Novitsky <alecn@server.v42of.icc-vvd.ru>
Reviewed by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Notes:
svn path=/head/; revision=138159
|
|
|
|
|
|
|
|
|
|
| |
which only updates the INDEX files, and sets PATH to avoid problems
when running from per-user crontabs.
Approved by: pav
Notes:
svn path=/head/; revision=138127
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fix minor documentation issues with the portsclean(1) manpage.
1. In the SYNOPSIS, the -L option is excluded.
2. In the description for the -Q option, an example of the -QQ option
is not given and since the other descriptions do this,
it looks nicer and is easier to read.
PR: ports/82666
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Pointed out by: Jason E. Hale <jhale@bluebottle.com>
Notes:
svn path=/head/; revision=138044
|
|
|
|
|
|
|
| |
Simultaneously approved by: simon, tobez
Notes:
svn path=/head/; revision=137978
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- change portupgrade-port-maintainership to KOMATSU Shinichiro-san
<koma2@lovepeers.org>
knu gave me approval to change portupgrade-port-maintainership to
KOMATSU-san. He is busy attending to his work. He gave me approval to
change some of his pr's responsible to me. I'll get work around
portupgrade pr with KOMATSU-san.
Submitted by: koma2@lovepeers.org
Approved by: knu
Notes:
svn path=/head/; revision=137831
|
|
|
|
|
|
|
|
|
|
| |
plans for improvements (though I have ideas) I feel that portaudit is
too important to not have an active maintainer.
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=137463
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/64650 [1], ports/69097 [2]
Submitted by: David Israelsson <david@israelsson.org> [1],
James Snow <snow@teardrop.org>
Approved by: maintainer timeout (1 year)
Notes:
svn path=/head/; revision=136874
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
every run, which also makes portversion(1) works for non-root users
again. This is done by simply having the flag file in /var/db/
(thanks to pav for the suggestion).
- While here anyway, fix some make warnings during install on FreeBSD 6.
PR: ports/81088
Reported by: many
Tested by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
Approved by: erwin (mentor)
Notes:
svn path=/head/; revision=135953
|
|
|
|
| |
Notes:
svn path=/head/; revision=135637
|
|
|
|
| |
Notes:
svn path=/head/; revision=135612
|