1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

65 Commits

Author SHA1 Message Date
Cy Schubert
6aacac9b23 Remove redundant MAN1 definition. 2016-04-13 01:34:08 +00:00
Mathieu Arnold
72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Cy Schubert
100908c86d Support stage. Update to new LIB_DEPENDS. 2014-06-10 05:09:09 +00:00
Baptiste Daroussin
c30de17205 Add NO_STAGE all over the place in preparation for the staging support (cat: x11-wm) 2013-09-21 00:01:16 +00:00
Cy Schubert
fbde5c5dd6 Fix build under 10-CURRENT.
Split old-style patch files into current standard individual patch files.
2013-09-18 05:16:46 +00:00
Baptiste Daroussin
932db7c46c New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.

Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).

While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
2013-06-28 11:51:05 +00:00
Cy Schubert
0d1a1360ef Add distfiles sources. 2012-02-08 05:58:18 +00:00
Cy Schubert
abe6bd552a Resurrect this port.
Asssume maintainership.
2011-06-08 18:06:44 +00:00
Baptiste Daroussin
c444ec5276 Removed unmaintained expired ports from x11-wm
2011-05-01 x11-wm/kappdock: Upstream disapear and distfile is no more available
2011-05-01 x11-wm/olvwm: Upstream disapear and distfile is no more available
2011-05-01 x11-wm/wmg: Upstream disapear and distfile is no more available
2011-05-01 15:11:14 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Baptiste Daroussin
1425f33232 Deprecate unmaintained ports from x11-wm where upstream disapear and/or where no distfiles can be found 2011-03-11 13:14:11 +00:00
Ed Schouten
0b1439277c Attempt to unbreak olvwm.
For some reason this port uses the <regexp.h> header file, but doesn't
link against libcompat. This means it actually calls the POSIX regex
functions, which means it will probably just crash. Just port it to the
POSIX API.

Approved by:	erwin (portmgr, implicit)
----------------------------------------------------------------------
2010-03-10 12:41:52 +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
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Mark Linimon
75927220c8 Reset green@ as maintainer at his request.
Hat:		portmgr
2006-03-31 06:35:51 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Volker Stolz
c279818585 Update WWW-tag
Approved by: maintainer timeout
2005-03-16 13:13:43 +00:00
Dejan Lesjak
db88c796f0 Html manpages are no more.
Prodded by:	pointyhat via kris
2004-12-24 21:26:47 +00:00
Brian Feldman
34c2d2d1f7 Unbreak olvwm for -CURRENT.
Submitted by:	Serge Gagnon <gagnon_s@sympatico.ca>
PR		64819
2004-04-18 04:12:59 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kris Kennaway
98332e5f00 BROKEN on 5.x: does not compile 2004-02-08 02:50:27 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Kris Kennaway
c6f535c56c Don't guess function prototypes, that's what system headers are for. 2002-09-29 09:33:32 +00:00
Pete Fritchman
7815b59833 Unbreak: fix manpages. The port installs two manpages in the regular
location, and one as a XFree86 HTML manpage.  Set XFREE86_HTML_MAN to no
and list the html page in the plist.

Approved by:	green (maintainer)
2002-06-09 14:00:01 +00:00
Kris Kennaway
dd1a02b639 BROKEN: Does not package correctly 2002-05-18 02:23:16 +00:00
Jimmy Olgeni
5ac2fa74f4 Layout fixes in x11-wm. 2001-02-05 21:05:58 +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
90ef49d806 Added bunch of missed WWW's. 2000-05-18 11:56:06 +00:00
Chris Piazza
500b47f7ae Update with the new PORTNAME/PORTVERSION variables 2000-04-10 19:50:46 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Brian Feldman
d17cc44291 Correct my e-mail address. 1999-08-24 02:50:02 +00:00
Tim Vanderhoek
e32f86f31b Remove trailing spaces, and any periods that were hidden by them. 1999-06-28 00:45:20 +00:00
Steve Price
abfb4e0f7a Find the new xview port and misc cleanups.
PR:		9704
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-05-04 23:07:29 +00:00
Scott Mace
334c7c299b screen.c is allready patched in patch-aa.
The TrueColor patch should have gone in patch-aa.

TrueColor patch used to be in there at one point, and got nuked
somewhere along the way I guess...
1998-11-20 23:00:43 +00:00
Stefan Bethke
c521e4c065 TrueColor also is color, isn't it?
(This was asked, and the patch provided, back in February 96; I don't have
the slightest idea why this patch never made it into the port, or into a PR
anyway.)
Submitted by:	Seppo Kallio <kallio@beeblebrox.pccc.jyu.fi>
1998-11-20 11:48:29 +00:00
Scott Mace
106f277426 Fix package build problem
remove BROKEN tag
1998-10-26 15:37:00 +00:00
Satoshi Asami
e08dc9b381 Can't build package.
=======
===>  Building package for olvwm-4.2
Creating package /usr/ports/packages/All/olvwm-4.2.tgz
Registering depends: XFree86-3.3.2 xpm-3.4k xview-config-3.2.1 xview-lib-3.2.1.
Creating gzip'd tar ball in '/usr/ports/packages/All/olvwm-4.2.tgz'
tar: can't add file lib/help/olvwm.info : No such file or directory
pkg_create: tar command failed with code 256
*** Error code 1

Stop.
1998-10-26 05:03:33 +00:00
Scott Mace
7455ec5650 Cleanup of olvwm.
clear depend errors
Use XPM support
clear compiler warnings
properly handle BSDisms
1998-10-20 04:09:23 +00:00
Scott Mace
0f763dd91a Cleanup of olvwm.
Add dependency of Xpm
1998-10-20 04:06:17 +00:00
Steve Price
5f83634098 Move manpages to the Makefile and use MAN* macros. 1998-10-04 04:03:18 +00:00
Scott Mace
ff4d601c78 With Patch02, cursor sizes are bogusly large.
Revert to cursor size from previous versions.
1998-09-23 03:57:53 +00:00
Steve Price
a198154cf2 Remove regexp support for libxview not that it builds ELF too. 1998-09-21 22:15:59 +00:00
Steve Price
8890619ea5 Update to version 4.2.
PR:		7626
Submitted by:	Brian Feldman <green@unixhelp.org>
1998-08-24 01:28:45 +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
d9927174c8 Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwm
fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker
wm2 wmx" from x11 to x11-wm.
1998-08-07 23:01:41 +00:00
Satoshi Asami
f988e191d9 Fix olvwm for 32bpp mode. Closes PR ports/2796.
Submitted by:	Matthew Hunt <mph@pobox.com>
1997-03-05 09:14:42 +00:00
Satoshi Asami
f2e38ef75a Typo ($id$ -> $Id$). 1996-11-18 13:06:09 +00:00