non port: textproc/uncrustify/Makefile |
Number of commits found: 73 |
Monday, 20 Nov 2023
|
18:26 Dmitry Marakasov (amdmi3)
textproc/uncrustify: update 0.77.1 → 0.78.1
fabe84c |
Monday, 31 Jul 2023
|
16:06 Dmitry Marakasov (amdmi3)
textproc/uncrustify: update 0.76.0 → 0.77.1
ce15103 |
Monday, 5 Dec 2022
|
19:28 Dmitry Marakasov (amdmi3)
textproc/uncrustify: update 0.75.1 → 0.76.0
01176fc |
Friday, 11 Nov 2022
|
20:06 Dmitry Marakasov (amdmi3)
textproc/uncrustify: update WWW
b7a5a35 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 1 Sep 2022
|
18:13 Dmitry Marakasov (amdmi3)
textproc/uncrustify: add PORTSCOUT
c4568c9 |
Monday, 16 May 2022
|
15:31 Dmitry Marakasov (amdmi3)
textproc/uncrustify: update 0.75.0 → 0.75.1
693ae3d |
06:49 Loïc Bartoletti (lbartoletti)
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine
2d34c2b |
Friday, 6 May 2022
|
16:14 Dmitry Marakasov (amdmi3)
textproc/uncrustify: update 0.74.0 → 0.75.0
9367451 |
Tuesday, 23 Nov 2021
|
13:35 Dmitry Marakasov (amdmi3)
textproc/uncrustify: update to 0.74.0
96e88b5 |
Friday, 14 May 2021
|
19:51 Dmitry Marakasov (amdmi3)
textproc/uncrustify: update to 0.73.0
49b2d7d |
Wednesday, 7 Apr 2021
|
23:19 Dmitry Marakasov (amdmi3)
Remove useless Created by: headers mentioning me
5823922 |
04:19 Tobias Kortkamp (tobik)
textproc/uncrustify: Add explicit Python build dependency (D29353)
This unbreaks the build when using devel/samurai.
It previously got it through ninja which has a run dependency on
Python.
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:218
(message):
Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:582
(_FPHSA_FAILURE_MESSAGE)
/usr/local/share/cmake/Modules/FindPythonInterp.cmake:169
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:20 (find_package)
http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/uncrustify-0.72.0.log
PR: 254678
1070c07 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 8 Nov 2020
|
17:34 amdmi3
- Update to 0.72.0
 |
Monday, 25 May 2020
|
17:36 amdmi3
- Update to 0.71.0
 |
Thursday, 28 Nov 2019
|
21:49 amdmi3
- Update to 0.70.1
 |
Monday, 18 Nov 2019
|
20:48 amdmi3
- Update to 0.70.0
Config files are now installed both into the DATADIR (implemented
upstream in this version) and ETCDIR (as always been done by the
port). I'm going to discuss this with upstream ([1]) as ETCDIR
surely looks more suitable, so for now this duplication is indended.
[1]
https://github.com/uncrustify/uncrustify/commit/ea6950086657de0ad12bc098f169a992407889ca
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Monday, 3 Jun 2019
|
14:54 amdmi3
- Update to 0.69.0
 |
Friday, 3 May 2019
|
13:55 pkubaj
textproc/uncrustify: fix build with GCC-based architectures
Adding USES=compiler:c++11-lang fixes this port on GCC architectures:
cc1plus: error: unrecognized command line option "-std=gnu++0x"
Approved by: mentors (implicit approval)
 |
Tuesday, 25 Dec 2018
|
20:25 tcberner
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
 |
Friday, 30 Nov 2018
|
17:07 amdmi3
- Fix build broken by a tag slip. Exact commit specified corresponds to original
0.68.1 tag contents
 |
Tuesday, 27 Nov 2018
|
18:40 amdmi3
- Update to 0.68.1
- Try to unbreak with ancient gcc
 |
Saturday, 17 Nov 2018
|
23:32 amdmi3
- Update to 0.68
 |
Friday, 18 May 2018
|
00:31 amdmi3
- Update to 0.67
 |
Friday, 24 Nov 2017
|
15:52 amdmi3
- Update to 0.66.1
 |
Friday, 2 Jun 2017
|
15:49 linimon
Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
 |
Monday, 22 May 2017
|
14:32 amdmi3
- Update to 0.65
 |
Sunday, 25 Dec 2016
|
14:23 amdmi3
CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override it
Approved by: portmgr blanket
 |
Tuesday, 18 Oct 2016
|
15:01 amdmi3
- Update to 0.64
 |
Friday, 9 Sep 2016
|
19:42 amdmi3
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well
Submitted by: amdmi3
Reviewed by: mat
Exp-run by: antoine
Approved by: portmgr (mat, antoine)
Differential Revision: D7534
 |
Thursday, 12 May 2016
|
18:34 amdmi3
- Update to 0.63
 |
Friday, 5 Feb 2016
|
05:41 amdmi3
- Update to 0.62
- Add LICENSE
- Use test framework
- Switch to options helpers
- Fix WWW:
 |
Monday, 29 Dec 2014
|
01:16 amdmi3
- Update to 0.61
 |
Monday, 16 Dec 2013
|
18:18 amdmi3
- Use '.' instead of '*' in COPYTREE_* all over my ports
Suggested by: danfe
 |
17:40 amdmi3
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook
 |
Wednesday, 30 Oct 2013
|
14:12 amdmi3
- Support staging
- Convert USE_GMAKE to USES
 |
Friday, 20 Sep 2013
|
23:17 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
 |
Monday, 4 Mar 2013
|
02:17 amdmi3
- Update to 0.60
 |
