Commit Graph

29 Commits

Author SHA1 Message Date
Pav Lucistnik
c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Edwin Groothuis
980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +00:00
Tilman Keskinoz
d51c675f44 - Readd ONLY_FOR_ARCHS. Although this port builds on all architectures
only i386 and ia64 seem to have the bktr(4) driver.
- Add a more accurate OSVERSION for the bktr header reorganization.
2004-11-29 13:35:04 +00:00
Tilman Keskinoz
3e902b7b48 - bktr(4) seems to be available on all 5.x architectures, so remove
ONLY_FOR_ARCHS.
- Fix location of bktr headers on 5.x
- Fix WWW

PR:	74486
2004-11-28 23:42:14 +00:00
Sergey A. Osokin
416121ea90 Move package files from plist to Makefile, remove pkg-plist.
Respect CFLAGS by comment on CDEBUGFLAGS (aka -O2 -g -Wall).
2004-07-27 06:31:58 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Josef El-Rayes
bc21b06b5e Update email adress auf maintainer.
Requested by:	maintainer
Approved by:	simon(mentor)
2004-03-09 09:29:30 +00:00
Kirill Ponomarev
345619cc61 - Utilize ONLY_FOR_ARCHS
PR:		ports/62860
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2004-02-25 22:28:01 +00:00
Sergey A. Osokin
f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Kris Kennaway
3b71e09158 Fix build on -current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 10:22:25 +00:00
Patrick Li
b094625e96 Update to 1.2
PR:		33351
Submitted by:	Nils Holland <nilstisys.org@tisys.org>
Approved by:	maintainer
2002-02-17 02:33:05 +00:00
Michael Haro
4ff3d61f28 - Update to 1.1
- Change maintainer

PR:		25970
Submitted by:	Gerhard Gonter <gonter@whisky.wu-wien.ac.at> (new maintainer)
2001-04-02 10:10:46 +00:00
Kevin Lo
d5085945f7 - Fix MASTER_SITES
- Change maintainer's email adddress

PR: 24897
Submitted by: MAINTAINER
2001-02-08 16:07:12 +00:00
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
James E. Housley
3701103f8c Update to version 1.0
PR:		22471
Submitted by:	Thomas Runge <runge@rostock.zgdv.de> MAINTAINER
2000-11-01 13:33:25 +00:00
James E. Housley
c3facfb0c5 Update MASTER_SITE
PR:		22472
Submitted by:	Thomas Runge <runge@rostock.zgdv.de> MAINTAINER
2000-11-01 13:31:02 +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
Michael Haro
bcd8ffd9d0 update with the new PORTNAME/PORTVERSION variables 2000-04-08 21:25:03 +00:00
Michael Haro
e952fdf7fa developer's site moved 2000-02-14 22:46:41 +00:00
Michael Haro
b48bff2d41 $Id$ -> $FreeBSD$ 2000-02-02 21:47:26 +00:00
Roger Hardiman
692e259a7c Upgrade to xmradio 0.8 1999-10-12 16:10:40 +00:00
David E. O'Brien
78ab65a396 Change Id->FreeBSD. 1999-08-25 04:36:31 +00:00
Tim Vanderhoek
6cfb5d6bb8 Wisten, to the SWwound, of a Whole new WOO
[CheeriWOs!]
Wisten, to the SWwound, of a Whole new WOO

[CheeriWOs!]

[ie. Add WWW:, and periodic misc legibalizificatings]
1999-05-02 21:31:59 +00:00
Michael Haro
86e1561e5c Update xmradio from 0.5 to 0.6
PR:		11186
Submitted by:	maintainer
1999-04-18 23:31:49 +00:00
Steve Price
35b960fe8f Import of xmradio version 0.5.
Motif based FM tuner (for use with bt848 driver)

PR:		10012
Submitted by:	Thomas Runge <runge@rostock.zgdv.de>
1999-04-03 01:32:23 +00:00