Commit graph

61 commits

Author SHA1 Message Date
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Lars Koeller
bb13b768ef - Increase PORTREVISION (knews now realy uses libcompface as stated in the
dependency secion) -> modified patch-aa
2003-03-04 21:13:02 +00:00
Lars Koeller
5596860538 - Modify patch, so libcompface is used as stated in the dependency
dection of the Makefile
2003-03-04 21:09:06 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Edwin Groothuis
72f4455039 Revision 1.33 of sys/sys/signal.h changed the visibility
of the sigaction member sa_handler.  This change breaks
knews.

PR:		ports/45008
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
2002-11-07 12:43:39 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Kris Kennaway
4f7ad857f3 Fix build on -current (use TMPDIR environment variable to get preferred
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
2002-10-12 22:08:01 +00:00
Andrey A. Chernov
5676988fbd Bump png major 2001-09-11 03:32:41 +00:00
Mikhail Teterin
898e952ce9 Fix a bug in my patch, which caused the temporary file to be unlinked
unfairly. Thanks, Alex!

Submitted by:	Alexander Leidinger
2001-08-15 22:41:46 +00:00
Mikhail Teterin
6bcb0919aa Re-do the patch-png.c "by the book" -- following the examples in
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 :(
2001-07-13 17:23:57 +00:00
Dirk Meyer
9927ee0773 - knews won't compile if you have png-1.0.12 installed.
I made a fix, but this interface in use is marked "depricated".
- Bumped PORTREVISION
2001-06-17 18:13:44 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Andreas Klemm
a0c10a572f Changed maintainer to ports, I want to reduce my personal workload.
Maybe I take over again in the future if I have more time for this.
2001-01-03 22:26:04 +00:00
Satoshi Asami
bad7eb3a99 MAN1=knews.1
Submitted by:	bento
2000-08-11 00:45:18 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
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
2000-08-03 09:28:57 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Andreas Klemm
42c44957e8 disable compface, knews dumps core when trying to post new article in newsgroup 2000-04-22 06:29:01 +00:00
Michael Haro
feb212beb0 Correct whitespace introduced during PORTNAME conversion and portlint 2000-04-21 07:52:25 +00:00
Andreas Klemm
be9946f3bf xface support for knews
PR:		17985
Submitted by:	misha
2000-04-16 17:35:59 +00:00
Akinori MUSHA
3fc58bd3e0 Fix a typo in PORTVERSION.
PR:		ports/17973
Typo by:	cpiazza
Fixed by:	A single key stroke of C-t
2000-04-13 14:25:40 +00:00
Chris Piazza
f39d3f29e6 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 17:33:32 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
da8955d04b $Id$ -> $FreeBSD$ 1999-08-30 14:33:04 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
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
1999-06-26 19:12:45 +00:00
Andreas Klemm
ffff0a8ff2 remove manpages from PLIST
remove one unnecessary empty line at the end of PLIST
1999-04-11 12:02:06 +00:00
Vanilla I. Shu
343b837340 Bump png's major number to 3. 1999-01-23 07:05:35 +00:00
Andreas Klemm
a82c07a5e3 Update to new knews version 1.0b.1.
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.
1999-01-07 20:37:41 +00:00
Steve Price
6c450aae0f Remove extraneous x11 from CATEGORIES.
Submitted by:	Josh Gilliam <josh@quick.net>
1998-11-21 07:27:41 +00:00
Satoshi Asami
09ae5a3b63 mp -> mp-letter 1998-11-20 06:36:20 +00:00
Satoshi Asami
27ba461c8e Roll back libpng major to 2. 1998-09-17 00:50:52 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
4610ae86c9 libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:57:51 +00:00
Satoshi Asami
4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Justin M. Seger
18f33c0f93 Change JPEG shared library number to 9. This is to make sure that everyone
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
1998-05-04 20:23:32 +00:00
Justin M. Seger
b5544f1358 Switch remaining ports to use jpeg lib version 8.0. 1998-04-15 22:18:24 +00:00
Andrey A. Chernov
75d15b3956 upgrade png major 1998-03-28 20:12:07 +00:00
Andreas Klemm
c08adf55a4 hell, what's going on ...
again forgot patch-ac, but now ;-)
1998-03-21 13:36:40 +00:00
Andreas Klemm
19c72d4e31 remove BROKENNESS
forgot to add patch-ac
tested packaging
Reviewed by:	as requested by Satoshi
1998-03-21 13:35:07 +00:00
Satoshi Asami
8cd267e1b8 mark this port broken 1998-03-21 12:40:53 +00:00
Andreas Klemm
ccb10483da update to new version 1.0b.0
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
1998-03-14 16:36:00 +00:00
Andreas Klemm
3a3e535685 cosmetic changes using portlint, a really nice tool ;-) 1997-10-04 14:53:11 +00:00
Andreas Klemm
e3b0afc793 removed sunsite from the list of master sites, because sunsite
got rid of their X11/apps directory.
Submitted by:	 Bill Fenner <fenner@parc.xerox.com>
1997-07-21 06:52:04 +00:00
Masafumi Max NAKANE
0496a6b4e5 The distfile has been changed. 1997-05-04 16:28:38 +00:00
Andreas Klemm
29f0c799d1 Make knews port work again:
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:
1997-03-16 16:31:24 +00:00
Andreas Klemm
2a88117c25 corrected md5 checksum file. The author seems to have changed something
in the current release.
1997-01-20 00:13:09 +00:00
Andreas Klemm
44a3b557b8 corrected md5 checksum, because the knews sources changed at 97/01/02
at the master site.
1997-01-04 09:55:56 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
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.
1996-11-18 14:17:24 +00:00