aboutsummaryrefslogtreecommitdiff
path: root/www/snownews/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327283
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-1/+2
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Fix sanity testMartin Wilke2013-03-051-0/+2
| | | | Notes: svn path=/head/; revision=313462
* - Convert to OptionsNGMartin Wilke2013-03-051-10/+7
| | | | | | | | | - Trim header Reviewed by: beat, bapt, kwm Notes: svn path=/head/; revision=313460
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300219
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 1.5.12Cheng-Lung Sung2009-10-061-2/+2
| | | | | | | | PR: ports/139338 Submitted by: Tobias Rehbein <tobias dot rehbein_AT_web dot de> Notes: svn path=/head/; revision=242503
* - Update to 1.5.11Cheng-Lung Sung2009-04-241-1/+2
| | | | | | | | | | - Link to ncursesw to allow UTF-8 charset PR: ports/133486 Submitted by: baptiste dot daroussin_AT_gmail dot com Notes: svn path=/head/; revision=232638
* Remove bits for specifying the charset when building the port. The charset isStefan Walter2009-01-081-15/+0
| | | | | | | | | | | | chosen dynamically at runtime in this version. PR: 128416 Submitted by: Milan Bartos <merlyn500@gmail.com> Patch by: stefan Approved by: maintainer timeout (>2 months) Notes: svn path=/head/; revision=225456
* - Update to 1.5.10Cheng-Lung Sung2008-08-271-1/+1
| | | | Notes: svn path=/head/; revision=219283
* - Update to 1.5.9Cheng-Lung Sung2008-06-131-5/+3
| | | | Notes: svn path=/head/; revision=214774
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* - remove USE_REINPLACECheng-Lung Sung2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162066
* - XML/LibXML.pm placed under SITE_PERL/PERL_ARCHCheng-Lung Sung2005-10-231-1/+1
| | | | | | | Noted by: kris(mail) Notes: svn path=/head/; revision=146185
* - port misses to install XML::LibXML perl module (when opml2snow installed)Cheng-Lung Sung2005-10-211-0/+14
| | | | | | | | | | - add OPTIONS for OPML PR: 86882 Submitted by: Parv <parv AT pair dot com> Notes: svn path=/head/; revision=145986
* - update to 1.5.7Cheng-Lung Sung2005-09-061-2/+1
| | | | | | | | PR: 85004 Submitted by: Piotr Smyrak <piotr.smyrak AT heron dot pl> Notes: svn path=/head/; revision=142051
* - relocate all REINPLACE stuff to post-patch targetYen-Ming Lee2005-05-271-7/+13
| | | | | | | | | | | - respect WITHOUT_NLS PR: 79906 Submitted by: leeym Approved by: maintainer-timeout Notes: svn path=/head/; revision=136230
* Attempt to fix build by adding USE_PERL5_BUILDKris Kennaway2005-04-301-0/+1
| | | | | | | Pointy hat to: clsung Notes: svn path=/head/; revision=134386
* - fix perl path problem in configureCheng-Lung Sung2005-04-091-0/+3
| | | | Notes: svn path=/head/; revision=132803
* - Snownews can take env argument so that it shows characters other thatCheng-Lung Sung2005-04-061-0/+20
| | | | | | | | | | | | | iso-8859-1. Update makes possible to choose desired CHARSET upon the configuration time. - replace "-lncursesw" to "-lncurses" when make with "CHARSET=UTF-8" - bump PORTREVISION for those who may need to define CHARSET. PR: 79286 Submitted by: Aleksander Fafula <alex AT bsdguru dot org> Notes: svn path=/head/; revision=132612
* - update to 1.5.6.1Cheng-Lung Sung2005-01-261-1/+1
| | | | Notes: svn path=/head/; revision=127379
* - update to 1.5.5.1Cheng-Lung Sung2004-11-041-2/+3
| | | | | | | | | - respect CC Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=120745
* - change MASTER_SITESCheng-Lung Sung2004-10-221-1/+1
| | | | | | | | | | | - original master_site is moved, although it will redirect to new one, but to get rid of possible warnings, change it. Noticed by: kris Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=119953
* - update to 1.5.4Cheng-Lung Sung2004-10-141-1/+1
| | | | | | | | | - add new mo file into pkg-plist Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=119352
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* Update to 1.5.3Sergey Matveychuk2004-07-121-2/+2
| | | | | | | | | PR: 68849 Submitted by: maintainer Approved by: krion (mentor) Notes: svn path=/head/; revision=113462
* - Update to 1.5.2Pav Lucistnik2004-06-051-5/+3
| | | | | | | | PR: ports/66138 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) Notes: svn path=/head/; revision=110898
* - Update to version 1.5.1Kirill Ponomarev2004-04-031-2/+5
| | | | | | | | PR: ports/65112 Submitted by: maintainer Notes: svn path=/head/; revision=106012
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105726
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+3
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* - Update to 1.4.4Pav Lucistnik2004-01-271-1/+1
| | | | | | | | PR: ports/61982 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) Notes: svn path=/head/; revision=99257
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - Update to version 1.4.2Kirill Ponomarev2003-12-261-2/+2
| | | | | | | | PR: 60576 Submitted by: maintainer Notes: svn path=/head/; revision=96621
* Update to 1.3.5Tilman Keskinoz2003-11-141-1/+1
| | | | | | | | PR: 59276 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=93940
* Add snownews 1.3.3, a text mode RSS newsreader.Vanilla I. Shu2003-11-031-0/+26
PR: 58854 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92976