1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

82 Commits

Author SHA1 Message Date
Raphael Kubo da Costa
9b889fcd6b Add upstream commits to fix the build with the upcoming CMake 3.1.0.
I have also tested them with CMake 3.0.2.
2014-12-31 12:15:48 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Baptiste Daroussin
afb0da4983 Cleanup plist 2014-10-20 07:19:22 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Baptiste Daroussin
816aea7759 Properly use MAKE_CMD 2014-06-24 22:05:47 +00:00
Olli Hauer
4644881909 - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 14:48:08 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Pietro Cerutti
15573b9943 - Convert to USES=gmake tk 2014-01-28 14:06:16 +00:00
Baptiste Daroussin
a327ff430a In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in cad

With hat:	portmgr
2013-12-11 14:53:20 +00:00
Max Brazhnikov
064f57d542 - Respect CMAKE_BUILD_TYPE
Approved by:	portmgr (bapt)
2013-12-04 18:48:48 +00:00
Raphael Kubo da Costa
4ccd821a8f - Add a patches sent upstream and adjust the build flags to build with
libc++.
- Support staging.

PR:		ports/183623
Submitted by:	rakuco
Approved by:	maintainer timeout (14 days)
2013-11-17 17:40:39 +00:00
Raphael Kubo da Costa
e984a3a1c4 Welcome CMake 2.8.12!
With contributions from Schaich Alonso <alonsoschaich@fastmail.fm>,
including stage support for devel/cmake-gui.

This update took much longer than expected due to CMake changing the
arguments to an internal macro that ended up being used by some ports:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ce60ff5

I have also started a discussion about this on CMake's development list:

  http://article.gmane.org/gmane.comp.programming.tools.cmake.devel/8464

It required adjusting the affected ports, and these changes have approved by
portmgr (bdrewery).

PR:		ports/182981
Approved by:	portmgr (bdrewery)
2013-11-05 18:34:22 +00:00
Baptiste Daroussin
8e91f3161f Add NO_STAGE all over the place in preparation for the staging support (cat: cad) 2013-09-20 15:58:41 +00:00
Baptiste Daroussin
efeb4f1aa7 Add an explicit dependency on pkgconfig 2013-09-02 06:39:37 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Pawel Pekala
2b6d9fd950 Update to version 7.24.0
PR:		ports/179620
Submitted by:	Erik Greenwald <erik@brlcad.org> (maintainer)
2013-06-21 19:55:20 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Pietro Cerutti
5316d6995c - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)
Approved by:	portmgr
2013-02-07 14:57:49 +00:00
Jason Helfman
f43dc9aa8c - adopt optionsNG [1]
- while here, break out massive man page list into Makefile.man [2]

PR:		175166
Submitted by:	maintainer, erik@brlcad.org [1], jgh@ [2]
Approved by:	maintainer, erik@brlcad.org [2]
2013-01-10 18:12:45 +00:00
Pawel Pekala
4a4fe03ea1 - Fix BROKEN by disabling build of togl an isst [1]
- Add missing library deps this package's binaries link to

PR:		ports/174282 [1]
Submitted by:	Erik Greenwald <erik@brlcad.org> (maintainer)
2012-12-15 17:09:31 +00:00
Beat Gaetzi
4e7e939867 - Mark BROKEN: does not compile
In file included from /usr/local/include/tk8.5/tkInt.h:974,
    from /ports/cad/brlcad/work/brlcad-7.22.0/src/other/togl/src/togl.c:27:
    /usr/local/include/tk8.5/tkIntDecls.h:672:
      error: expected declaration specifiers or '...' before '(' token
    /usr/local/include/tk8.5/tkIntDecls.h:672:
      error: conflicting types for 'XClipBox'
    /usr/local/include/X11/Xutil.h:381:
      error: previous declaration of 'XClipBox' was here

Reported by:	pointyhat
2012-09-09 15:01:14 +00:00
Michael Scheidell
9a64c214d0 - Update to 7.22.0 [1]
- pet portlint (added USE_LDCONFIG) [2]

