Commit graph

55 commits

Author SHA1 Message Date
Rene Ladan
ce7adeaf15 - remove empty OPTIONS_DEFAULT
- portlint fixes
2013-03-25 10:09:39 +00:00
Rene Ladan
7052c0c790 Fix build on HEAD, this port uses GCC-specific vector code.
Feature safe:	yes
2012-12-04 11:07:13 +00:00
Rene Ladan
6b06cd9349 Fix previous commit, chown does not like uninitialized variables. 2012-10-08 12:20:40 +00:00
Rene Ladan
9a41ac027c Use the correct user:group for app_info.xml
This was root:wheel before, make it boinc:nobody for consistency with the rest
of the port and with astro/boinc-astropulse.
Submitted by:	Andrey Simonenko via #bsdports
2012-10-08 11:59:40 +00:00
Rene Ladan
902cc7fc4f Cleanup Makefile headers of my ports.
Just use my login for ports I originally created myself.
2012-10-07 09:11:51 +00:00
Rene Ladan
77f048410a - Use pkgconf (build-time only) instead of pkgconfig (build and run-time)
- Bump PORTREVISION to make sure the package database remains consistent
2012-08-26 09:51: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
Rene Ladan
43e055d93e - Correct pkg-deinstall by using the correct sh syntax. The old syntax
happened to work in some situations.
- Bump PORTREVISION
2012-06-26 18:28:39 +00:00
Rene Ladan
88a428546b - convert to optionsNG
- strip version information from LIB_DEPENDS to pet portlint
- include bsd.port.mk instead of bsd.port.{pre|post}.mk
2012-06-05 18:27:14 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Pav Lucistnik
c4e07de974 - Adjust BOINC_* variables to be consistent with new system in boinc-client 2012-05-16 13:46:30 +00:00
Rene Ladan
27af31d4f6 Fix build (boinc-client 7.0.25_2 or higher required).
PR:		ports/167034 (prompted)
Submitted by:	Larry Rosenman [ler lerctr!org]
2012-04-23 21:00:55 +00:00
Rene Ladan
3f45396d9c Attempt to fix build on powerpc.
Idea from:	bf@
Feature safe:	yes
2011-12-05 23:56:02 +00:00
Brendan Fabeny
ac39d25cb1 - update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:	ache, C. Burns, wen
2011-10-17 10:08:33 +00:00
Rene Ladan
3de9d6ef8c - Fix m4 script so that shells/bash is no longer required.
- Bump PORTREVISION
2011-03-13 16:08:48 +00:00
Rene Ladan
e69f154b4d - Update astro/boinc-setiathome-enhanced to 6.12 (SVN r1008)
- Update astro/boinc-astropulse to SVN r868
- Switch to xz compression
- Remove patches integrated upstream

The two ports are committed in one go because boinc-astropulse depends
on the source code of boinc-setiathome-enhanced, i.e.
boinc-astropulse/files/patch-legacy-server__db__ap_schema.cpp
can must be present for the old version of boinc-setiathome-enhanced
but not for the new version.
2011-03-13 14:21:03 +00:00
Rene Ladan
abf15194c4 Improve Makefile logic: instead of breaking the port when
libboinc_graphics2.a is not found and the X11 option is selected, include
it as a build dependency (which had a hardcoded trigger before).

Feature safe:	yes
2011-01-31 22:10:40 +00:00
Rene Ladan
7709750459 - switch to dynamically generated app_info.xml, so that this port can
peacefully coexist with the upcoming astro/boinc-astropulse
- pass ${NONEXISTENT} to BOINCDIR in the CONFIGURE_ENV, this speeds up
  the configuration phase [1]
- pass --disable-altivec to configure instead of patching client/Makefile.am
  and m4/optimizations.m4
- drop support for 6.X and MD5 checksum
- cleanup Makefile and files/pkg-message.in
- bump PORTREVISION

Submitted by:	Edward Sanford Sutton III [mirror176 cox.net] [1]
Feature safe:	yes
2011-01-23 21:10:09 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Rene Ladan
763f50c8c4 - Try to fix build on ia64 by explicitly including sys/types.h before
sys/systm.h
- Try to fix build on powerpc by turning off altivec optimizations,
  which the system compiler does not support yet

Obtained from:	pointyhat error logs
Suggested by:	kwm
2010-10-22 23:50:58 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
7e601a7ac6 Purge 3 outdated, old-and-busted, versions of automake as part of
ongoing cleanup to find sanity in the world.

