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: news/husky-fidoconf/Makefile
SVNWeb

Number of commits found: 37

Sat, 10 Sep 2022
[ 17:41 Stefan Eßer (se) search for other commits by this committer Author: Tobias Kortkamp ]    commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  e79fe1a  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
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)
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)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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.
Sun, 8 Mar 2020
[ 19:09 tcberner search for other commits by this committer ] Original commit   Revision:528069 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
news/husky*: Update ports to latest versions

PR:		243030
Submitted by:	Oleg Sharoyko <osharoiko@gmail.com> (maintainer)
Reported by:	Ruslan Suleimanov <rs@paket.ua>
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
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
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
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 21 Sep 2015
[ 22:09 bdrewery search for other commits by this committer ] Original commit   Revision:397523
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
Sun, 19 Apr 2015
[ 06:24 marino search for other commits by this committer ] Original commit   Revision:384264
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.
Sat, 18 Apr 2015
[ 10:59 marino search for other commits by this committer ] Original commit   Revision:384222
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.
[ 10:28 marino search for other commits by this committer ] Original commit   Revision:384218
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)
Tue, 19 Aug 2014
[ 22:10 marino search for other commits by this committer ] Original commit   Revision:365427 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 24 Jul 2014
[ 16:33 bapt search for other commits by this committer ] Original commit   Revision:362828 (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Mon, 14 Jul 2014
[ 18:42 bapt search for other commits by this committer ] Original commit   Revision:361812 (Only the first 10 of 280 ports in this commit are shown above. View all ports for this commit)
Modernize LIB_DEPENDS

With hat:	portmgr
Thu, 26 Jun 2014
[ 08:41 antoine search for other commits by this committer ] Original commit   Revision:359321 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Allow to build with texinfo from ports

With hat:	portmgr
Fri, 20 Sep 2013
[ 22:31 bapt search for other commits by this committer ] Original commit   Revision:327759 (Only the first 10 of 89 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:
news)
Fri, 12 Jul 2013
[ 12:28 bapt search for other commits by this committer ] Original commit   Revision:322828 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Do not define gmake usage after pre.mk
While here:
- trim headers
- convert to uses=gmake
- remove now useless pre.mk/post.mk dancing
Thu, 9 May 2013
[ 06:59 fjoe search for other commits by this committer ] Original commit   Revision:317723 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Unbreak on !i386.
Sat, 22 Aug 2009
[ 00:32 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 341 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with N
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Tue, 30 Jan 2007
[ 04:23 kris search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Thu, 11 May 2006
[ 22:49 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 270 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with N
Wed, 26 Oct 2005
[ 15:48 garga search for other commits by this committer ] Original commit 
- Register CONFLICTS with husky-*-devel
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Sat, 25 Oct 2003
[ 21:55 fjoe search for other commits by this committer ] Original commit 
Update to 0.14.4.
Mon, 8 Sep 2003
[ 21:17 fjoe search for other commits by this committer ] Original commit 
Specify RUN_DEPENDS explicitly.

Pointed out by: Dmitry Morozovsky
Thu, 7 Aug 2003
[ 10:36 fjoe search for other commits by this committer ] Original commit 
Remove BROKEN. My recent commits were supposed to fix build failures.
[ 09:56 kris search for other commits by this committer ] Original commit 
BROKEN: Does not build
Tue, 5 Aug 2003
[ 10:08 fjoe search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Use INFO=.
Mon, 2 Jun 2003
[ 14:52 fjoe search for other commits by this committer ] Original commit 
Update to 0.14.3
Tue, 18 Feb 2003
[ 11:53 fjoe search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Tue, 21 Jan 2003
[ 14:11 fjoe search for other commits by this committer ] Original commit 
add RUN_DEPENDS on husky-base
Sat, 11 Jan 2003
[ 12:14 fjoe search for other commits by this committer ] Original commit 
correctly specify path to fidoconfig configuration file in man pages
Fri, 10 Jan 2003
[ 02:52 fjoe search for other commits by this committer ] Original commit 
do not filter shlibs
Wed, 8 Jan 2003
[ 21:20 fjoe search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
fix comments, remove some (commented out) left-overs

Noticed by:     Gerrit Kuehn
Sun, 5 Jan 2003
[ 19:34 fjoe search for other commits by this committer ] Original commit  (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
Add ports for Husky Fidosoft Project (most of modules from it).

Number of commits found: 37