non port: news/husky-fidoconf/Makefile |
SVNWeb
|
Number of commits found: 37 |
Sat, 10 Sep 2022
|
[ 17:41 Stefan Eßer (se) Author: Tobias Kortkamp ] e79fe1a (Only the first 10 of 195 ports in this commit are shown above. )
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) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 8 Mar 2020
|
[ 19:09 tcberner ] (Only the first 10 of 32 ports in this commit are shown above. )
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 ] (Only the first 10 of 386 ports in this commit are shown above. )
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 ] (Only the first 10 of 995 ports in this commit are shown above. )
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 ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 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
|
Sun, 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.
|
Sat, 18 Apr 2015
|
[ 10:59 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.
|
[ 10:28 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)
|
Tue, 19 Aug 2014
|
[ 22:10 marino ] (Only the first 10 of 23 ports in this commit are shown above. )
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 ] (Only the first 10 of 79 ports in this commit are shown above. )
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Mon, 14 Jul 2014
|
[ 18:42 bapt ] (Only the first 10 of 280 ports in this commit are shown above. )
Modernize LIB_DEPENDS
With hat: portmgr
|
Thu, 26 Jun 2014
|
[ 08:41 antoine ] (Only the first 10 of 23 ports in this commit are shown above. )
Allow to build with texinfo from ports
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 22:31 bapt ] (Only the first 10 of 89 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
news)
|
Fri, 12 Jul 2013
|
[ 12:28 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
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 ] (Only the first 10 of 13 ports in this commit are shown above. )
Unbreak on !i386.
|
Sat, 22 Aug 2009
|
[ 00:32 amdmi3 ] (Only the first 10 of 341 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with N
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 49 ports in this commit are shown above. )
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
|
Thu, 11 May 2006
|
[ 22:49 edwin ] (Only the first 10 of 270 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with N
|
Wed, 26 Oct 2005
|
[ 15:48 garga ]
- Register CONFLICTS with husky-*-devel
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Sat, 25 Oct 2003
|
[ 21:55 fjoe ]
Update to 0.14.4.
|
Mon, 8 Sep 2003
|
[ 21:17 fjoe ]
Specify RUN_DEPENDS explicitly.
Pointed out by: Dmitry Morozovsky
|
Thu, 7 Aug 2003
|
[ 10:36 fjoe ]
Remove BROKEN. My recent commits were supposed to fix build failures.
|
[ 09:56 kris ]
BROKEN: Does not build
|
Tue, 5 Aug 2003
|
[ 10:08 fjoe ] (Only the first 10 of 12 ports in this commit are shown above. )
Use INFO=.
|
Mon, 2 Jun 2003
|
[ 14:52 fjoe ]
Update to 0.14.3
|
Tue, 18 Feb 2003
|
[ 11:53 fjoe ] (Only the first 10 of 24 ports in this commit are shown above. )
De-pkg-comment.
|
Tue, 21 Jan 2003
|
[ 14:11 fjoe ]
add RUN_DEPENDS on husky-base
|
Sat, 11 Jan 2003
|
[ 12:14 fjoe ]
correctly specify path to fidoconfig configuration file in man pages
|
Fri, 10 Jan 2003
|
[ 02:52 fjoe ]
do not filter shlibs
|
Wed, 8 Jan 2003
|
[ 21:20 fjoe ] (Only the first 10 of 11 ports in this commit are shown above. )
fix comments, remove some (commented out) left-overs
Noticed by: Gerrit Kuehn
|
Sun, 5 Jan 2003
|
[ 19:34 fjoe ] (Only the first 10 of 68 ports in this commit are shown above. )
Add ports for Husky Fidosoft Project (most of modules from it).
|
Number of commits found: 37 |