summaryrefslogtreecommitdiff
path: root/news/knews (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Increase PORTREVISION (knews now realy uses libcompface as stated in theLars Koeller2003-03-041-1/+1
| | | | | | | dependency secion) -> modified patch-aa Notes: svn path=/head/; revision=76876
* - Modify patch, so libcompface is used as stated in the dependencyLars Koeller2003-03-041-1/+1
| | | | | | | dection of the Makefile Notes: svn path=/head/; revision=76875
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Revision 1.33 of sys/sys/signal.h changed the visibilityEdwin Groothuis2002-11-071-0/+52
| | | | | | | | | | | of the sigaction member sa_handler. This change breaks knews. PR: ports/45008 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=69657
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Fix build on -current (use TMPDIR environment variable to get preferredKris Kennaway2002-10-121-15/+27
| | | | | | | | | | | tmp directory, and fall back to _PATH_TMP, instead of using header definitions that are no longer visible by default.) Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> (based on) PR: ports/42510 Notes: svn path=/head/; revision=67906
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47630
* Fix a bug in my patch, which caused the temporary file to be unlinkedMikhail Teterin2001-08-152-7/+9
| | | | | | | | | unfairly. Thanks, Alex! Submitted by: Alexander Leidinger Notes: svn path=/head/; revision=46300
* Re-do the patch-png.c "by the book" -- following the examples inMikhail Teterin2001-07-133-20/+160
| | | | | | | | | | | | | | | | | | libpng(3) to be able to use the new libpng, which disabled some deprecated interfaces. Modify file.c to use mkstemp instead of tmpnam. Fix an old bug -- when the new server's configuration is created from scratch, we write a file and then read it -- use O_RDWR instead of O_WRONLY. I could not reproduce Andreas' complaint regarding compface related crashes and plan to re-enable them in the Makefile. Too bad this program is no longer in development :( Notes: svn path=/head/; revision=45109
* - knews won't compile if you have png-1.0.12 installed.Dirk Meyer2001-06-172-0/+30
| | | | | | | | I made a fix, but this interface in use is marked "depricated". - Bumped PORTREVISION Notes: svn path=/head/; revision=44121
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* Changed maintainer to ports, I want to reduce my personal workload.Andreas Klemm2001-01-031-1/+1
| | | | | | | Maybe I take over again in the future if I have more time for this. Notes: svn path=/head/; revision=36679
* MAN1=knews.1Satoshi Asami2000-08-111-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31494
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* disable compface, knews dumps core when trying to post new article in newsgroupAndreas Klemm2000-04-222-4/+4
| | | | Notes: svn path=/head/; revision=27882
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-2/+2
| | | | Notes: svn path=/head/; revision=27846
* xface support for knewsAndreas Klemm2000-04-162-4/+7
| | | | | | | | PR: 17985 Submitted by: misha Notes: svn path=/head/; revision=27660
* Fix a typo in PORTVERSION.Akinori MUSHA2000-04-131-1/+1
| | | | | | | | | PR: ports/17973 Typo by: cpiazza Fixed by: A single key stroke of C-t Notes: svn path=/head/; revision=27493
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27420
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21127
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* remove manpages from PLISTAndreas Klemm1999-04-111-1/+0
| | | | | | | remove one unnecessary empty line at the end of PLIST Notes: svn path=/head/; revision=17776
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* Update to new knews version 1.0b.1.Andreas Klemm1999-01-074-31/+17
| | | | | | | | | From the Home Page: The only changes from version 1.0b.0 are XFace support and a few bug fixes. XFace support isn't enabled in the port, didn't have the time and need. Notes: svn path=/head/; revision=15921
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* mp -> mp-letterSatoshi Asami1998-11-201-2/+2
| | | | Notes: svn path=/head/; revision=14712
* Roll back libpng major to 2.Satoshi Asami1998-09-171-2/+2
| | | | Notes: svn path=/head/; revision=13192
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libpng major is now 3. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13148
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger1998-05-041-2/+2
| | | | | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami Notes: svn path=/head/; revision=10846
* Switch remaining ports to use jpeg lib version 8.0.Justin M. Seger1998-04-151-2/+2
| | | | Notes: svn path=/head/; revision=10525
* upgrade png majorAndrey A. Chernov1998-03-281-2/+2
| | | | Notes: svn path=/head/; revision=10366
* hell, what's going on ...Andreas Klemm1998-03-211-0/+18
| | | | | | | again forgot patch-ac, but now ;-) Notes: svn path=/head/; revision=10270
* remove BROKENNESSAndreas Klemm1998-03-212-4/+2
| | | | | | | | | forgot to add patch-ac tested packaging Reviewed by: as requested by Satoshi Notes: svn path=/head/; revision=10269
* mark this port brokenSatoshi Asami1998-03-211-1/+3
| | | | Notes: svn path=/head/; revision=10264
* update to new version 1.0b.0Andreas Klemm1998-03-146-23/+73
| | | | | | | | | | port dependency to jpeg an png lib, because inline imaging is enabled now the pre-configure script edits knews.tmpl after it has been patched enable automatic jump into threaded mode in Knews.ad port dependency to mp port, because default print command now uses newsp Notes: svn path=/head/; revision=10136
* cosmetic changes using portlint, a really nice tool ;-)Andreas Klemm1997-10-041-22/+16
| | | | Notes: svn path=/head/; revision=8102
* removed sunsite from the list of master sites, because sunsiteAndreas Klemm1997-07-211-5/+3
| | | | | | | | got rid of their X11/apps directory. Submitted by: Bill Fenner <fenner@parc.xerox.com> Notes: svn path=/head/; revision=7394
* The distfile has been changed.Masafumi Max NAKANE1997-05-042-4/+5
| | | | Notes: svn path=/head/; revision=6397
* Make knews port work again:Andreas Klemm1997-03-162-3/+1
| | | | | | | | | | | | | | a) changed md5 checksum. original author made minor change but didn't bump the version number - as usual :-( b) knewsd isn't installed by default anymore, updated PLIST (removed bin/knewsd and man/man1/knewsd.1.gz) Now the port installs and packages well again ! Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=5968
* corrected md5 checksum file. The author seems to have changed somethingAndreas Klemm1997-01-201-1/+1
| | | | | | | in the current release. Notes: svn path=/head/; revision=5388
* corrected md5 checksum, because the knews sources changed at 97/01/02Andreas Klemm1997-01-041-1/+1
| | | | | | | at the master site. Notes: svn path=/head/; revision=5202
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578