Commit graph

39 commits

Author SHA1 Message Date
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
Alexey Dokuchaev
e86b55727a For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
2013-03-13 11:54:25 +00:00
Martin Wilke
97252feec2 - Fix MASTER_SITES
- Add LICENSE

PR:		160074
Submitted by:	Ports Fury
2011-08-26 03:31:13 +00:00
Baptiste Daroussin
6f2a9fa822 Deprecate some port with no more public distfiles 2011-08-02 05:06:07 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
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
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
Rong-En Fan
51c6967eac - Respect X11BASE by handling theme installation in Makefile
Reported by:	pointyhat
2006-12-02 12:48:16 +00:00
Pav Lucistnik
6329c4d7f9 - Add some SHA256 checksums 2005-11-23 23:29:54 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +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
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Jim Mock
b51c4219ad Turn this over to ports@FreeBSD.org. I no longer have the time or
desire to maintain it.
2001-05-27 01:59:31 +00:00
Satoshi Asami
5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Jim Mock
5ec97f173f Fix a buffer overflow in fak_parse_line.
Submitted by:	Valeriy E. Ushakov <uwe@ptc.spbu.ru>
2000-09-05 03:43:10 +00:00
Jim Mock
52980b4ae8 Support CFLAGS/PREFIX properly.
PR:		20413
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-08-06 20:27:11 +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
Jim Mock
a2696528c2 Added -O0 to CCOPTIONS. Without it, ascd coredumps when run
with no theme specified.

Reported by:	marcel
1999-09-25 14:11:38 +00:00
Jim Mock
e26474e178 Updated to version 0.13.2 1999-09-25 13:34:02 +00:00
Marcel Moolenaar
707d495a10 Fix typo.
approved by: jim
1999-09-25 10:39:02 +00:00
David E. O'Brien
78ab65a396 Change Id->FreeBSD. 1999-08-25 04:36:31 +00:00
Jim Mock
e2f7d7d496 Fixed DISTFILES and removed EXTRACT_SUFX so port now passes portlint. 1999-08-13 10:03:43 +00:00
Jim Mock
07494a35f4 Updated to version 0.13.1
PR:		13025
1999-08-13 06:46:25 +00:00
Bill Fenner
35fc3fa02a Fix WWW: typos
Found by:	not-yet-completed addition to port distfile checker
		suggested by Tim Vanderhoek
1999-08-01 04:54:40 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Seiichirou Hiraoka
bcb60c0051 Update to 0.12.1
PR: ports/11487
Submitted by:  jim@blues.ghis.net
1999-05-04 15:36:03 +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
Steve Price
e8dd6ec30d Re-order PLIST and add '@{exex,unexec} ldconfig'. 1999-05-01 02:04:26 +00:00
Justin M. Seger
88a4f4009e Upgrade to ascd-0.12.0 1999-04-22 12:28:38 +00:00
Steve Price
11bb83d46f Update to version 0.10.1.
PR:		10797
Submitted by:	maintainer
1999-03-31 15:27:32 +00:00
Bill Fenner
3982fc26bd Upgrade to 0.9.3
PR:		ports/10416
Submitted by:	Jim Mock jim@corp.au.triax.com
1999-03-08 20:06:07 +00:00
Satoshi Asami
832702b9e2 Upgrade to 0.9.2, fixes build problem.
PR:		9830 (sort of)
Submitted in part by:	maintainer
1999-02-12 02:06:29 +00:00
Satoshi Asami
4eab2ea329 Add virtual category "windowmaker". 1999-01-18 06:43:04 +00:00
Satoshi Asami
0b8e44dd88 Add "afterstep" virtual category. 1999-01-18 06:38:08 +00:00
Satoshi Asami
07d6292490 Add LIB_DEPENDS to xpm. 1998-12-22 05:43:38 +00:00
Seiichirou Hiraoka
12e63e7d88 PR: ports/8889
Submitted by:	jim@phrantic.phear.net
Initial Import ascd.
A dockable cd player for AfterStep or WindowMaker.
1998-12-05 10:02:03 +00:00