Commit graph

69 commits

Author SHA1 Message Date
Pav Lucistnik
93b04e2f0d - Fix package
Feature safe:	yes
2012-11-01 21:26:44 +00:00
Pav Lucistnik
49da1f797f - Fix package
Reported by:	beatmail
Feature safe:	yes
2012-11-01 21:26:21 +00:00
Pav Lucistnik
36a24a0477 - Fix build with clang
- Change BOINC_CLIENT_HOME ownership only for owner
- Fixes to rc script
- Allow for spaces in paths

PR:		ports/171569
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Feature safe:	yes
2012-10-18 19:22:09 +00:00
Mark Linimon
a8693b8dee Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:12:13 +00:00
Pav Lucistnik
446f781ab5 - Update to 7.0.28
PR:		ports/169679
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>

- Install extra headers for astropulse

PR:		ports/170628
Submitted by:	rene
2012-08-27 13:24:03 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Pav Lucistnik
8df526b2fc - Fix header files integrity when X11 option is disabled
- Fix header files to allow pure C client app to be built
- OPTIONSng

PR:		ports/168714, ports/168756
Submitted by:	Alexey Shuvaev <bugsbeastie@gmail.com>, Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2012-06-10 14:39:02 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Pav Lucistnik
672adf10f5 - Enable per thread locale on recent FreeBSD 9
PR:		ports/168257
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2012-05-25 12:23:56 +00:00
Pav Lucistnik
e7cdb890f8 - Install some more headers
Submitted by:	rene
2012-04-23 20:49:14 +00:00
Pav Lucistnik
ec3f0336b8 - Install additional header needed for build of setiathome app
Requested by:	rene
2012-04-18 21:04:57 +00:00
Pav Lucistnik
e776f33209 - Update to 7.0.25
PR:		ports/166873
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2012-04-15 12:57:50 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Mark Linimon
7321579544 Broken on all tier-2.
Hat:		portmgr
2011-12-28 06:44:18 +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
Mark Linimon
1c62316060 Mark as broken on sparc64: does not install. 2011-08-10 09:12:07 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Pav Lucistnik
07b2788864 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-19 22:07:43 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Pav Lucistnik
5de37a75f3 - Chase new location of curl's crt file
Reported by:	marck
2009-01-29 21:10:39 +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
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Pav Lucistnik
1a9dd4fc69 - Add a patch that fixes RAM size detection on i386 with >2GB RAM
Submitted by:	marck
2008-12-28 23:52:59 +00:00
Pav Lucistnik
0c5a014aac - Update to 6.4.5
- Install extra headers needed by setiathome
2008-12-28 18:19:02 +00:00
Pav Lucistnik
ce4f58317a - Fix default boinc flags in rc script
Submitted by:	Royce Williams <royce@alaska.net>
2008-12-23 13:59:18 +00:00
Pav Lucistnik
3febb62f5b - Update to 6.2.14 2008-08-06 08:29:56 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +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
Pav Lucistnik
e7fc78a3cd - Add option to accept Linux science applications
Requested by:	marck
2008-03-07 10:32:51 +00:00
Pav Lucistnik
e8dc9c80da - Update to 5.10.32 2007-12-29 18:08:17 +00:00
Edwin Groothuis
2f5fd33d0b Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:10:52 +00:00
Pav Lucistnik
85cc842076 - Update to 5.8.18
- Fix https communication by pointing at curl's cacert file
2007-05-25 11:43:40 +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
Pav Lucistnik
481968bf74 - Update to 5.8.15 2007-02-27 22:12:37 +00:00
Pav Lucistnik
8e0f798453 - Update to 5.8.11 2007-02-15 15:01:18 +00:00
Rong-En Fan
3c089c162b - Use USE_ICONV instead of LIB_DEPENDS
Approved by:	portmgr (erwin, few weeks ago)
2007-01-12 09:12:57 +00:00
Pav Lucistnik
ef78d971eb - Fix build without X11 for people who have xorg-libraries installed
Reported by:	Volodymyr Kostyrko <arcade@synergetica.dn.ua>
2006-12-15 15:51:34 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00
Pav Lucistnik
a617c26492 - Attempt to make it X11BASE aware
Reported by:	krismail
2006-12-02 12:33:28 +00:00
Pav Lucistnik
d750615763 - Use features of bsd.wx.mk, especially USE_WX
PR:		ports/101613
Submitted by:	alepulver
2006-12-01 07:39:02 +00:00
Pav Lucistnik
c92f476da9 - Improve handling of C*FLAGS
Submitted by:	mi (adapted from)
2006-11-26 16:21:44 +00:00
Pav Lucistnik
2d3c2f30f2 - Update pkg-message to match reality 2006-05-16 18:10:26 +00:00
Pav Lucistnik
aec1b6cffa - Update to 5.4.9, a new suggested version 2006-05-12 14:00:04 +00:00
Pav Lucistnik
5cb2738a11 - Update to 5.4.7 2006-04-29 10:46:23 +00:00
Pav Lucistnik
22220119ce - Unbreak when older version is installed
Reported by:	Rene Ladan <r.c.ladan@student.tue.nl>
2006-03-15 13:48:58 +00:00