non port: news/husky-htick/Makefile |
Number of commits found: 35 |
Sunday, 25 Feb 2024
|
11:32 Muhammad Moinur Rahman (bofh)
news/husky*: Moved man to share/man
Approved by: portmgr (blanket)
8cc779e |
Tuesday, 31 Oct 2023
|
12:27 Muhammad Moinur Rahman (bofh)
news/husky*: Update version 1.9.20200418=>1.9.20201211
- Unbrewk news/husky-hpt
- Unbrewk news/husky-htick
Approved by: portmgr (just-fix-it)
425e2b4 |
Saturday, 10 Sep 2022
|
17:41 Stefan Eßer (se) Author: Tobias Kortkamp
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit)
e79fe1a |
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 |
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 |
Thursday, 18 Feb 2021
|
05:03 linimon
Mark BROKEN in 13/14 (via latest llvm update).
 |
Sunday, 4 Oct 2020
|
01:59 yuri
news/husky-htick: Fix build on 13 by adding CFLAGS=-fcommon
Reported by: Abuild failure on 13-CURRENT
Approved by: portmgr (build fix)
 |
Sunday, 8 Mar 2020
|
19:09 tcberner
news/husky*: Update ports to latest versions
PR: 243030
Submitted by: Oleg Sharoyko <osharoiko@gmail.com> (maintainer)
Reported by: Ruslan Suleimanov <rs@paket.ua>
 |
Saturday, 10 Nov 2018
|
18:12 bapt
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
 |
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
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 21 Sep 2015
|
22:09 bdrewery
Rework husky ports to use a more conventional MASTER/SLAVE port pattern.
- Remove Makefile.local as it is intended to be a user file that should
not be committed. Its documentation is poor (r12873) but users are
relying on it.
- Remove CONFLICTS as for every port it just conflicted with itself.
With hat: portmgr
 |
Sunday, 19 Apr 2015
|
06:24 marino
news/husky-(fidoconf|htick|hpt) : builds INFO pages everywhere again
Jan Beich fixed the info pages (thanks Jan!) so this enables their
building for htick and fidoconf of FreeBSD 11 and DragonFly. While here,
commit USES+=makeinfo to -hpt that went uncommitted accidently yesterday.
 |
Saturday, 18 Apr 2015
|
10:53 marino
news/husky-(hpt|htick): Restore build on FreeBSD 11 and DF
The husky-htp texi file can still be processed by the latest texinfo
programs, so all it needed was USES+= makeinfo to fix FreeBSD 11.
However, the husky-htick texi file is too old, so the makefile was
adjusted to not install info if the base texinfo isn't available.
While here, use PORTDOCS and remove very short pkg-plist file.
The maintainer will be notified so he can restore the info page
on all platforms.
Approved by: blanket (restores build on FreeBSD 11)
 |
Tuesday, 19 Aug 2014
|
22:10 marino
Remove '-devel' prefix from husky* ports
Today the older unstaged husky-* ports were removed as the first part
of a transition move the development versions into their place. This
commit completes the relocation of husky-*-devel ports.
 |
Thursday, 24 Jul 2014
|
16:33 bapt
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
 |
Monday, 14 Jul 2014
|
18:42 bapt
Modernize LIB_DEPENDS
With hat: portmgr
 |
Tuesday, 1 Jul 2014
|
17:37 antoine
Make those ports more likely to build with texinfo from ports
With hat: portmgr
 |
Wednesday, 25 Jun 2014
|
05:35 bapt
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
 |
Friday, 20 Sep 2013
|
22:31 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
news)
 |
Friday, 12 Jul 2013
|
12:28 bapt
Do not define gmake usage after pre.mk
While here:
- trim headers
- convert to uses=gmake
- remove now useless pre.mk/post.mk dancing
 |
Thursday, 9 May 2013
|
06:59 fjoe
Unbreak on !i386.
 |
Saturday, 22 Aug 2009
|
00:32 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with N
 |
Tuesday, 11 Nov 2008
|
16:11 fjoe
- Add CONFLICTS with husky-htick-devel [1]
- Fix COMMENT
PR: 128741 [1]
Submitted by: Dmitry Marakasov
 |
Thursday, 11 May 2006
|
22:49 edwin
Remove USE_REINPLACE from all categories starting with N
 |
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Saturday, 25 Oct 2003
|
22:06 fjoe
Update to 1.0.4.
 |
Tuesday, 5 Aug 2003
|
10:08 fjoe
Use INFO=.
 |
Monday, 2 Jun 2003
|
14:51 fjoe
Update to 1.0.3
 |
Tuesday, 18 Feb 2003
|
11:53 fjoe
De-pkg-comment.
 |
Wednesday, 22 Jan 2003
|
18:44 fjoe
- build (hpt) with perl support by default
(-DWITHOUT_PERL knob can be used to turn it off)
- use current ${CC}, ${CXX}, ${CFLAGS}, ${PREFIX} values (not values which
were in effect when husky-base port was built)
 |
Saturday, 11 Jan 2003
|
12:14 fjoe
correctly specify path to fidoconfig configuration file in man pages
 |
Wednesday, 8 Jan 2003
|
21:20 fjoe
fix comments, remove some (commented out) left-overs
Noticed by: Gerrit Kuehn
 |
Sunday, 5 Jan 2003
|
19:34 fjoe
Add ports for Husky Fidosoft Project (most of modules from it).
 |
Number of commits found: 35 |