Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: news/husky |
Commit | Credits | Log message |
1.9.20201211_1 25 Feb 2024 11:32:36 |
Muhammad Moinur Rahman (bofh) |
news/husky*: Moved man to share/man
Approved by: portmgr (blanket) |
1.9.20191207 10 Sep 2022 17:41:16 |
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) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.20191207 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.9.20191207 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.9.20191207 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.20191207 08 Mar 2020 19:09:15 |
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> |
1.9.20140519_3 10 Nov 2018 18:12:58 |
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 |
1.9.20140519_2 10 Sep 2018 13:14:52 |
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 |
1.9.20140519_2 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.9.20140519_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.9.20140519_2 21 Sep 2015 22:09: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 |
1.9.20140519_1 19 Apr 2015 06:24:34 |
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. |
1.9.20140519_1 18 Apr 2015 10:59:36 |
marino |
news/husky-fidoconf: Test feature rather than OPSYS/OSVERSION
Testing for OPSYS/OSVERSION requires <pre> and <post> inclusions and
isn't necessary. All we need is the same logic that USES=makeinfo uses.
This simplifies previous commit. |
1.9.20140519_1 18 Apr 2015 10:28:55 |
marino |
news/husky(-fidoconf): Unbreak F11 and DragonFly (old texi files)
The reason all husky ports were bumped is because the -devel package
suffix was not removed as intended. It's been removed now so all husky
packages have different names.
The fidoconf package uses texi files to build an info page and an html
page. It appears there is no man page equivalent. I couldn't find a
patch to fix the old-format texi files that the latest texinfo programs
can read, so I blocked them from building on FreeBSD 11 and DragonFly
where the port was broken.
While here, I removed %%PORTDOCS%% from man pages. There were installed
unconditionally (as they should be), so setting DOCS option to off would
have broken the port as well. Also use the INFO definition as it should
be rather than hardcoding the pkg-plist.
The maintainer will be notified so he can prepare a patch for texi or
update the port.
Approved by: blanket (unbreaks F11) |
1.9.20140519 02 Feb 2015 04:40:00 |
amdmi3 |
- Drop @dirrm* from pkg-plists
Approved by: portmgr blanket |
1.9.20140519 19 Aug 2014 22:10:14 |
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. |
0.14.4_2 19 Aug 2014 16:37:47 |
marino |
news/husky*: Remove Husky ports to pave way for next version
In a two-step process, the Husky ports that are due to be removed
on September 1 are being removed now. The next step will be to rename
the husky-*-devel ports to plain husky-*
Approved by: former maintainer (fjoe@) |
0.14.4_2 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
0.14.4_2 24 Jul 2014 16:33:10 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
0.14.4_2 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
0.14.4_2 26 Jun 2014 08:41:34 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
0.14.4_2 20 Sep 2013 22:31:15 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
news) |
0.14.4_2 12 Jul 2013 12:28:43 |
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 |
0.14.4_2 09 May 2013 06:59:06 |
fjoe |
Unbreak on !i386. |
0.14.4_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.14.4_1 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.14.4_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.14.4_1 30 Jan 2007 04:23:59 |
kris |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose |
0.14.4_1 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
0.14.4_1 17 Nov 2005 19:04:58 |
fjoe |
Add SHA256 checksum. |
0.14.4_1 26 Oct 2005 15:48:22 |
garga |
- Register CONFLICTS with husky-*-devel |
0.14.4_1 04 Feb 2004 12:46:51 |
fjoe |
SIZE'ify. |
0.14.4_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.14.4 25 Oct 2003 21:55:35 |
fjoe |
Update to 0.14.4. |
0.14.3 08 Sep 2003 21:17:57 |
fjoe |
Specify RUN_DEPENDS explicitly.
Pointed out by: Dmitry Morozovsky |
0.14.3 07 Aug 2003 10:36:03 |
fjoe |
Remove BROKEN. My recent commits were supposed to fix build failures. |
0.14.3 07 Aug 2003 09:56:34 |
kris |
BROKEN: Does not build |
0.14.3 05 Aug 2003 10:08:26 |
fjoe |
Use INFO=. |
0.14.3 05 Aug 2003 10:07:11 |
fjoe |
Do not build .dvi docs in install stage. |
0.14.3 05 Jun 2003 12:24:59 |
fjoe |
Do not build dvi documentation (DVIDIR is now defined in huskymak.cfg). |
0.14.3 02 Jun 2003 14:52:57 |
fjoe |
Update to 0.14.3 |
0.14.2_1 18 Feb 2003 11:53:38 |
fjoe |
De-pkg-comment. |
0.14.2_1 21 Jan 2003 14:11:18 |
fjoe |
add RUN_DEPENDS on husky-base |
0.14.2_1 11 Jan 2003 12:14:54 |
fjoe |
correctly specify path to fidoconfig configuration file in man pages |
0.14.2_1 10 Jan 2003 02:52:23 |
fjoe |
do not filter shlibs |
0.14.2_1 08 Jan 2003 22:37:54 |
fjoe |
install files with correct file modes |
0.14.2_1 08 Jan 2003 21:20:20 |
fjoe |
fix comments, remove some (commented out) left-overs
Noticed by: Gerrit Kuehn |
0.14.2_1 05 Jan 2003 19:34:27 |
fjoe |
Add ports for Husky Fidosoft Project (most of modules from it). |