| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
PORTREVISION is bumped for all of the above, because we will almost
certainly build these differently when the replacements actually start
working.
These were all detected by the below-referenced exp-run [1]. The patch
included forbids many ordinary characters from being escaped, since we'll
later imbue those with special meanings. This has had the nice side effect
of picking up various things that we didn't handle properly, e.g. \t and \r
for tab and carriage return.
PR: 229925 [1]
Approved by: koobs (mentor)
Approved by: portmgr (blanket: trivial build fixes)
MFH: no (invasive risk)
Differential Revision: https://reviews.freebsd.org/D25185
Notes:
svn path=/head/; revision=538197
|
|
|
|
|
|
|
|
| |
PR: 243611
Submitted by: Tommy P <tommyhp2@gmail.com>
Notes:
svn path=/head/; revision=524244
|
|
|
|
|
|
|
|
|
|
|
| |
This is required for upcoming Perl changes. I just duplicated the FreeBSD
line as a case option rather than add two more patterns -- mainly for
consistency as each platform got their own line in other cases.
Follows: r373971
Notes:
svn path=/head/; revision=374481
|
|
|
|
|
|
|
|
| |
With hat: perl
Sponsored by: Absolight
Notes:
svn path=/head/; revision=373971
|
|
|
|
|
|
|
|
|
|
| |
- Switch to OPTIONS
- Add Java bindings [1]
Submitted by: Oliver Brandmueller <ob@e-Gitt.NET> [1]
Notes:
svn path=/head/; revision=289094
|
|
|
|
|
|
|
|
| |
Noticed by: Alistair Buckle <mail_w@agtb.freeserve.co.uk>
Approved by: nork (mentor/implicitly)
Notes:
svn path=/head/; revision=99237
|
|
|
|
|
|
|
|
|
|
| |
Update to 5.0.2 release.
PR: ports/57204
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes:
svn path=/head/; revision=89482
|
|
|
|
|
|
|
|
| |
PR: 52885
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes:
svn path=/head/; revision=82231
|
|
|
|
|
|
|
|
|
|
| |
Update from 4.0.3 to 5.0.0 release.
PR: ports/50715
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes:
svn path=/head/; revision=78935
|
|
|
|
|
|
|
|
|
|
| |
(really this time)
PR: ports/48961
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes:
svn path=/head/; revision=77810
|
|
|
|
|
|
|
|
| |
PR: 39616
Submitted by: maintainer
Notes:
svn path=/head/; revision=61680
|
|
|
|
|
|
|
|
| |
PR: 34563
Submitted by: maintainer
Notes:
svn path=/head/; revision=54152
|
|
PR: 34178
Submitted by: sysadmin@alexdupre.com, yds@CoolRat.org
Notes:
svn path=/head/; revision=53852
|