aboutsummaryrefslogtreecommitdiff
path: root/news/newsstar
Commit message (Collapse)AuthorAgeFilesLines
* news/newsstar: Move man pages to share/manNuno Teixeira2024-03-202-2/+3
| | | | Approved by: portmgr (blanket)
* news/newsstar: update WWW to upgraded https:// (sourceforge)Matthias Andree2023-05-161-1/+1
|
* 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)
* news/newsstar: fix OpenSSL detection & cleanupsMatthias Andree2022-09-042-10/+14
| | | | | | | | | | | | OpenSSL detection was broken because it looked for SSL_library_init(), which has been gone since OpenSSL 1.1.0 already. Patch to look for OPENSSL_init_ssl() instead. Replace @exec by @postexec. Add USES=ncurses. Rearrange Makefile to reduce complaints from portclippy and portlint.
* news: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Adam David <adam@FreeBSD.org> * Ade Lovett <ade@FreeBSD.org> * Andreas Klemm <andreas@klemm.gtn.com> * Andrey Slusar <anray@FreeBSD.org> * Brian Somers <brian@FreeBSD.org> * Carey Jones <mcj@acquiesce.org> * David O'Brien (obrien@cs.ucdavis.edu) * Denis Shaposhnikov <dsh@vlink.ru> * Don Croyle <croyle@gelemna.org> * Donald Burr <dburr@FreeBSD.org> * Frederic Cambus * George Sorsby <george@crackpipe.net> * James FitzGibbon <jfitz@FreeBSD.org> * Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> * Joe Marcus Clarke <marcus@FreeBSD.org> * John Holland <john@zoner.org> * Jun-ichiro itojun Itoh <itojun@itojun.org> * Kirill Ponomarew <ponomarew@oberon.net> * Lasse L. Johnsen (lasse@freebsdcluster.org) * Lewis Thompson <purple@lewiz.net> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Max Khon * Michael L. Hostbaek <mich@freebsdcluster.org> * Mikolaj Rydzewski <miki@ceti.pl> * Noritaka Ishizumi <graphite@taurus.bekkoame.or.jp> * Oliver Braun <obraun@informatik.unibw-muenchen.de> * Pete Fritchman <petef@databits.net> * Ralf van der Enden <tremere@cainites.net> * Sergey Skvortsov <skv@protey.ru> * Thierry Thomas <tthomas@mail.dotcom.fr> * Tim Welch <ports@thepentagon.org> * Yen-Ming Lee <leeym@FreeBSD.org> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * adam * asaddi@philosophysw.com * bkhl@elektrubadur.se * gary@hayers.org * ijliao * kbowling * obrien@cs.ucdavis.edu * proff@suburbia.net * smace * torstenb With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update `databases/gdbm' to version 1.18.1, an important bugfix releaseAlexey Dokuchaev2018-11-111-1/+1
| | | | | | | | | | | | | which restores compatibility with old databases (version 1.8) and some later versions which were built without mmap(2) support. Due to shlib version change, bump port revisions of the consumer ports. PR: 233059 Exp-run by: antoine Approved by: maintainer (johans, numerous timeouts) Notes: svn path=/head/; revision=484696
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Cleanup and update.Matthias Andree2015-12-302-17/+14
| | | | | | | | PR: 205574 Submitted by: Dmitry Marakasov (amdmi3@) Notes: svn path=/head/; revision=404861
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361972
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Attempt to fix build issues.Matthias Andree2013-10-312-11/+13
| | | | | | | Add SHEBANG_FILES=newsstar.in, bumping PORTREVISION. Notes: svn path=/head/; revision=332191
* Support staging.Matthias Andree2013-10-232-17/+20
| | | | | | | | | | | | Reorder Makefile targets (post-install after post-patch). Update to new LIB_DEPENDS format. Disable chown, and leave that to the package. Note that this apparently exposes issues with poudriere testport/make check-orphans due to absolute /var paths. Notes: svn path=/head/; revision=331435
* 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
* - Add explicit $ICONV_LIBGuido Falsi2013-09-191-1/+1
| | | | | | | | Submitted by: marino Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327653
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327278
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Upgrade to new upstream release 1.5.6.Matthias Andree2013-01-222-4/+3
| | | | Notes: svn path=/head/; revision=310813
* Convert to OptionsNG.Matthias Andree2013-01-201-7/+16
| | | | | | | | | Fix an installation error to fresh PREFIX directories, where a file was installed one directory level too close to the root (lib/newsstar) and renamed. Notes: svn path=/head/; revision=310700
* Take maintainership.Matthias Andree2013-01-201-1/+1
| | | | Notes: svn path=/head/; revision=310691
* - Update to 1.5.5Wen Heping2013-01-203-12/+8
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=310687
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-1/+2
| | | | Notes: svn path=/head/; revision=281668
* Fix NOPORTDOCS builds if gmake isn't installed.Matthias Andree2010-12-091-2/+2
| | | | Notes: svn path=/head/; revision=265915
* Fix leftover files in NOPORTDOCS install.Matthias Andree2010-12-081-0/+8
| | | | Notes: svn path=/head/; revision=265844
* Add LICENSE=GPLv3 line.Matthias Andree2010-12-071-0/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=265794
* - Update to upstream release 1.5.4 (2009)Matthias Andree2010-12-076-118/+19
| | | | | | | | | | | | | | | | | | | | | | | | + This unbreaks the build, removing BROKEN= tag. - For examples, use [NO]PORTEXAMPLES instead of [NO]PORTDOCS - HAS_CONFIGURE -> GNU_CONFIGURE - Drop all patches from files/, + patch-configure.in and patch-newsstar.in integrated in upstream + patch-Makefile.am no longer needed after further upstream fixes - Drop USE_AUTOTOOLS, we're no longer patching *.ac/*.am files. - Mark MAKE_JOBS_SAFE for parallel builds. - Note I cannot actually test the resulting executable for lack of local news servers, hence I'm not taking maintainership either. Feature safe: yes Notes: svn path=/head/; revision=265792
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2010-12-011-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=265541
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Migration of BROKEN ports from automake{19,110}->111 which will mostAde Lovett2010-10-071-1/+1
| | | | | | | likely need to be looked at as and when they become unbroken. Notes: svn path=/head/; revision=262566
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Mark BROKEN: does not buildErwin Lansing2009-10-251-0/+2
| | | | Notes: svn path=/head/; revision=243287
* - Update to 1.5.3Andrey Slusar2009-10-156-58/+89
| | | | | | | | PR: ports/136807 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> Notes: svn path=/head/; revision=242884
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-10-071-11/+11
| | | | | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr Notes: svn path=/head/; revision=201032
* - Update to 1.3.2Andrey Slusar2007-09-162-6/+10
| | | | | | | | | | | | - Fixed broken detection of installed INN - Added missing dependency on GDBM - manpage installed into right directory PR: ports/116370 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> Notes: svn path=/head/; revision=199567
* SHA256ifyEdwin Groothuis2006-01-231-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154298
* Change email address for all my ports.Andrey Slusar2005-12-151-2/+2
| | | | | | | Approved by: sem(mentor) Notes: svn path=/head/; revision=151262
* Update to version 1.2.2Kirill Ponomarev2005-03-032-3/+3
| | | | | | | | PR: ports/78326 Submitted by: maintainer Notes: svn path=/head/; revision=130247
* [PATCH] change MAINTAINER email address for all my ports.Edwin Groothuis2004-12-301-1/+1
| | | | | | | | PR: ports/75559 Submitted by: Andrey Slusar <anray@inet.ua> Notes: svn path=/head/; revision=125497
* Update to 1.2.1Kirill Ponomarev2004-08-242-3/+3
| | | | | | | | PR: ports/70908 Submitted by: maintainer Notes: svn path=/head/; revision=117210
* Update to 1.2Sergey Matveychuk2004-08-203-49/+27
| | | | | | | | PR: ports/70676 Submitted by: maintainer Notes: svn path=/head/; revision=116760
* Change option WITH_SN to WITH_INN and remove RUN_DEPENDS.Kirill Ponomarev2004-08-142-8/+93
| | | | | | | | | | | | | | Add s-news to COMMENT. Fix autosearch paths to newsservers. Fix running overview program if using s-news. Fix path to sendmail. Bump portrevision. PR: ports/70437 Submitted by: maintainer Notes: svn path=/head/; revision=116174
* Change maintainer's email.Kirill Ponomarev2004-08-071-1/+1
| | | | | | | | PR: ports/70138 Submitted by: Andrey Slusar <vasallia@ukr.net> Notes: svn path=/head/; revision=115587
* Update to 1.1.1Sergey Matveychuk2004-07-154-4/+28
| | | | | | | | | PR: ports/68901 Submitted by: maintainer Approved by: krion (mentor) Notes: svn path=/head/; revision=113682