aboutsummaryrefslogtreecommitdiff
path: root/news/husky-htick
Commit message (Collapse)AuthorAgeFilesLines
* Fix WWW in parent/child portsTobias Kortkamp2022-09-101-1/+0
| | | | | | | | | | | | | | 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)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark BROKEN in 13/14 (via latest llvm update).Mark Linimon2021-02-181-0/+3
| | | | Notes: svn path=/head/; revision=565896
* news/husky-htick: Fix build on 13 by adding CFLAGS=-fcommonYuri Victorovich2020-10-041-0/+2
| | | | | | | | Reported by: Abuild failure on 13-CURRENT Approved by: portmgr (build fix) Notes: svn path=/head/; revision=551348
* news/husky*: Update ports to latest versionsTobias C. Berner2020-03-081-6/+10
| | | | | | | | | PR: 243030 Submitted by: Oleg Sharoyko <osharoiko@gmail.com> (maintainer) Reported by: Ruslan Suleimanov <rs@paket.ua> Notes: svn path=/head/; revision=528069
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=484628
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Rework husky ports to use a more conventional MASTER/SLAVE port pattern.Bryan Drewery2015-09-211-3/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=397523
* news/husky-(fidoconf|htick|hpt) : builds INFO pages everywhere againJohn Marino2015-04-191-7/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=384264
* news/husky-(hpt|htick): Restore build on FreeBSD 11 and DFJohn Marino2015-04-182-6/+17
| | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=384221
* Remove '-devel' prefix from husky* portsJohn Marino2014-08-193-0/+33
| | | | | | | | | 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. Notes: svn path=/head/; revision=365427
* news/husky*: Remove Husky ports to pave way for next versionJohn Marino2014-08-195-79/+0
| | | | | | | | | | | 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@) Notes: svn path=/head/; revision=365394
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362828
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Make those ports more likely to build with texinfo from portsAntoine Brodin2014-07-011-0/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=360062
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-2/+2
| | | | | | | | | | 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 Notes: svn path=/head/; revision=359185
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | news) Notes: svn path=/head/; revision=327759
* Do not define gmake usage after pre.mkBaptiste Daroussin2013-07-121-8/+3
| | | | | | | | | | While here: - trim headers - convert to uses=gmake - remove now useless pre.mk/post.mk dancing Notes: svn path=/head/; revision=322828
* Unbreak on !i386.Max Khon2013-05-091-1/+1
| | | | Notes: svn path=/head/; revision=317723
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-0/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Add CONFLICTS with husky-htick-devel [1]Max Khon2008-11-111-2/+4
| | | | | | | | | | - Fix COMMENT PR: 128741 [1] Submitted by: Dmitry Marakasov Notes: svn path=/head/; revision=222744
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-2/+0
| | | | Notes: svn path=/head/; revision=162141
* Add SHA256 checksum.Max Khon2005-11-171-0/+1
| | | | Notes: svn path=/head/; revision=148648
* SIZE'ify.Max Khon2004-02-041-0/+1
| | | | Notes: svn path=/head/; revision=99946
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Update to 1.0.4.Max Khon2003-10-252-3/+3
| | | | Notes: svn path=/head/; revision=92146
* Use INFO=.Max Khon2003-08-052-3/+1
| | | | Notes: svn path=/head/; revision=86335
* Do not build .dvi docs in install stage.Max Khon2003-08-051-7/+11
| | | | Notes: svn path=/head/; revision=86334
* Do not build dvi documentation (DVIDIR is now defined in huskymak.cfg).Max Khon2003-06-051-2/+11
| | | | Notes: svn path=/head/; revision=82319
* Update to 1.0.3Max Khon2003-06-022-4/+3
| | | | Notes: svn path=/head/; revision=82003
* De-pkg-comment.Max Khon2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75800
* - build (hpt) with perl support by defaultMax Khon2003-01-221-2/+2
| | | | | | | | | (-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) Notes: svn path=/head/; revision=73804
* fix comment/descrMax Khon2003-01-162-2/+2
| | | | Notes: svn path=/head/; revision=73241
* correctly specify path to fidoconfig configuration file in man pagesMax Khon2003-01-111-0/+6
| | | | Notes: svn path=/head/; revision=72897
* install files with correct file modesMax Khon2003-01-081-0/+22
| | | | Notes: svn path=/head/; revision=72774
* fix comments, remove some (commented out) left-oversMax Khon2003-01-081-1/+1
| | | | | | | Noticed by: Gerrit Kuehn Notes: svn path=/head/; revision=72767
* Add ports for Husky Fidosoft Project (most of modules from it).Max Khon2003-01-055-0/+41
Notes: svn path=/head/; revision=72598