| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- adopt port;
- silent portlint.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18488
Notes:
svn path=/head/; revision=487673
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=487243
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
Notes:
svn path=/head/; revision=484628
|
|
|
|
|
|
|
|
| |
PR: 230992
Submitted by: Nathan <ndowens@yahoo.com>
Notes:
svn path=/head/; revision=478414
|
|
|
|
|
|
|
|
|
|
|
|
| |
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=473699
|
|
|
|
|
|
|
|
|
|
|
| |
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.
Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
Notes:
svn path=/head/; revision=473019
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=472699
|
|
|
|
|
|
|
|
|
| |
PR: 220506
Submitted by: amutu@amutu.com (new maintainer)
MFH: 2017Q3
Notes:
svn path=/head/; revision=449491
|
|
|
|
|
|
|
|
|
| |
PR: 209052
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=414054
|
|
|
|
|
|
|
|
| |
PR: 206256
Submitted by: tkato432@yahoo.com
Notes:
svn path=/head/; revision=406184
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=405891
|
|
|
|
|
|
|
|
|
|
| |
- Improve pkg-descr
PR: 202857
Submitted by: tkato432@yahoo.com
Notes:
svn path=/head/; revision=396793
|
|
|
|
| |
Notes:
svn path=/head/; revision=380311
|
|
|
|
|
|
|
| |
Hope to see you back! Thank for all the work!
Notes:
svn path=/head/; revision=372709
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=359318
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: 189804
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=354510
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=341279
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
| |
Notes:
svn path=/head/; revision=311468
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
Notes:
svn path=/head/; revision=284239
|
|
|
|
| |
Notes:
svn path=/head/; revision=276309
|
|
|
|
| |
Notes:
svn path=/head/; revision=264070
|
|
|
|
| |
Notes:
svn path=/head/; revision=255816
|
|
|
|
| |
Notes:
svn path=/head/; revision=250914
|
|
|
|
|
|
|
|
|
|
|
|
| |
mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=240715
|
|
|
|
| |
Notes:
svn path=/head/; revision=220520
|
|
|
|
|
|
|
| |
- Take maintainership
Notes:
svn path=/head/; revision=220117
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=220031
|
|
|
|
| |
Notes:
svn path=/head/; revision=212841
|
|
|
|
| |
Notes:
svn path=/head/; revision=209292
|
|
|
|
| |
Notes:
svn path=/head/; revision=208324
|
|
|
|
| |
Notes:
svn path=/head/; revision=203341
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=196111
|
|
|
|
| |
Notes:
svn path=/head/; revision=192441
|
|
|
|
|
|
|
|
| |
PR: ports/112127 (part of)
Submitted by: "Eric P. Scott" <eps+pbug0704@ana.com>
Notes:
svn path=/head/; revision=190927
|
|
|
|
| |
Notes:
svn path=/head/; revision=189752
|
|
|
|
| |
Notes:
svn path=/head/; revision=187433
|
|
|
|
| |
Notes:
svn path=/head/; revision=184131
|
|
|
|
| |
Notes:
svn path=/head/; revision=176483
|
|
ffe is a program for extracting fields from flat file records and dis-
playing them in different formats. ffe relies on the configuration file
to control input file structure and the output format.
WWW: http://sourceforge.net/projects/ff-extractor/
Author: Timo Savinen <tjsa@iki.fi>
Notes:
svn path=/head/; revision=173400
|