Feature safe:	yes (surprisingly)
2010-09-23 00:40:50 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Sergey A. Osokin
be992bab0b Fix "pkg_delete" problem after LICENSE knob issue found.
Feature safe:	yes

Spotted by:	itetcu
Approved by:	rene (maintainer) via #bsdports
2010-06-20 14:08:14 +00:00
Rene Ladan
328f971fb3 These ports are GPLv2-licensed
Approved by:	tabthorpe (mentor)
Feature safe:	yes
2010-06-13 20:03:15 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Rene Ladan
bf19441c01 Unbreak on sparc64 by using "-mtune=native" only on i386 and amd64
Approved by:	kwm
Obtained from:	kwm
Feature safe:	yes
2009-09-21 21:01:57 +00:00
Pav Lucistnik
de58649982 - Fix: app_info.xml need to be installed regardless of X11 option
Submitted by:	rene (maintainer)
Feature safe:	yes
2009-09-18 14:34:21 +00:00
Rene Ladan
40a43e8c8f * Update setiathome client to 6.08
* Remove astropulse client which is too old for the current work units

PR:		ports/138825
Submitted by:	rene
Approved by:	pav
Feature safe:	yes
2009-09-15 21:37:57 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Dennis Herrmann
8faff93031 - Chase libxcb/xcb-proto update
- Bump PORTREVSION
2009-06-14 22:23:55 +00:00
Mark Linimon
60b246b60f Mark as broken on sparc64-7. 2009-03-18 04:34:03 +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
Pav Lucistnik
7648bdfb4e - Update to 6.03
- Add astropulse 5.00

PR:		ports/129976
Submitted by:	rene (maintainer)
2008-12-28 18:20:18 +00:00
Edwin Groothuis
6527ef2070 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 13:08:29 +00:00
Mark Linimon
193620f84b Mark as broken on sparc64: does not install. 2008-02-01 06:37:16 +00:00
Jean Milanez Melo
c845f8aa44 - Update WWW. 2008-01-31 14:43:36 +00:00
Jean Milanez Melo
78fb6289b5 - Update MASTER_SITES.
PR:		ports/119193
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2008-01-31 13:12:30 +00:00
Mikhail Teterin
2c35ccd30a Clean-up the Makefile -- this was supposed to be done in the previous
commit...
2008-01-06 18:02:13 +00:00
Mikhail Teterin
fda0c8ec76 Patch the vendor's configure to properly detect amd64 (rather than
x86_64). This should unbreak the port for amd64 on all releases.

Also affects:

PR:	ports/117077

Approved by:	maintainer	(Rene Ladan)
Approved by:	last committer	(lwhsu)
2008-01-06 18:00:46 +00:00
Li-Wen Hsu
e4052514a0 - Unbroken, except on amd64 (temporarily, fixing is on going)
Changes:
* reroll the distfile
  (the generated Makefile in work/boinc-setiathome-5.27/client contained
   rules to compile the uninstalled test utility hires_timer_test,
   for which the linkage failed on pointyhat.  Remove these rules and
   reroll the distfile.)
* update distinfo
* increase PORTREVISION
* while here fix a typo in a URL

PR:		ports/116318
Submitted by:	Rene Ladan <r.c.ladan AT gmail.com> (maintainer)
2007-10-06 15:36:57 +00:00
Martin Wilke
fcd3511e39 - Marked Broken Does not build
Submitted by:	pointyhat via pav
2007-09-11 23:11:23 +00:00
Martin Wilke
56ce208934 - File was rerolled for build fix under 7.X
- Bump PORTREVISION

Submitted by:	pointyhat via pav
		maintainer via privat mail
2007-09-04 21:47:07 +00:00
Martin Wilke
10add1dc92 - Update to 5.27
PR:		115449
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2007-08-23 10:58:59 +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
b446e9d2ca Decouple the logic to use mfpmath={i387|sse} from the -mARCH logic. This
prevents passing " ... -mfpmath=sse ... -mfpmath=387 ... " to the compiler.

PR:		ports/108683
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2007-02-05 01:16:39 +00:00
Shaun Amott
99bc1f553e Fix compilation with gcc 4.x.
PR:		ports/106995
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2006-12-27 03:56:37 +00:00
Pav Lucistnik
4d154a2782 - Update to 5.13
- Compile from source

PR:		ports/101022
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2006-07-30 19:20:53 +00:00