1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

1906 Commits

Author SHA1 Message Date
Adam Weinberger
e936740ebe Switch back to using WITH_EXAMPLES. The logic in this port is
far too twisted for a simple change to MEXAMPLES.
2014-01-03 20:56:59 +00:00
Adam Weinberger
43b73e5cfa Convert cad to MDOCS and MEXAMPLES 2014-01-03 15:53:42 +00:00
Baptiste Daroussin
c0d7b638ed Part 1 at removing now useless FETCH_ARGS redifition 2014-01-03 00:46:47 +00:00
Antoine Brodin
f4ca0fecbd Stage support 2013-12-30 22:19:48 +00:00
Antoine Brodin
b50f428179 - Stage support
- Uses shared-mime-info
2013-12-30 22:16:41 +00:00
Antoine Brodin
f0c86dd235 Stage support 2013-12-30 22:06:56 +00:00
Antoine Brodin
2cebe6d724 - Stage support
- shebangfix a bash script
2013-12-30 21:57:05 +00:00
Antoine Brodin
3c0899c54a Stage support 2013-12-30 21:51:27 +00:00
Antoine Brodin
a28f15d003 Stage support 2013-12-30 21:49:01 +00:00
Antoine Brodin
51ffa8efa2 - Stage support
- shebangfix a bash script
2013-12-30 21:46:21 +00:00
Antoine Brodin
dc49bc4563 - Stage support
- Uses desktop-file-utils
2013-12-30 18:51:25 +00:00
Antoine Brodin
d054878971 - Stage support
- Uses desktop-file-utils
2013-12-30 18:46:15 +00:00
Antoine Brodin
ab423ae319 Stage support 2013-12-30 18:39:48 +00:00
Antoine Brodin
5e1c9c042d Stage support 2013-12-30 18:36:10 +00:00
Antoine Brodin
cc7a829b38 Stage support 2013-12-30 18:31:26 +00:00
Diane Bruce
6efb941c7e - convert to stage
- add LICENSE
- fix tab to space in pkg-plist WWW
2013-12-29 21:32:15 +00:00
John Marino
10515a73d1 cad/pdnmesh: Restore previous commit erased by r337036
tijl did a sweeping cleanup of pdnmesh on r337036, but he accidently
removed the addition of -lm introduced in r32377 by myself.  This is
needed for newer gcc compilers using the latest binutils.

This commit restores the LDFLAGS still needed.
2013-12-26 18:17:07 +00:00
Antoine Brodin
468134583e Fix LIB_DEPENDS 2013-12-23 20:32:11 +00:00
Tijl Coosemans
e185f5af76 - Use options framework.
- USES=fortran.
- Eliminate FORTRANLIBS and GCCLIBDIR.
- Staging.
- Install examples depending on the EXAMPLES option instead of DOCS.
- Fix build with THREADS option (superlu_mt changes and C++11 mutex
  conflict).
2013-12-21 13:40:18 +00:00
Tijl Coosemans
3b62318317 Bump PORTREVISION for all the dependency changes in the previous commit.
Reported by:	mat
2013-12-20 17:25:22 +00:00
Tijl Coosemans
a1664197d7 - Remove excessive dependencies and fix dependency on gtkglext.
- USES=fortran.
- Staging.
2013-12-20 16:37:22 +00:00
Niclas Zeising
47be7a61c9 Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.

Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0

Fix dissapearing cursor in xf86-video-vmware [2]

Stagify all x11@-owned ports

Bump portrevisions for xf86-* ports due to xserver version change.

Fix fallout from updates where needed.

Thanks to:	all testersi, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/184684 [1], ports/181385 [2]
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by:	portmgr (bdrewery), core (jhb) [0]
2013-12-16 11:11:09 +00:00
Danilo Egea Gondolfo
3db9cc4377 - Update from 3.7.54 to 3.7.55 2013-12-14 18:35:58 +00:00
Pawel Pekala
ade94852b2 Update to version 2.3.0
PR:		ports/184752
Submitted by:	maintainer
2013-12-14 11:46:04 +00:00
Baptiste Daroussin
8f2d58e93c Fix typo 2013-12-12 17:43:31 +00:00
Baptiste Daroussin
c706f7f344 Convert LIB_DEPENDS for ports depending on boost 2013-12-12 11:14:49 +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
Ganael LAPLANCHE
6e39a5dd87 - Update devel/tbb to 4.2.2
- Cleanup DISTNAME and WRKSRC definitions
- Use INSTALL_LIB instead of INSTALL_DATA + STRIP_CMD
- Bump dependent ports' revisions