Friday, 21 Dec 2012
|
09:37 amdmi3
- Update to 0.59 (1)
- Trim header
- OptionsNG
- Use COPYTREE_SHARE for docs installation
- Remove unneeded patch
- Make build more verbose
PR: 174483 (1)
Submitted by: Maxim Samsonov <xors@mailup.net> (1)
 |
Monday, 19 Oct 2009
|
11:39 amdmi3
- Update to 0.54
PR: 139696
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
 |
Saturday, 22 Aug 2009
|
00:37 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V
 |
Monday, 18 May 2009
|
15:42 amdmi3
- Update to 0.53
 |
Sunday, 1 Mar 2009
|
19:17 amdmi3
- Update to 0.52
 |
Friday, 28 Nov 2008
|
01:19 amdmi3
- Update to 0.51
 |
Sunday, 26 Oct 2008
|
18:15 amdmi3
- Update to 0.50
 |
Saturday, 23 Aug 2008
|
13:49 amdmi3
- Update to 0.49
 |
Tuesday, 22 Jul 2008
|
21:37 amdmi3
- Update to 0.48
Approved by: miwi (mentor explicit)
 |
Thursday, 19 Jun 2008
|
17:28 amdmi3
Update my email address in 132 ports.
Approved by: miwi (mentor)
 |
Wednesday, 18 Jun 2008
|
23:59 miwi
- Update to 0.47
PR: 124374
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
 |
Friday, 25 Apr 2008
|
17:10 miwi
- Update to 0.46
PR: 123028
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
 |
Thursday, 13 Mar 2008
|
16:31 miwi
- Update to 0.45
PR: 121524
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
 |
Friday, 15 Feb 2008
|
12:14 miwi
- Update to 0.44
PR: 120622
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
 |
Thursday, 10 Jan 2008
|
23:19 miwi
- Update to 119508
PR: 119508
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
 |
Friday, 14 Dec 2007
|
17:05 miwi
- Update to 0.42
PR: 118559
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
 |
Wednesday, 17 Oct 2007
|
08:47 miwi
- Update to 0.40
PR: 117197
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
 |
Monday, 1 Oct 2007
|
19:47 tabthorpe
- Update to 0.39
PR: ports/116791
Submitted by: Dmitry Marakasov <amdmi3 amdmi3.ru> (maintainer)
Approved by: clsung (mentor, implicit)
 |
Friday, 7 Sep 2007
|
03:52 tabthorpe
- Update to 0.38
PR: ports/116135
Submitted by: Dmitry Marakasov <amdmi3_AT_amdmi3.ru> (maintainer)
Approved by: clsung (mentor)
 |
Thursday, 30 Aug 2007
|
13:11 tabthorpe
- update to 0.37
PR: ports/115770
Submitted by: Dmitry Marakasov <amdmi3_AT_amdmi3.ru> (maintainer)
Approved by: clsung (mentor)
 |
Sunday, 12 Aug 2007
|
11:09 rafan
- Update to 0.36
- Use macro from bsd.sites.mk
PR: ports/115334
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
 |
Sunday, 27 May 2007
|
09:48 miwi
- Update to 0.34
PR: 112908
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
 |
Tuesday, 6 Mar 2007
|
22:22 miwi
- Update to 0.33
PR: 11009
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
 |
19:07 miwi
- Update to 0.32
PR: 109888
Submitted by: miwi
Approved by: maintainer
 |
Wednesday, 31 Jan 2007
|
15:33 miwi
- Update to 0.31
PR: ports/108603
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
 |
Friday, 12 Jan 2007
|
09:38 clsung
- Update to 0.30
- Changelog's here: http://uncrustify.sourceforge.net/ChangeLog
PR: ports/107808
Submitted by: maintainer (Dmitry Marakasov)
 |
Thursday, 21 Dec 2006
|
20:41 edwin
[MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
one. Also, now I can mirror some distfiles, so update
MASTER_SITES for some ports.
PR: ports/107038
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
 |
Saturday, 4 Nov 2006
|
23:03 miwi
- Update to 0.29
PR: ports/105011
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2
 |
Monday, 25 Sep 2006
|
10:49 miwi
- Update to 0.27
PR: ports/103613
Submitted by: Dmitry Marakasov <amdmi3(at)mail.ru> (maintainer)
 |
Monday, 28 Aug 2006
|
17:59 pav
- Update to 0.0.25
- Install documentation
PR: ports/102614
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
 |
Thursday, 10 Aug 2006
|
03:32 rafan
- Update to 0.0.24
PR: ports/101571
Submitted by: Dmitry Marakasov <amdmi3 at mail.ru> (maintainer)
 |
Saturday, 29 Jul 2006
|
20:56 miwi
- Update to 0.0.23
PR: ports/100920
Submitted by: Dmitry Marakasov <amdmi3(at)mail.ru> (maintainer)
Approved by: krion (mentor)
 |
Saturday, 22 Jul 2006
|
09:23 miwi
Add uncrustify , highly configurable source code beautifier.
The goals of this project are simple:
Create a highly configurable, easily modifiable source code beautifier.
What it does:
* Ident code, aligning on parens, assignments, etc
* Align on '=' and variable definitions
* Align structure initializers
* Align #define stuff
* Align backslash-newline stuff
* Reformat comments (a little bit)
* Fix inter-character spacing
* Add or remove parens on return statements
* Add or remove braces on single-statement if/do/while/for statements
* Highly configurable - 118 configurable options as of version 0.0.15
WWW: http://uncrustify.sourceforge.net
PR: ports/100604
Submitted by: Dmitry Marakasov <amdmi3 at mail.ru>
 |
Number of commits found: 73 |