Commit graph

35 commits

Author SHA1 Message Date
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Dmitry Marakasov
33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +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
Mark Linimon
91222f50f8 Reset inactive maintainer who has not responded to email.
Hat:		portmgr
2006-09-05 08:34:16 +00:00
Edwin Groothuis
c94783fe5c SHA256ify
Approved by:	krion@
2006-01-22 11:18:58 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Christian Weisgerber
fb6e5457dc Fix CFLAGS handling.
Approved by:	maintainer
2003-07-24 22:51:35 +00:00
Christian Weisgerber
8f500ccd3a Fix build on 5.x.
PR:		54425
Submitted by:	Ronald Kuehn <rk@ronald.org>
2003-07-23 16:12:11 +00:00
Akinori MUSHA
a8edaa568e De-pkg-comment. 2003-02-21 12:06:51 +00:00
Kevin Lo
104d7f2a85 - Update to version 1.4
- Add WWW
- Takeover maintainership

PR: 32811
Submitted by: Ronald Kuehn <rk@ronald.org>
2001-12-22 14:46:05 +00:00
Bill Fenner
fa5013c586 Point to moved distfiles
Remove kuehn@rz.tu-clausthal.de as MAINTAINER; mail has been bouncing
2001-06-21 17:42:59 +00:00
Satoshi Asami
4190a2434c WRKSRC-related fixes. 2000-04-16 10:44:52 +00:00
Satoshi Asami
2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00
Michael Haro
a7f42416d7 update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile 2000-04-14 06:53:26 +00:00
Michael Haro
58942bab6d echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 21:14:04 +00:00
David E. O'Brien
253c66d044 Change Id->FreeBSD. 1999-08-25 06:06:33 +00:00
Michael Haro
235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Steve Price
d1c28881e7 Don't try to use sound or joystick support when MACHINE_ARCH is alpha. 1999-06-06 15:39:50 +00:00
Steve Price
2c78917c6b LIB_DEPENDS on the new unified xview port. 1999-05-04 23:18:39 +00:00
Steve Price
e05363d82d Among other things build the XView version by default.
PR:		10056
Submitted by:	maintainer
1999-02-22 04:00:36 +00:00
Steve Price
97992abcb6 Move manpages from pkg/PLIST to MAN* macro in Makefile. 1998-09-28 02:07:57 +00:00
Steve Price
a198154cf2 Remove regexp support for libxview not that it builds ELF too. 1998-09-21 22:15:59 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Satoshi Asami
9b602f7b62 Add $Id$. 1996-12-19 05:10:13 +00:00
Satoshi Asami
416dd56f29 Make this thing actually compile without Motif. 1996-11-26 08:42:23 +00:00
Torsten Blum
c04d84e828 - if MOTIFLIB is not defined, setup a default
- only use Motif if "FORCE_MOTIF" is defined
1996-11-19 14:00:36 +00:00
Torsten Blum
4e0ef0f618 Use Motif if HAVE_MOTIF and MOTIFLIB are defined (/etc/make.conf).
default it to build the xview version.
1996-11-19 11:06:46 +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
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
a6ed2e7c79 Remove NO_CDROM, we got the author's explicit permission.
Thanks to: jkh
1996-05-16 05:21:38 +00:00
Satoshi Asami
e7d7e60555 Put variables in right order. People, please take a look at the sample
Makefile in the handbook!  It's all in there!
1996-04-30 05:44:51 +00:00
Jordan K. Hubbard
1b49c455fd Bring in the imaze port with NO_CDROM set (if we get permission, we'll change
that).
Submitted-By: Ronald Kuehn <kuehn@rz.tu-clausthal.de>
1996-04-27 18:37:41 +00:00