| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
PR: 238379
Submitted by: me
Approved by: crees@
Notes:
svn path=/head/; revision=503896
|
|
|
|
|
|
|
|
|
|
| |
PR: 212486
Submitted by: mat
Approved by: crees (maintainer)
Sponsored by: Absolight
Notes:
svn path=/head/; revision=421545
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Currently addport -a ends up running a command line like:
make PORTSDIR="/tmp/ap.BsOuZJBy" clean check-categories
where the temporary directory has only parts of the ports tree
(specifically bits under ${PORTSDIR}/Mk) checked out. This can't work
as 'make check-categories' needs to see the entire ports tree checked
out.
Instead, run the checks specified by '-a' and '-t' with the value of
$PORTSDIR from the environment.
Reviewers: crees
Reviewed By: crees
Subscribers: mat
Differential Revision: https://reviews.freebsd.org/D7525
Notes:
svn path=/head/; revision=420329
|
|
|
|
|
|
|
|
|
|
|
| |
1. Check if svnlite is available and use it by default, else: use svn
2. Dehardcode svn binary name in shell calls, to make both svn/svnlite
work
Approved by: crees (maintainer)
Notes:
svn path=/head/; revision=397867
|
|
|
|
|
|
|
| |
Approved by: crees
Notes:
svn path=/head/; revision=396967
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=378008
|
|
|
|
|
|
|
| |
Submitted by: az
Notes:
svn path=/head/; revision=319388
|
|
|
|
|
|
|
|
| |
PR: ports/178193
Submitted by: tota
Notes:
svn path=/head/; revision=317968
|
|
|
|
|
|
|
|
|
|
| |
Still prefer Created by because we still don't use real
names in MAINTAINER lines (oh please let that change....)
Submitted by: jgh (based on)
Notes:
svn path=/head/; revision=317966
|
|
|
|
|
|
|
| |
Submitted by: az
Notes:
svn path=/head/; revision=313371
|
|
|
|
|
|
|
|
|
| |
manually extract it from CATEGORIES again.
Discovered by: dinoex
Notes:
svn path=/head/; revision=313368
|
|
|
|
|
|
|
|
|
| |
ports with subdirectories fails because of scattered .svn directories.
Original issue reported by: netchild
Notes:
svn path=/head/; revision=311453
|
|
|
|
|
|
|
| |
Reported by: db
Notes:
svn path=/head/; revision=308553
|
|
|
|
|
|
|
|
| |
Noticed by: thierry
Feature safe: yes
Notes:
svn path=/head/; revision=306602
|
|
|
|
|
|
|
|
|
|
| |
to .xml in r39631
Approved by: crees
Feature safe: yes
Notes:
svn path=/head/; revision=306400
|
|
|
|
|
|
|
| |
Approved by: crees
Notes:
svn path=/head/; revision=305592
|
|
|
|
|
|
|
|
|
| |
Since Created by: line appears to be popular, get Submitted by: from that
Old-style Makefile headers should no longer be used
Notes:
svn path=/head/; revision=304592
|
|
|
|
|
|
|
|
| |
Apologies for the complexity of the code; it's optimised for speed. Soon I
will be able to remove the section working with dates.
Notes:
svn path=/head/; revision=304348
|
|
|
|
|
|
|
|
|
|
| |
which to acquire the Submitted by: line.
It should be reasonable to simply use the MAINTAINER line; unfortunately we
lose the real name and only get the email address.
Notes:
svn path=/head/; revision=303442
|
|
|
|
|
|
|
|
|
| |
modules file that was removed.
It's fast, use it!
Notes:
svn path=/head/; revision=303131
|
|
|
|
|
|
|
|
|
|
|
| |
Requested by: several
- Remove older readded ports from MOVED
- Tighten up find syntax (split by null and use -print0)
Notes:
svn path=/head/; revision=302854
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was required with CVS, since the category was checked out as a module, but
the directory name is used with svn.
For example:
pcvs co ports_ports_mgmt
svn co $ports/head/ports-mgmt
Submitted by: swills
Notes:
svn path=/head/; revision=302383
|
|
|
|
|
|
|
| |
Submitted by: crees, miwi
Notes:
svn path=/head/; revision=300901
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
Approved by: garga (maintainer)
Notes:
svn path=/head/; revision=297817
|
|
|
|
|
|
|
|
|
| |
PR: ports/159841
Submitted by: crees (me)
Approved by: garga (maintainer)
Notes:
svn path=/head/; revision=280699
|
|
|
|
| |
Notes:
svn path=/head/; revision=279785
|
|
|
|
|
|
|
| |
- Add check that port is in right directory as I've been bitten by this
Notes:
svn path=/head/; revision=279770
|
|
|
|
| |
Notes:
svn path=/head/; revision=278419
|
|
|
|
|
|
|
|
|
| |
- Remove invalid reference to freefall.
Approved by: garga
Notes:
svn path=/head/; revision=255899
|
|
|
|
|
|
|
| |
Approved by: garga, drso, flz
Notes:
svn path=/head/; revision=251498
|
|
|
|
| |
Notes:
svn path=/head/; revision=221883
|
|
|
|
|
|
|
| |
for this from these scripts.
Notes:
svn path=/head/; revision=215312
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lines has 3 spaces before SUBDIR word and all other categories has 4.
I've asked pav@ if there is a default format of category Makefiles and he said
the number of spaces doesn't matter, so, i fix addport to respect the current
number of spaces and/or tabs the file has.
Reported by: miwi, erwin
Notes:
svn path=/head/; revision=204123
|
|
|
|
|
|
|
|
| |
Reported by: miwi
Tested by: miwi
Notes:
svn path=/head/; revision=190442
|
|
|
|
|
|
|
|
|
|
|
| |
${FILESDIR} which look like patches be treated as binary files. This
prevents RCS tags in patch fragments causing a problem for CVS.
Approved by: garga (maintainer),
ahze (mentor, implicit)
Notes:
svn path=/head/; revision=167733
|
|
|
|
|
|
|
| |
to prevent spam
Notes:
svn path=/head/; revision=166944
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
time to add a new module. If you want to still use old way, just use
"-M freefall.FreeBSD.org" option
- Take addport maintainership
- When modulesupdate fail, ask user to retry
- Change modulesupdate to work fine with addport
Approved by: will (maintainer)
Notes:
svn path=/head/; revision=162578
|
|
|
|
|
|
|
|
|
| |
commit message.
Approved by: will (maintainer)
Notes:
svn path=/head/; revision=144178
|
|
|
|
|
|
|
|
|
| |
Perl 5.8.7.
Reported by: mezz
Notes:
svn path=/head/; revision=138862
|
|
|
|
|
|
|
|
|
|
|
|
| |
directory
name contains upper-case characters as it makes finding a port harder.
PR: ports/79679
Approved by: will, portmgr(krion)
Notes:
svn path=/head/; revision=133136
|
|
|
|
|
|
|
|
|
| |
need them when building from 'addport -a -t'.
Approved by: will
Notes:
svn path=/head/; revision=131750
|
|
|
|
| |
Notes:
svn path=/head/; revision=125941
|
|
|
|
|
|
|
| |
Approved by: will
Notes:
svn path=/head/; revision=121024
|
|
|
|
|
|
|
|
|
|
| |
is upper case (ie : don't end up with pEAR)
Approved by: will
Asked by: thierry
Notes:
svn path=/head/; revision=106153
|
|
|
|
|
|
|
|
|
| |
<category>/Makefile, and ended up at the begining
Approved by: will
Notes:
svn path=/head/; revision=104765
|
|
|
|
|
|
|
|
|
| |
- Add 'ports/' PR category to commit log
Approved by: will
Notes:
svn path=/head/; revision=98866
|
|
|
|
|
|
|
|
|
|
|
| |
also print the exact location of the file to checkout.
This is for those who rarely adds new ports and do not remember the
location of Additional FreeBSD Contributors article.
Approved by: will
Notes:
svn path=/head/; revision=97594
|
|
|
|
|
|
|
|
|
|
|
| |
Perl before, sometimes we would word wrap too soon. Now we should never
generate a line more than 72 characters long (but as close to 72 characters
long as we can without breaking up a word).
Approved by: will (maintainer)
Notes:
svn path=/head/; revision=97436
|
|
|
|
| |
Notes:
svn path=/head/; revision=93825
|
|
|
|
|
|
|
| |
Approved by: will
Notes:
svn path=/head/; revision=89738
|