PR:		ports/184526
Submitted by:	delphij
2013-12-11 07:53:16 +00:00
Max Brazhnikov
b28d767859 - Update to 2.0.0rc3
- Remove NLS options and related patches for simplicity
- Add patch to fix build on 10 and head
2013-12-10 18:42:46 +00:00
Niclas Zeising
636bb0b5f6 Update to 0.9.7.
Stagify.
2013-12-10 16:08:47 +00:00
Rusmir Dusko
c860ccbdb3 - Fix build, adjust staging
- Change pkg-plist

Approved by:	pawel / wg (mentors, implicit)
2013-12-09 17:59:17 +00:00
Max Brazhnikov
064f57d542 - Respect CMAKE_BUILD_TYPE
Approved by:	portmgr (bapt)
2013-12-04 18:48:48 +00:00
Michael Reifenberger
d89dfda814 Register conflicts with texlive-base-* since it has one file in common.
PR:		ports/184368
Submitted by:	lbartoletti
2013-12-02 08:59:13 +00:00
Danilo Egea Gondolfo
1cc851e852 - Update from 2.3.0a4 to 2.3.2a3
PR:		ports/184358
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2013-11-30 00:34:54 +00:00
Pawel Pekala
3bca824aa4 - Update to version 4.2
- Allow staging

PR:		ports/184156
Submitted by:	maintainer
2013-11-23 00:38:02 +00:00
Michael Reifenberger
fc58a0f367 Use gcc for now. 2013-11-22 15:07:38 +00:00
Max Brazhnikov
5898d7df5c - Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-22 12:55:00 +00:00
Baptiste Daroussin
b346d3d4d6 Deprecated ports broken for more than 6 month 2013-11-22 08:24:11 +00:00
Max Brazhnikov
4ddfac46e6 - Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
2013-11-21 15:41:06 +00:00
Pietro Cerutti
137f0d684c - Update to 7.5.233 2013-11-19 11:15:38 +00:00
Rusmir Dusko
da6bb456a6 - USES dos2unix instead of USE_DOS2UNIX
Approved by:	pawel / wg (mentors, implicit)
2013-11-18 22:53:52 +00:00
Rusmir Dusko
55c51d42ec - Add USE_DOS2UNIX
- Use mklist1_6 instead of mklist1_4
- Support STAGEDIR
- Add patch, fix typo

Approved by:	pawel / wg (mentors, implicit)
2013-11-18 21:55:54 +00:00
John Marino
f971cfdbe1 cad/feappv: Fix CFLAGS support
This problem could also be fixed by changing the sed pattern, but the
patch provided to the PR was tested.  The maintainer has not responded
to the last entries in the PR for over 15 days, so I'm timing it out.

PR:		ports/183513
Approved by:	maintainer timeout
2013-11-18 09:52:42 +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
Michael Reifenberger
55e0dd8ab1 Update qcad to 3.4.2.0
PR:		ports/183346
Submitted by:	rakuco@
2013-11-05 20:34:42 +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
William Grzybowski
0a4bb6ab22 cad/geda: update to 1.8.2
- Update to 1.8.2
- Allow staging
- Convert lib depends to new format [1]
- USES shared-mime-info shebangfix

PR:		ports/183566
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>, wg [1]
2013-11-02 14:28:26 +00:00
Danilo Egea Gondolfo
f4180f6a01 - Update from 2.2.0b3 to 2.3.0a4
- Use options helpers
- Add stage support

PR:		ports/182887
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2013-11-01 21:26:32 +00:00
Pawel Pekala
f3bb6fac5c - Update to version 2.6.1
- Remove leading article from COMMENT
- support staging

PR:		ports/181056
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-11-01 20:59:30 +00:00
Veniamin Gvozdikov
c0117f2aa0 The 0.3 version brings more electrical elements, more translations,
texts-related improvements, a faster elements panel and custom title block
templates.

- Update to 0.3
- Changed my email

Approved by:	eadler, osa, rm (mentors, implicit)
2013-10-31 19:34:14 +00:00