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

8036 Commits

Author SHA1 Message Date
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Alex Kozlov
345a73fa09 - Support STAGEDIR
- Add license
- Clean Makefile headers
2013-09-24 23:38:32 +00:00
Danilo Egea Gondolfo
5b33f53a37 - Update from 0.23.0 to 0.23.1
- Add staging support
- Change maintainer email to @FreeBSD

Changelog

* src/main.c: fix setting size of unresizable dialogs
* configure.ac, src/notebook.c: fix previous commit
* src/notebook.c: wait for child termination in notebook

Approved by:	wg (mentor)
2013-09-24 22:51:58 +00:00
Rusmir Dusko
3f70906f37 - Change maintainer email gmx.ch --> FreeBSD.org
- Add license (GPLv2)
- Use the new format for LIB_DEPENDS
- Add docs and Option

Approved by:	wg/pawel (mentors)
2013-09-24 22:45:30 +00:00
Renato Botelho
172810a103 Update LIB_DEPENDS syntax on my ports and silent make check-makefile 2013-09-24 16:47:23 +00:00
Baptiste Daroussin
ff43b32f32 Manpages are compressed 2013-09-24 11:30:42 +00:00
Baptiste Daroussin
110f3583b6 Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by:	bdrewery
2013-09-24 06:24:17 +00:00
William Grzybowski
27a6a26921 x11/lxpanel: allow staging
- Allow stating
2013-09-23 22:03:16 +00:00
Baptiste Daroussin
a7f6330368 Use stage 2013-09-23 06:20:07 +00:00
Baptiste Daroussin
ab09c3e07a Use stage 2013-09-23 06:19:48 +00:00
Baptiste Daroussin
f45d0a8198 Fix NO_STAGE attribution 2013-09-22 18:05:04 +00:00
Dirk Meyer
1e3119b07e - fix misplaced NO_STAGE in slaveports and ifdefs 2013-09-21 11:06:03 +00:00
Baptiste Daroussin
db5320be85 Add NO_STAGE all over the place in preparation for the staging support (cat: x11) 2013-09-20 23:43:19 +00:00
Koop Mast
08984f53a9 Chase recent ekiga shuffle. 2013-09-20 21:53:48 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
2013-09-20 12:54:54 +00:00
Jason Helfman
8e7637c85b - restore pkg-message to end-user (needed for package users)
Reminded by: makc@
2013-09-19 15:14:04 +00:00
Baptiste Daroussin
fe4c6a869a Reset maintainer (mail is bouncing)
Mark as deprecated: I can't find any upstream anymore, neither any public distfile
2013-09-18 17:20:07 +00:00
Jason Helfman
edd57cebeb - fix spelling error 2013-09-18 15:58:10 +00:00
Jason Helfman
4ab15d529d - remove need of pkg-plist and pkg-message by working into Makefile
- de-personalize message to end-user
- take maintainership
2013-09-18 15:56:29 +00:00
Alexander Nedotsukov
9f0ddf44da Fix build with clang. 2013-09-18 14:16:41 +00:00
Cy Schubert
d2f630b20a Fix xview family builds under 10-CURRENT.
Flags xview-clients MAKE_JOBS_UNSAFE.
2013-09-18 07:07:08 +00:00
Baptiste Daroussin
ab4355c3cd Rename gtk-theme-switch into gtk-themes-witch1 to avoid confusion with the gtk2 version
While here remove the now useless LATEST_LINK
2013-09-17 13:10:00 +00:00
Baptiste Daroussin
b15e495041 Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:28:07 +00:00
Rusmir Dusko
2d092b12f9 - Update to 1.1.2.2
- Change maintainer email gmx.ch --> FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pkgconfig

Approved by:	wxs/pawel (mentors)
2013-09-16 18:12:58 +00:00
Antoine Brodin
529f3164dc fbsetbg is only provided by x11-wm/fluxbox so always depend on it
This prevents always rebuilding fluxbg during incremental poudriere bulk.

While here,  use new LIB_DEPENDS syntax and pad pkg-message.
2013-09-16 17:52:09 +00:00
Baptiste Daroussin
e4343d70fd Convert to new perl framework
Convert USE_GMAKE to USES
2013-09-16 16:32:07 +00:00
Baptiste Daroussin
5b409d8e89 Remove USE_GCC=any as it works properly with clang 2013-09-14 10:53:19 +00:00
Baptiste Daroussin
19647bcae4 Define gnu89 as C standard and remove now useless USE_GCC=any 2013-09-14 10:52:22 +00:00
Sunpoet Po-Chuan Hsieh
534d3773b4 - Update MASTER_SITES: add mirror site
- While I'm here, update LICENSE

