non port: devel/icmake/Makefile |
Number of commits found: 25 |
Wednesday, 12 Jul 2023
|
18:56 Felix Palmen (zirias)
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077
7d1faa7 |
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 |
Friday, 4 Jun 2021
|
11:13 Muhammad Moinur Rahman (bofh)
devel/icmake: Update version 9.02.08=>9.03.01
- Make proper use of SHEBANG_ instead of REINPLACE
- portlint housekeeping
- Update WWW
Relnotes: https://gitlab.com/fbb-git/icmake/-/tags/9.03.01
6e26f68 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 23 Sep 2018
|
22:06 antoine
Do not include bsd.port.mk twice
 |
Tuesday, 18 Sep 2018
|
08:14 linimon
More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64.
Tested on powerpc64, amd64.
Approved by: portmgr (tier-2 blanket)
 |
Monday, 10 Sep 2018
|
13:14 mat
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
 |
Sunday, 22 Jul 2018
|
02:56 bofh
devel/icmake: Update version 9.02.07=>9.02.08
- Change MASTER_SITE to GITLAB
Relnotes: https://gitlab.com/fbb-git/icmake/blob/master/icmake/changelog
 |
Wednesday, 25 Apr 2018
|
01:48 bofh
devel/icmake: Update version 9.02.04=>9.02.07
- Fix build on MIPS64 [1]
PR: 227667 [1]
Submitted by: loader [1]
Relnotes: https://github.com/fbb-git/icmake/releases/tag/9.02.07
 |
Sunday, 7 Jan 2018
|
23:00 bofh
devel/icmake: Update version 7.22.01=>9.02.04
- Update MASTERSITES to GITHUB
- Update Homepage to GITHUB Page
- Remove LICENSE_FILE
 |
Wednesday, 18 May 2016
|
13:18 amdmi3
- Simplify MASTER_SITES
- Add LICENSE_FILE
- Remove unneeded bsd.port.options.mk inclusion
Approved by: portmgr blanket
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 25 May 2015
|
20:05 bofh
devel/icmake: Update version 7.22.00=>7.22.01
- Convert patch files to 'make makepatch' compatible
 |
Thursday, 22 Jan 2015
|
21:06 bofh
devel/icmake: Update version 7.21.01=>7.22.00
Differential Revision: https://reviews.freebsd.org/D1603
Approved by: marino(mentor)
 |
Tuesday, 20 Jan 2015
|
14:00 bofh
devel/icmake: Update version 7.21.00=>7.21.01
- Take Maintainership
Differential Revision: https://reviews.freebsd.org/D1564
Approved by: marino(mentor)
 |
Thursday, 28 Nov 2013
|
07:13 pgj
- Update to 7.21.00
- Add support for staging, use shebangfix
- Give up maintainership
 |
Friday, 20 Sep 2013
|
17:04 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
 |
Tuesday, 4 Dec 2012
|
18:50 pgj
- Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
- Use a single space after "WWW:" in port descriptions
Requested by: jhale, danfe, bapt
Feature safe: yes
 |
12:16 pgj
- Implement suggestions of jhale
Feature safe: yes
 |
09:13 pgj
r307972@csupor: pgj | 2012-12-04 09:41:39 +0100
- Update to 7.19.00
- Trim Makefile header
- Set license
- Teach more about how to respect CC and CFLAGS
Feature safe: yes
 |
Tuesday, 6 Apr 2010
|
22:04 pgj
- Update to 7.12.5
- Add link for home page
 |
Tuesday, 17 Nov 2009
|
13:05 pgj
- Add a missing .ifdef for NO_INSTALL_MANPAGES
 |
12:31 pgj
- Update to 7.12.3
 |
Monday, 9 Mar 2009
|
16:15 pgj
Icmake is a hybrid between a 'make' utility and a 'shell script'
language. Originally, it was concocted to provide a useful tool for
automatic program maintenance and system administrative tasks on MS-DOS
platforms. Later on, Icmake was eventually ported to Unix platforms
(SCO and Linux). By now Icmake also runs on a HP-Unix platform.
Approved by: tabthorpe
 |
Number of commits found: 25 |