Commit graph

41 commits

Author SHA1 Message Date
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
Martin Wilke
cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00
Mikhail Teterin
e61aa9ff51 Slightly improve error-handling/reporting. Don't choke on
absense of /dev/speaker at runtime.
2008-01-06 17:31:52 +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
Tilman Keskinoz
134d97e1fd Mark IGNORE on amd64 5.x and use machine/speaker.h on 5.x,
dev/speaker/speaker.h was not MFCt to 5.x
2007-03-24 13:39:18 +00:00
Tilman Keskinoz
e6806df562 Fix build on amd64 and convert BROKEN to ONLY_FOR_ARCHS, because it
requires speaker(4).
portlint pkg-descr
2007-03-17 16:54:28 +00:00
Shaun Amott
c28efef8a8 Make port PREFIX-clean.
Noticed by:	kris's exp run
2006-11-23 20:16:43 +00:00
Pav Lucistnik
dc7af663e2 - Add SHA256 2005-11-25 18:14:52 +00:00
Brian Somers
7657e8af14 s,machine/smb.h,dev/smbus/smb.h, 2005-08-01 14:05:53 +00:00
Kris Kennaway
fbebe6b7a2 Convert last 3 explicit dependencies on graphics/xpm to USE_XPM=YES 2004-04-29 10:09:08 +00:00
Kris Kennaway
071c5db252 BROKEN on !i386: Does not compile 2004-02-25 10:01:40 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +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
Kris Kennaway
0d5c6b887b Reset bouncing maintainer address to ports@FreeBSD.org 2003-07-11 01:24:18 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
David W. Chapman Jr.
3c8becec58 Update to 1.46
Update url

PR:		29138
Submitted by:	maintainer
2001-09-14 04:02:42 +00:00
Bill Fenner
d8187fd02f Stick distfiles in my local_distfiles, since maintainer is having trouble
with his servers.
2001-04-22 16:55:23 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Chris D. Faulhaber
98f2cfa7f4 - email address updated.
- other email references within source updated.
- more modest -h output.

PR:		23789
Submitted by:	Maintainer
2000-12-25 13:49:05 +00:00
Maxim Sobolev
29a0461ea9 Ditch out "Version required" from comments section. 2000-11-23 11:56:11 +00:00
Kevin Lo
7b226a1249 - Support PREFIX/X11BASE properly
- WindowMaker -> Window Maker

PR: 20549
Submitted by: Ports Fury
2000-08-12 08:07:37 +00:00
Chris D. Faulhaber
7b2d813540 Respect CFLAGS properly
Approved by:	Maintainer
2000-08-09 18:38:27 +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
Kevin Lo
20a05fe918 Update to version 1.45
PR: 19856
Submitted by: MAINTAINER <mmuir@es.co.nz>
2000-07-12 01:59:03 +00:00
Chris Piazza
2be4614f51 Reverse MASTER_SITE order 2000-05-19 18:54:37 +00:00
Chris Piazza
cb59a6639e Update to 1.43
PR:		18518
Submitted by:	maintainer
2000-05-19 07:26:49 +00:00
Michael Haro
960543ecef Corrrect whitespace introduced during PORTNAME conversion and portlint 2000-04-22 10:14:11 +00:00
Chris Piazza
f9bfad56c5 Update with the new PORTNAME/PORTVERSION variable 2000-04-09 19:09:11 +00:00
Chris D. Faulhaber
81529fc35b Update port to 1.42:
* New features
* Apperance bug fixes
* Other stuff or something

PR:		16707
Submitted by:	Maintainer
2000-02-15 16:56:55 +00:00
R. Imura
0b04137903 Update to version 1.41.
PR:		16615
Submitted by:	maintainer
2000-02-12 21:47:44 +00:00
Chris Piazza
f98adc4112 Fix WWW
PR:		16228
Submitted by:	Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-22 02:52:44 +00:00
Chris Piazza
62b4490d30 Update MASTER_SITES
PR:		15232
Submitted by:	maintainer
1999-12-04 23:24:30 +00:00
Jim Mock
10cf6cde5a Update to version 1.3.
PR:		14794
Submitted by:	maintainer
1999-11-12 20:38:41 +00:00
Chris Piazza
556b4a06e9 Distfile was updated on MASTER_SITE
Submitted by:	maintainer
1999-10-21 18:53:10 +00:00
Chris Piazza
8e9241f9cf Update to verison 1.2 (no longer FORBIDDEN on 3.x)
PR:		14385
Submitted by:	maintainer
1999-10-21 05:59:42 +00:00
Satoshi Asami
c4a726f2aa Change BROKEN to FORBIDDEN -- it will compile but won't run.
Approved by:	maintainer
1999-10-10 10:45:19 +00:00
Satoshi Asami
f1a7fa3916 wmhm requires xpm. 1999-10-10 10:08:25 +00:00
Chris Piazza
96fa137004 Fix a typo (" -> ')
Submitted by:	maintainer
1999-09-26 20:37:25 +00:00
Chris Piazza
5e3553d877 update MASTER_SITES and mark BROKEN for non-current.
PR:		13943
Submitted by:	maintainer
1999-09-25 03:03:56 +00:00
Chris Piazza
f491a364e5 Import of wmhm.
wmhm uses the SMBus Driver for PIIX4 provided by Takanori Watanabe to gather
information from LM78/79 sensors to provide motherboard temperature, fan
speeds and a voltmeter in a nice looking WindowMaker dock app.

PR:		13922
Submitted by:	Mike Muir <mmuir@es.co.nz>
1999-09-24 05:34:24 +00:00