notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/gnucflow/Makefile
SVNWeb

Number of commits found: 23

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 11 Jan 2022
[ 16:50 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:83cfc04ad9285c07f1e10d9c5647edfaacb4414e  commit hash:83cfc04ad9285c07f1e10d9c5647edfaacb4414e  commit hash:83cfc04ad9285c07f1e10d9c5647edfaacb4414e  83cfc04 
devel/gnucflow: update to 1.7

Also update MASTER_SITES to GNU
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
Sat, 23 Oct 2021
[ 20:27 Stefan Eßer (se) search for other commits by this committer ]    commit hash:edf4a2c081107ad473bff9d0ce5f0b228ddec555  commit hash:edf4a2c081107ad473bff9d0ce5f0b228ddec555  commit hash:edf4a2c081107ad473bff9d0ce5f0b228ddec555  edf4a2c 
devel/gnucflow: Add CPE information

Approved by:    portmgr (blanket)
Wed, 7 Apr 2021
[ 23:19 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  5823922  (Only the first 10 of 288 ports in this commit are shown above. View all ports for this commit)
Remove useless Created by: headers mentioning me
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 25 Feb 2019
[ 15:04 amdmi3 search for other commits by this committer ] Original commit   Revision:493874
- Update to 1.6
- Add testing support
- Add LICENSE
- Update WWW
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
Install texinfo files (GNU info) into ${PREFIX}/share/info

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
Thu, 8 Dec 2016
[ 19:52 tijl search for other commits by this committer ] Original commit   Revision:428152 (Only the first 10 of 551 ports in this commit are shown above. View all ports for this commit)
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Thu, 20 Aug 2015
[ 14:11 amdmi3 search for other commits by this committer ] Original commit   Revision:394879
- Swith to options helpers
Wed, 7 May 2014
[ 20:42 amdmi3 search for other commits by this committer ] Original commit   Revision:353204 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Convert USE_BZIP2 and USE_DOS2UNIX to USES
Mon, 16 Dec 2013
[ 17:40 amdmi3 search for other commits by this committer ] Original commit   Revision:336650 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook
Thu, 17 Oct 2013
[ 01:15 amdmi3 search for other commits by this committer ] Original commit   Revision:330585
- Support staging
- Convert USE_GMAKE to USES
Fri, 20 Sep 2013
[ 17:04 bapt search for other commits by this committer ] Original commit   Revision:327723 (Only the first 10 of 482 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Mon, 29 Apr 2013
[ 22:27 bapt search for other commits by this committer ] Original commit   Revision:316850 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}

While here:
- trim headers
- convert to new options framework
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Sat, 17 Dec 2011
[ 21:20 amdmi3 search for other commits by this committer ] Original commit 
- Update to 1.4

Feature safe:   yes
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Tue, 5 Jan 2010
[ 21:36 mva search for other commits by this committer ] Original commit 
cflow reads files as C or assembler program source and prints a graph
a graph of the function call hierarchy. Called functions are indented
according to their caller-callee relationship, in the order of occurance.

WWW:    http://www.sysfault.org/projects
Mon, 13 Jul 2009
[ 14:46 amdmi3 search for other commits by this committer ] Original commit 
- Update to 1.3
- Mirror the distfile
- Mark MAKE_JOBS_SAFE
Thu, 19 Jun 2008
[ 17:28 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 132 ports in this commit are shown above. View all ports for this commit)
Update my email address in 132 ports.

Approved by:    miwi (mentor)
Sat, 16 Feb 2008
[ 17:50 miwi search for other commits by this committer ] Original commit 
GNU cflow analyzes a collection of C source files and prints a graph
charting control flow within the program.

Current implementation is able to produce both direct and inverted
flowgraphs for C sources. Optionally a cross-reference listing can
be generated. Two output formats are implemented: POSIX and GNU
(extended).

Input files can optionally be preprocessed before analyzing.

WWW: http://savannah.gnu.org/projects/cflow

PR:             ports/120373
Submitted by:   Dmitry Marakasov <amdmi3 at amdmi3.ru>

Number of commits found: 23