PR:		ports/182020
Submitted by:	A. J. <freebsd@skysmurf.nl> (maintainer)
2013-09-14 06:51:03 +00:00
John Marino
c39a3acb7a Add explicit dependency on pkgconf (2 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-13 17:27:07 +00:00
Andrej Zverev
46b556be1c - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-12 17:07:08 +00:00
John Marino
a862a2b7dc Add explicit dependency on pkgconf (18 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-12 09:07:08 +00:00
John Marino
d834ce47a7 Add explicit dependency on pkgconf (20 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-12 08:41:52 +00:00
Alexey Dokuchaev
bc07c5867d - Unbreak on recent -CURRENT (after r255426): vm_map_find() now takes 10
(ten) arguments rather than 9 (nine)
- Adjust OSVERSION check of the previous patch, after properly bumped by
  pjd@ in r255305

PR:	ports/181972
2013-09-12 07:16:29 +00:00
Andrej Zverev
b5d57b5eb8 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 06:36:45 +00:00
John Marino
a10f987e18 Add explicit dependency on pkgconf (11 ports) 2013-09-12 00:48:38 +00:00
John Marino
107bfacba9 Add explicit dependency on pkgconf (27 ports) 2013-09-12 00:21:10 +00:00
John Marino
72d58e2d78 Add explicit dependency on pkgconf (8 ports) 2013-09-11 17:20:45 +00:00
Antoine Brodin
251f4ca6f1 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-11 17:17:35 +00:00
John Marino
30fb06c870 Add explicit dependency on pkgconf (18 ports) 2013-09-11 16:45:58 +00:00
William Grzybowski
9b026bcd34 x11/lxpanel: update to 0.6.1
- Update to 0.6.1
- Convert lib depends to new syntax
2013-09-11 12:48:07 +00:00
Antoine Brodin
11008fac27 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-09 18:54:28 +00:00
Niclas Zeising
b6feef267d Update to 1.1.0 2013-09-09 12:24:04 +00:00
Niclas Zeising
82b40db6ea Update to 1.0.8 2013-09-09 12:21:54 +00:00
Niclas Zeising
2b6af778a9 Update to 1.1.3 2013-09-09 12:18:27 +00:00
Niclas Zeising
cbe39db823 Update to 1.0.4 2013-09-09 12:14:24 +00:00
Niclas Zeising
0b6e1bc610 Update to 1.3.3
Most notable in this update is that the default xinitrc has moved from
lib/X11/xinit/xinitrc to etc/X11/xinit/xinitrc.
2013-09-09 12:09:30 +00:00
Niclas Zeising
e5d642c727 Update to 1.0.3 2013-09-08 12:35:41 +00:00
Niclas Zeising
1b6b30dbed Update to 1.1.3 2013-09-08 12:34:57 +00:00
Niclas Zeising
8193189dea Update to 1.1.3 2013-09-08 12:34:14 +00:00
Sunpoet Po-Chuan Hsieh
7684922546 - Use single space after WWW: 2013-09-07 17:20:21 +00:00
Baptiste Daroussin
334047646a Fix build with clang 2013-09-06 17:07:00 +00:00
William Grzybowski
440556de07 x11/xtrlock: update to 2.3
- Update to 2.3
- Pass maintainership to submitter

PR:		ports/181868
Submitted by:	A.J. 'Fonz' van Werven <freebsd skysmurf.nl>
2013-09-06 15:30:07 +00:00
Baptiste Daroussin
206fd214c3 Add an explicit dependency on pkgconf 2013-09-06 15:28:27 +00:00
Baptiste Daroussin
beae873ea6 Add an explicit dependency on pkgconf 2013-09-06 13:01:53 +00:00
Baptiste Daroussin
7a0f4abe2b Add an explicit dependency on pkgconf 2013-09-06 12:12:00 +00:00
Baptiste Daroussin
578159310c Add an explicit dependency on pkgconf 2013-09-06 10:41:02 +00:00
Alexey Dokuchaev
e4fc09f30f Unbreak the build on recent -CURRENT (after cap_rights_t type was changed
from uint64_t to a structure in r255219).

PR:	ports/181840
2013-09-06 05:07:15 +00:00
Joe Marcus Clarke
8136a2a264 Fix the build with clang.
Reported by:	pkg-fallout
2013-09-05 21:55:17 +00:00
Antoine Brodin
74aebe4fa5 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 17:37:22 +00:00
Antoine Brodin
4416f0f3ab Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 05:29:53 +00:00
Antoine Brodin
d097871385 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-05 05:24:24 +00:00
Guido Falsi
0c4e7dea3c - Add explicit pkgconfig ddependency. 2013-09-04 21:09:33 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
William Grzybowski
11b0219cfe x11/yad: update to 0.23.0
- Updated from 0.22.1 to 0.23.0
- Added Makefile header
- Use new options helpers
- Added YAD Icon Browser option

Changes:
https://code.google.com/p/yad/source/browse/trunk/ChangeLog?spec=svn687&r=687

PR:		ports/181790
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo gmail.com>
2013-09-04 15:31:58 +00:00
Baptiste Daroussin
1e60403ddd Add an explicit dependency on pkgconf 2013-09-03 14:08:55 +00:00
Baptiste Daroussin
1c7c3d2208 Add an explicit dependency on pkgconf 2013-09-03 12:13:23 +00:00
Baptiste Daroussin
c7d6ee97c1 Add an explicit dependency on pkgconf 2013-09-03 10:23:55 +00:00
Baptiste Daroussin
b3e4e19ddc Add an explicit dependency on pkgconf 2013-09-03 09:59:01 +00:00
Baptiste Daroussin
019f2422aa Add an explicit dependency on pkgconf 2013-09-03 08:49:46 +00:00
Baptiste Daroussin
db7a56d5ed Add an explicit dependency on pkgconf 2013-09-03 06:36:41 +00:00
Baptiste Daroussin
14d01e3e90 Add an explicit dependency on pkgconf 2013-09-02 22:50:21 +00:00
Baptiste Daroussin
888f361022 Add an explicit dependency on pkgconf 2013-09-02 22:31:37 +00:00
Baptiste Daroussin
2f3fa0d623 Add an explicit dependency on pkgconf 2013-09-02 22:03:38 +00:00
Baptiste Daroussin
9880c1a378 Add an explicit dependency on pkgconf 2013-09-02 21:27:53 +00:00
Baptiste Daroussin
8302173231 Add an explicit dependency on pkgconf 2013-09-02 21:04:00 +00:00
Baptiste Daroussin
77aed62c7d Add an explicit dependency on pkgconf 2013-09-02 20:51:40 +00:00
Baptiste Daroussin
0e4c70bcc8 Add an explicit dependency on pkgconf 2013-09-02 19:55:48 +00:00
Baptiste Daroussin
a7c739819b Pass maintainership to x11@ 2013-09-02 15:58:29 +00:00
Baptiste Daroussin
591aba0faa Add an explicit dependency on pkgconf 2013-09-02 15:26:23 +00:00
Baptiste Daroussin
9a065f4ccf Add an explicit dependency on pkgconf 2013-09-02 14:11:19 +00:00
Baptiste Daroussin
77d5662e7c Add an explicit dependency on pkgconf 2013-09-02 13:54:45 +00:00
Tijl Coosemans
f86cad0ce3 Two imake related changes:
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
   For ports that don't need -a introduce USES=imake:notall.
   This way ports no longer have to redefine XMKMF.

2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
   to set CPP, CC and CXX.  This creates the top Makefile, and then xmkmf
   runs make Makefiles.  This Makefiles target runs imake for each
   subdirectory but these imake invocations did not have the flags from
   IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
   when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
   Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
   imake let imake handle IMAKECPPFLAGS itself just like it handles
   IMAKEINCLUDE.

   This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.

Approved by:	portmgr (bapt)
2013-09-02 13:26:34 +00:00
Niclas Zeising
3741caa42d A bunch of cleanups and fixes.
Fix build with compiler is gccXX (where xx is for instance 46, 47) by
running autoconf to generate a working configure.
Use ${REINPLACE_CMD} instead of hand-rolled sed.  Change regexp to work on
configure.in instead of configure, since we'll autoconf configure.in anyway.
Check for libutil.h alongside util.h, and make use of that if it is found.
Make detection and use of gettext work with all compilers.  Add locale
messages to plist.
Bump portrevision.

Noticed by:	avg (build issues)
Tested by:	avg
2013-09-02 12:05:58 +00:00
Baptiste Daroussin
d16ff17925 Add an explicit dependency on pkgconfig
Reported by:	antoine
2013-09-02 11:56:52 +00:00
Renato Botelho
8009e03e6f Change my ports to USES (gmake|perl5) 2013-09-02 09:45:00 +00:00
Baptiste Daroussin
9ade528355 Add an explicit dependency on pkgconf 2013-09-02 09:00:15 +00:00
Niclas Zeising
5b6729df26 Add missing dependencies.
Bump portrevision (again).

PR:		ports/181726
Submitted by:	Pawel Pekala <pawel@FreeBSD.org>
2013-09-01 22:36:56 +00:00
Rene Ladan
27abcfb125 Remove expired ports:
2013-08-28 lang/gdc: Broken for more than 6 month
2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013
2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc
2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version
2013-09-01 devel/dsss: Depends on expired lang/gdc
2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer
2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer
2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer
2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer
2013-09-01 net/ipex: Broken on FreeBSD 8 and newer
2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer
2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer
2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer
2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer
2013-09-01 net/libproxy-mozjs: Does not work with newer libxul
2013-09-01 www/helixplugin: Does not work with newer libxul
2013-09-01 deskutils/chmsee: Does not work with newer libxul
2013-09-01 www/moonshine: Does not work with newer libxul
2013-09-01 x11/ggiterm: Unmaintained and broken
2013-09-01 graphics/libggigcp: Unmaintained
2013-09-01 graphics/libggimisc: Unmaintained
2013-09-01 graphics/libggiwmh: Unmaintained
2013-09-01 devel/libgiigic: Unmaintained
2013-09-01 games/koth: Unmaintained
2013-09-01 15:06:45 +00:00
Niclas Zeising
d1232ff78f Fix plist.
Bump portrevision.

noticed by:	QAT
2013-09-01 01:15:24 +00:00
Niclas Zeising
c97fef8a33 Update to 5.22
While here, switch USE_GMAKE=yes to USES=gmake
2013-08-31 23:55:40 +00:00
Baptiste Daroussin
d20742f0c1 Add explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
2013-08-31 01:17:11 +00:00
Baptiste Daroussin
f5f0ec5b2c Eradicate USE_GNOME=pkgconfig from x11
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
2013-08-30 23:38:43 +00:00
William Grzybowski
c670b5b56c x11/lxpanel: fix distfile fetch
- Fix distfile fetch

Reported by:	bdrewery
2013-08-30 13:10:45 +00:00
Sunpoet Po-Chuan Hsieh
fdd462485d - Remove Author line 2013-08-29 18:06:47 +00:00
Sunpoet Po-Chuan Hsieh
9e12ae1e0f - Use single space after WWW: 2013-08-29 04:10:37 +00:00
David Chisnall
3bec8741ff Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.

Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases.  Future commits will fix them.

Approved by:	bapt
2013-08-28 18:26:01 +00:00
Niclas Zeising
c30daf2012 Update to 0.1.0
Add dependency on gperf.
Fix build with out ancient gcc.
2013-08-28 12:19:55 +00:00
Rene Ladan
829b60e37d Remove expired ports:
2013-08-27 lang/ldc-devel: Broken for more than 6 month
2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month
2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month
2013-08-27 sysutils/avfs: Broken for more than 6 month
2013-08-27 multimedia/mp4split: Broken for more than 6 month
2013-08-27 net-mgmt/noc: Broken for more than 6 month
2013-08-27 sysutils/empower: Broken for more than 6 month
2013-08-27 emulators/xgngeo: Broken for more than 6 month
2013-08-27 graphics/geglmm: Broken for more than 6 month
2013-08-27 sysutils/libumberlog: Broken for more than 6 month
2013-08-27 net/wizd: Broken for more than 6 month
2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month
2013-08-27 palm/barry: Broken for more than 6 month
2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month
2013-08-27 news/lottanzb: Broken for more than 6 month
2013-08-27 textproc/xaira: Broken for more than 6 month
2013-08-27 graphics/f90gl: Broken for more than 6 month
2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month
2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month
2013-08-27 math/dislin: Broken for more than 6 month
2013-08-27 irc/smuxi: Broken for more than 6 month
2013-08-27 18:57:00 +00:00
William Grzybowski
149b1a234e x11/lxpanel: update to 0.6.0
- Update to 0.6.0
2013-08-27 15:32:57 +00:00
Niclas Zeising
8a0accef87 Add conflicts between x11/libXtrans and x11/xtrans, they install the same
files. [1]
Mark x11/libXtrans as DEPRECATED, since it is obsolteted upstream, and set
removal date one month from now.  Nothing in ports uses x11/libXtrans
anyway.

PR:		ports/181512 [1]
Submitted by:	Gerald Pfeifer <gerald@pfeifer.com> [1]
2013-08-26 10:07:01 +00:00
Jimmy Olgeni
8138761f5e Bump PORTREVISION due to iPython package name change. 2013-08-25 16:14:26 +00:00
Baptiste Daroussin
f5622b4a4b - update to 2.5
- change LIB_DEPENDS to new format
- remove upstreamed patch
- add a dependency on the new libxkbcommon

Approved by:	dhn (implicit)
2013-08-22 22:56:25 +00:00
Baptiste Daroussin
1e3df1adfa xkbcommon is a library to handle keyboard descriptions, including loading them
from disk, parsing them and handling their state. It's mainly meant for client
toolkits, window systems, and other system applications

WWW: http://xkbcommon.org/
2013-08-22 22:48:04 +00:00
Alexey Dokuchaev
c520e24c87 Fix NVidia drivers correctly after KVA space allocation API changes in
recent -CURRENT (after r254025).  Previously it would immediately core
dump upon loading of nvidia.ko.

PR:		ports/181144 (fix suggested in the audit trail)
Reviewed by:	jhb
Timeout from:	jeff (no cookie)
2013-08-20 03:21:50 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Olivier Duchateau
00debe3799 Whisker Menu is an alternate application launcher for the Xfce Desktop.
WWW: http://gottcode.org/xfce4-whiskermenu-plugin/
2013-08-17 08:28:01 +00:00
Alexey Dokuchaev
83b4c7ea73 In modern world of parallel builds and our new bmake(1) imake's popular
MakeSubdirs() macro becomes very unsafe, as it hooks the subdirectories'
build commands to the "all" target, along with main program executable.
If MakeSubdirs() was used to build a dependency of the main program, it
is highly likely that parallel build (-jX) will fail; and that's what's
happening to this port here.

To remedy the problem, use NamedTargetSubdirs() instead; also make sure
that correct make(1) implementation would be used for sub-makes (ignore
bogus "MAKE = make" set by imake in generated Makefiles).

While here, improve wording and formatting in the port description.

Reported by:	marino
2013-08-15 10:32:22 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Niclas Zeising
6130d92617 Update to 1.2.3 2013-08-14 14:39:26 +00:00
Niclas Zeising
1f08ace289 Update to 1.2.2. 2013-08-14 14:39:01 +00:00
Niclas Zeising
0c0692f1ec Update to 1.1.2 2013-08-14 13:44:33 +00:00
Niclas Zeising
8e0ed287c3 Update to 1.0.6 2013-08-14 13:43:49 +00:00
Niclas Zeising
0ef157e3f9 Update to 1.6.1
Obtained from:	xorg development repo
2013-08-14 13:08:58 +00:00
Alexey Dokuchaev
e2b3af7853 - Unbreak the build on recent -CURRENT after r254025 [1]
- Respect custom SRC_BASE (e.g. when set in /etc/make.conf) [2]
- Few non-functional changes (mostly comments; particularly, restore hint
  about MASTER_SITE_SUBDIR, bogusly changed by yours truly in r315754)

PR:	ports/181118 [1]
	ports/176733 [2]
2013-08-08 04:39:00 +00:00
Niclas Zeising
a059fd1b76 Switch to USES= gmake instad. 2013-08-07 23:43:22 +00:00
Niclas Zeising
8dad23a925 Add a new port xcb-util-cursor, XCB replacement for libXcursor. 2013-08-07 23:39:28 +00:00
Niclas Zeising
9142267090 Don't hardcode the use of gcc.
PR:		ports/180384
Submitted by:	zeising
Approved by:	Maintainer timeout (one month)
2013-08-07 23:36:35 +00:00
Grzegorz Blach
fa1ad4bd21 - Update EFL to 1.7.8
- Update Enlightenment to 0.17.4

Approved by:	crees, tabthorpe (mentors, implicit)
2013-08-07 20:57:26 +00:00
Alexey Dokuchaev
63986910ed - Update NVidia driver to the latest LTS stable version, 319.32
- Only offer FREEBSD_AGP option when it is actually supported
- Use new syntax for specifying LIB_DEPENDS
- Buffer overflow in nvidia_sysctl_bus_type() was fixed in 319.23
2013-08-07 09:35:04 +00:00
Andrej Zverev
43f0c9f153 - Convert to new perl framework
- Trim Makefile header

Approved by:	tobez@ (maintainer)
2013-08-05 15:05:29 +00:00
Baptiste Daroussin
612eb27633 - update to 1.0.3 2013-08-04 20:19:48 +00:00
Baptiste Daroussin
c1946f8ac8 Use new LIB_DEPENDS format 2013-08-04 15:05:40 +00:00
Baptiste Daroussin
ba2df61696 Add missing build deps
Reported by:	antoine
Pointyhat to:	bapt
2013-08-04 14:51:03 +00:00
Andrej Zverev
02e9fe1085 - Convert to new perl framework
Approved by:	bapt@ (x11@)
2013-08-04 12:53:54 +00:00
Baptiste Daroussin
6d726bc84e - update to 1.0.5 2013-08-04 00:08:23 +00:00
Baptiste Daroussin
c6dcb4fc6a - update to 1.2.0 2013-08-04 00:04:42 +00:00
Baptiste Daroussin
e91db2d433 - update to 2.3.2 2013-08-04 00:03:33 +00:00
Baptiste Daroussin
9b6f0413dd - update to 1.0.6 2013-08-03 23:58:37 +00:00
Andrej Zverev
911aeddd51 - Convert to new perl framework
- Trim Makefile header
2013-08-02 16:55:05 +00:00
Christian Weisgerber
9c7a77ab1e For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
2013-08-01 20:22:27 +00:00
Alexey Dokuchaev
07856ccb50 - Unbreak parallel (-jX) builds (have to use GNU make)
- Move USE* knobs earlier in Makefile, before OPTIONS
- Contract COMMAND and make it more readable while here
2013-07-31 08:13:51 +00:00
Andrej Zverev
0c32f39711 - Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header

Reviewed by:	bapt@ (exp-run)
Approved by:	bapt@ (portmrg@)
2013-07-31 06:54:09 +00:00
Dmitry Marakasov
015964fe8e - Trim Makefile header 2013-07-29 19:38:37 +00:00
Baptiste Daroussin
ab20a94680 Deprecate and set expiration date for ports broken for more than 6 month 2013-07-26 23:20:17 +00:00
John Marino
25b5722c1e x11/deforoas-libdesktop: Not jobs safe
set MAKE_JOBS_UNSAFE and make portlint happy.

Approved by:	bapt/culot (mentors, implicit)
2013-07-26 19:46:21 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Andrej Zverev
f7d3d08d5d - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:  bapt@ (portmrg@)
2013-07-26 18:02:28 +00:00
Baptiste Daroussin
4fb79c18e5 Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils.
2013-07-26 06:47:04 +00:00
Pawel Pekala
1579942252 Update to version 1.1.1
PR:		ports/180811
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-07-25 13:59:32 +00:00
Emanuel Haupt
ea0f02dfeb Remove MAKE_JOBS_SAFE which is now default. 2013-07-24 08:19:07 +00:00
Martin Wilke
603329d987 - Update to 3.5
PR:		180691
Submitted by:	orts Fury
2013-07-22 15:25:58 +00:00
Veniamin Gvozdikov
862c06b489 - Changed my email
- Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
2013-07-22 14:34:22 +00:00
Max Brazhnikov
08dbc86dfb Don't touch $HOME/.config during build stage 2013-07-22 14:25:27 +00:00
Koop Mast
21376e44c0 Mark jobs unsafe.
Submitted by:	pointyhat via miwi
2013-07-22 13:24:50 +00:00
Rene Ladan
843ff6bc09 Undeprecate, x11-wm/libdockapp is available again. 2013-07-21 21:33:40 +00:00
Niclas Zeising
224dd65c08 Update to 1.0.6 2013-07-19 12:34:35 +00:00
Niclas Zeising
6bf968ead9 Update to 1.0.6 2013-07-17 14:21:10 +00:00
Niclas Zeising
4ae18146f5 Update to 1.4.1
Obtained from:	xorg development repo
2013-07-17 11:46:14 +00:00
Niclas Zeising
55062ada3d Update to 1.1.2
Obtained from:	xorg development repo
2013-07-17 11:45:00 +00:00