1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

60 Commits

Author SHA1 Message Date
Rene Ladan
a5b6e13d4a - Add stage support
- USE_GMAKE -> USES=gmake
2013-10-01 20:58:48 +00:00
Baptiste Daroussin
7e5a7bfffd Add NO_STAGE all over the place in preparation for the staging support (cat: x11-toolkits) 2013-09-20 23:57:47 +00:00
Raphael Kubo da Costa
00093d96e5 Patch multiple vulnerabilities in x11-toolkits/plib.
PR:		ports/178710
Submitted by:	Denny Lin <dennylin93@hs.ntnu.edu.tw>
2013-05-19 14:06:36 +00:00
Eitan Adler
b0533230a5 Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by:	miwi
2013-03-28 15:51:16 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Martin Wilke
4ed31e1af7 - Kick MD5 support 2011-07-02 18:18:48 +00:00
Dmitry Marakasov
3ea5acac29 - Add a patch to fix network-related functionality
PR:		144575 ([1]), 138786 ([2])
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> [1],
		Martin Laabs <spamtrap@martinlaabs.de> [2]
Patch by:	Ganael Laplanche <ganael.laplanche@martymac.com>
2010-03-15 14:35:32 +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
Dmitry Marakasov
9a9abfac2b - Forgot to add the patch itself
Reported by:	pointyhat via pav
2009-09-08 20:41:49 +00:00
Dmitry Marakasov
baa85e3ce8 - Patch away a bit of uncompatible USB code on 8.x. Not sure if this will make USB joysticks work, but at least libplibjs.a (which is needed by upcoming games/supertuxkart) is now always built 2009-09-08 02:25:36 +00:00
Martin Wilke
b343e648a3 - Fix build on HEAD 2009-04-02 11:10:26 +00:00
Pav Lucistnik
79876fb545 - Mark BROKEN on HEAD, does not like new USB stack
Reported by:	pointyhat
2009-03-25 21:15:26 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Martin Wilke
b105d88344 - Update to 1.8.5
PR:		124046
Submitted by:	Ports Fury
2008-05-30 13:43:35 +00:00
Mark Linimon
e21f53b16f Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
2008-04-29 05:11:44 +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
Martin Wilke
06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00
Rong-En Fan
05280cf8a0 - Fix patch. For unknown reason, I put the same patch hunk twice.
Noticed by:	linimon
2007-10-01 14:35:18 +00:00
Rong-En Fan
fce59cb599 - Fix build with gcc 4.x
PR:		ports/111284
Submitted by:	rafan
Approved by:	maintainer timeout (5 months)
2007-09-27 04:10:40 +00:00
Boris Samorodov
c9a0438068 Unbreak building (13 ports affected) with gcc-4.2 (delete extra
qualifications).

Pointed out by:	pointyhat, kris at ports-developers
Approved by:	portmgr (pav), jylefort (maintainer)
2007-05-23 09:04:47 +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
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Jean-Yves Lefort
2587bf29cb Back in -fPIC. On some platforms, its absence causes the build to fail
for ports which link (although statically) against plib.

Reported by:	pointyhat via kris
2005-12-18 14:47:42 +00:00
Jean-Yves Lefort
9bc41d5dde - PC joystick fixes:
- support joysticks having only one axis
    - filter out bogus values
    - warn if the calibration files cannot be read
    - provide a calibration utility
- Makefile cleanup
2005-12-07 10:07:28 +00:00
Jean-Yves Lefort
0ac6130a89 Take maintainership. 2005-10-04 18:47:20 +00:00
Dag-Erling Smørgrav
96572994de Drop maintainership. 2005-10-03 20:29:24 +00:00
Dag-Erling Smørgrav
598691b344 Upgrade to 1.8.4 2005-02-20 20:26:57 +00:00
Dag-Erling Smørgrav
85c3d4a725 Add -fPIC to CFLAGS since some depents use plib in shared libraries.
PR:		ports/68109
Submitted by:	thierry
2004-06-22 09:09:35 +00:00
Dag-Erling Smørgrav
ed66a44c6d 5.x's <usbhid.h> lacks __BEGIN_DECLS / __END_DECLS, so we need to wrap
it in extern "C" { }.
2004-06-03 15:08:38 +00:00
Dag-Erling Smørgrav
fa7fb11fda Previous commit unintentionally dropped maintainership. 2004-06-01 08:19:46 +00:00
Dag-Erling Smørgrav
35cdbdde5f Upgrade to 1.8.3.
PR:		ports/66172
Submitted by:	Thierry Thomas <thierry@pompo.net>
2004-06-01 08:01:47 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Dag-Erling Smørgrav
1c0b602b47 Upgrade to 1.7.0. 2003-11-18 12:54:06 +00:00
Dag-Erling Smørgrav
b473317395 Bump PORTREVISION; assume maintainership; tweak CONFIGURE_ENV. 2003-03-03 10:36:01 +00:00
Dag-Erling Smørgrav
8b83b96c1b ssgInit() normally checks for a valid GL context and aborts if one wasn't
found.  However, due to bugs in some versions of Mesa, it sometimes fails
even when a context exists.  Temporarily disable the context checks until
we get a working version of Mesa.
2003-03-03 10:35:33 +00:00
Akinori MUSHA
cb07270bfe De-pkg-comment. 2003-02-20 19:21:36 +00:00
Akinori MUSHA
cb277bb0b6 Replace <machine/joystick.h> with <sys/joystick.h> to fix the build. 2002-11-28 12:42:56 +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
Kris Kennaway
7482e8d1cd Fix build on -current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 01:10:53 +00:00
Ying-Chieh Liao
15d2a1564d upgrade to 1.6.0
PR:		42492
Submitted by:	Ports Fury
2002-09-07 03:50:03 +00:00
David W. Chapman Jr.
534fffca27 ${PERL} -> ${REINPLACE_CMD}
PR:		40784
Submitted by:	corecode@corecode.ath.cx
Reviewed by:	flynn@energyhq.homeip.net
2002-09-01 16:07:59 +00:00
Kris Kennaway
c68436a7b7 Remove USE_NEWGCC, which is no longer supported or required.
Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
2002-08-31 02:44:07 +00:00
Ying-Chieh Liao
34563cbc98 add <arpa/inet.h> for htonl() 2002-03-15 17:31:54 +00:00
Ying-Chieh Liao
d1f1a20d0d make it buildable on -stable
PR:		31227
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2001-10-14 13:20:05 +00:00
Ying-Chieh Liao
4c2be2cac7 upgrade to 1.4.2 2001-10-10 02:10:58 +00:00
Jimmy Olgeni
a130b2e7dd Batch of style fixes for x11-toolkits. 2001-02-05 16:49:17 +00:00
Kevin Lo
2ee0e6e40d - Remove redundant/obsolete discriptions from Makefile
- Update WWW: line

PR: 23479
Submitted by: Ports Fury
2000-12-12 15:01:16 +00:00