PR:		ports/169520 [1]
Submitted by:	Erik Greenwald <erik@brlcad.org> (maintainer) [1]
Reviewed by:	scheidell@ (me) [2]
Obtained from:	http://brlcad.svn.sourceforge.net/viewvc/brlcad/brlcad/tags/rel-7-22-0/NEWS?revision=51320&view=markup
2012-07-01 12:32:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Frederic Culot
0a9e61dbb7 - Update to 7.20.6
PR:		ports/167499
Submitted by:	Erik Greenwald <erik@brlcad.org> (maintainer)
2012-05-06 14:09:23 +00:00
Pawel Pekala
ec9f10ad87 - Update to version 7.20.4, build system changed from autotools to cmake [1]
- Add USE_GL=glu and USE_BISON=build to fix build
- Make sure that pkgconfig files are installed to ${PREFIX}/libdata/pkgconfig
- Mark MAKE_JOBS_SAFE
- Silence REINPLACE_CMD output

PR:		ports/162785 [1]
Submitted by:	Erik Greenwald <erik@brlcad.org> (maintainer) [1]
Feature safe:	yes
2011-12-03 19:39:12 +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
Mark Linimon
ca32093a91 Mark as broken on sparc64: invokes i386 asm. 2011-07-16 05:23:25 +00:00
Frederic Culot
cede6f9e86 - Fix compilation issues on amd64
Reported by:	pointyhat via pav@
Submitted by:	Erik Greenwald <erik@brlcad.org> (maintainer, via irc)
2011-05-04 10:41:43 +00:00
Frederic Culot
3fece91973 - Update to 7.18.4
PR:		ports/156683
Submitted by:	Erik Greenwald <erik@brlcad.org> (maintainer)
2011-04-29 10:07:05 +00:00
Philip M. Gollucci
f99fd40103 - Update to 7.18.0
- Remove MD5

PR:             ports/152959
Submitted by:   Erik Greenwald <erik@brlcad.org> (maintainer)
2010-12-13 04:25:36 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Wen Heping
bcb2b50b62 - Update to 7.16.8
- Update maintainer's email

PR:		ports/146591
Submitted by:	Erik Greenwald <erik@brlcad.org> (maintainer)
2010-05-16 09:59:41 +00:00
Dirk Meyer
b6b0773517 - fix gcc4 problem with png-1.4.1 under FreeBSD-8 2010-04-01 05:31:41 +00:00
Dirk Meyer
477ff62ce0 - fix build for png-1.4.1 2010-03-30 02:19:49 +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
Dmitry Marakasov
c926af277e - Switch SourceForge ports to the new File Release System: categories starting with B,C 2009-08-22 00:15:15 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Martin Wilke
90d1f9b152 - Update to 7.12.6
PR:		127891
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2008-10-12 09:19:08 +00:00
Felippe de Meirelles Motta
7a3947093e - Mark as BROKEN on CURRENT.
Reported by:	erwin via pointyhat
2008-09-28 00:00:29 +00:00
Felippe de Meirelles Motta
7adf47f0c9 - After recent commit of MPSAFE TTY layer brlcad builds and runs successfully on CURRENT, then unbreak it.
PR:		ports/126746
Reported by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
2008-09-03 21:39:25 +00:00
Felippe de Meirelles Motta
3f0445824b - Mark as BROKEN on -CURRENT.
- Add regression-test.

PR:		ports/124733
Submitted by:	"Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
Reviewed by:	lippe
Approved by:	gabor (mentor, implicit)
2008-07-13 21:17:17 +00:00
Martin Wilke
c643d77ef8 - Update to 7.12.4
PR:		124105
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2008-05-30 13:49:18 +00:00
Pav Lucistnik
8b295fc412 - Update to 7.12.2
PR:		ports/123027
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2008-04-23 21:13:33 +00:00
Martin Matuska
203c28e163 - Update of cad/brlcad from 7.10.4 to 7.12.0
- Removed files: files/patch-src-vas4_vas_io.c (already implemented)
- USE_XORG part already implemented by miwi

PR:		ports/12232
Submitted by:	mm
Approved by:	maintainer timeout
2008-04-21 13:07:32 +00:00