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

74 Commits

Author SHA1 Message Date
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
Martin Wilke
b1f8b71409 - Fix build after xorg cleanup
Submitted by:	pointyhat
2008-04-20 23:10:01 +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 Matuska
e4edfa4475 - Fix build with all Tcl 8.5 patchlevels 2008-04-05 21:36:40 +00:00
Martin Wilke
086b029ac7 - Fix build after tcl/tk update
- Bump PORTREVISION

Submitted by:	pointyhat
2008-02-13 11:16:37 +00:00
Martin Wilke
14767221d6 - Fix build
Submitted by:	pointyhat via erwin/pav
2008-02-03 20:34:51 +00:00
Martin Wilke
878a82e919 - Use termios, not sgtty
PR:		119096
Submitted by:	Ed Schouten <ed@fxq.nl>
Approved by:	maintainer via irc
2008-02-01 09:19:38 +00:00
Martin Wilke
6d90e3ce57 - Fix build with tcl 8.5
PR:		119729
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
		pointyhat via pav
2008-01-20 20:45:03 +00:00
Martin Wilke
f9c0753735 - Update to 7.10.4
- Fix build after tcl/tk update

PR:		117462
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
Approved by:	portmgr (pav)
2007-11-06 10:18:58 +00:00