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

6428 Commits

Author SHA1 Message Date
Pietro Cerutti
3eb114d1a3 - Bump PORTREVISION on Tcl/Tk ports so that r316025 takes effect
Reported by:	bdrewery
2013-05-22 13:04:58 +00:00
Koop Mast
3d5f704231 Update to 2.24.18. 2013-05-22 12:03:16 +00:00
Koop Mast
c0e23506ba Make PORTDOCS in the -reference framework overwriteable.
So some of the -reference ports that install multiple docs or "books" can
make sure they get installed correctly. This impacts the -reference ports
of glib20, gtk20 and gtk30.

The problem was that for example in glib20 the reference was installed in
share/doc/glib/{glib,gio,gobject} however devhelp only look in
share/doc/${book} for the *.devhelp2 file.

PR:		ports/173577
Submitted by:	Victor Balada Diaz <victor@bsdes.net>
2013-05-22 11:32:22 +00:00
Raphael Kubo da Costa
00093d96e5 Patch multiple vulnerabilities in x11-toolkits/plib.
PR:		ports/178710
Submitted by:	Denny Lin <dennylin93@hs.ntnu.edu.tw>
2013-05-19 14:06:36 +00:00
Grzegorz Blach
4aa416657e - Update EFL libraries to 1.7.7
- Update Enlightenment to 0.17.3

Approved by:	crees (mentor)
2013-05-18 19:36:31 +00:00
Pietro Cerutti
083991bbf1 - Fix typo, introduced in my previous commit 2013-05-17 21:56:21 +00:00
Pietro Cerutti
364d6b0e9d - Add explicit USE_XORG=X11 so CONFIGURE_ARGS gets --x-includes
Reported by:	PortBuild (via erwin)
2013-05-17 21:54:30 +00:00
Raphael Kubo da Costa
ac6d3964e4 Add the patch I added to qt4-corelib in r317896 to some other Qt ports.
These ports which previously failed to build with clang-i386 use their
private copies of the qsimd_p.h header, since this private header is not
installed at all (which, in turns, makes the PORTREVISION bump in
qt4-corelib quite useless).

We thus need to add a copy of the same patch to all these ports to make sure
the qsim_p.h they use when being built is actually the one we want.

Hopefully this gets miwi happy and people on clang-i386 can build these
ports again.
2013-05-15 11:40:38 +00:00
Pietro Cerutti
0c2458a66c - Fix build with Tcl/Tk 8.6
Reported by:	miwi (Tcl/Tk 86 exp-run)
Approved by:	portmgr
2013-05-15 09:44:44 +00:00
Pietro Cerutti
f3a78c5dfa - Fix build on amd64 < 9.0 by disabling assembly optimizations 2013-05-15 08:43:42 +00:00
Pietro Cerutti
1c92957e84 - Fix build with Tcl/Tk 8.6 [1]
- Trim Makefile headers
- Fix WWW line in pkg-descr
- Remove article from COMMENT

Reported by:	miwi (Tcl/Tk 86 exp-run)
Approved by:	portmgr
2013-05-14 14:16:52 +00:00
Pietro Cerutti
925db9714b - Fix PLIST
Reported by:	QAT
2013-05-14 07:06:21 +00:00
Pietro Cerutti
44f845b7b4 - Update to 2.0.1
- Fix build with Tcl/Tk 8.6 [1]

Reported by:	miwi (Tcl/Tk 86 exp-run)
2013-05-13 15:46:13 +00:00
Pietro Cerutti
c851a36d5c - Update to 2.4.1
- Fix build with Tcl/Tk 8.6 [1]

Reported by:	miwi (Tcl/Tk 86 exp-run)
2013-05-13 15:45:17 +00:00
Pietro Cerutti
a78c39b47e - Fix build with Tcl 8.6
Reported by:	miwi (Tcl/Tk 86 exp-run)
2013-05-13 15:42:49 +00:00
Pietro Cerutti
fcd211203a - Update to 1.7.39
Changes:
  * Small changes to return types in FXIO (and subclasses) for flush(),
    eof().
  * FXSemaphore implemented in terms of mutex and condition on MacOSX and
    Minix.
  * FXMat4d and FXMat2d AVX accelerated when compiled for AVX.
  * ADA programming language patterns added to Adie's syntax file.
  * Fix in PathFinder escapement of filenames prior to spawning process to
    open document.
  * Compile-time check improved before implementing call to utimensat() in
    FXStat.
2013-05-13 14:50:52 +00:00
Pietro Cerutti
53514d0e91 - Respect PREFIX and DOCSDIR
Reported by:	miwi (Tcl/Tk 86 exp-run)
2013-05-13 13:22:54 +00:00
Koop Mast
dc6182f187 This ports will link to dbus-glib if available. Switch to dbus-glib so it
always enables DBUS support in unique.

PR:		ports/178287
Submitted by:	pawel@
2013-05-13 11:44:07 +00:00
Guido Falsi
26f1270650 Update to 0.1.6 2013-05-13 11:24:55 +00:00
Oliver Lehmann
ab5f19a195 fix compile with boost >= 1.50 2013-05-13 08:37:48 +00:00
Max Brazhnikov
7678193c3d - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description

[1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
2013-05-12 11:48:49 +00:00
Raphael Kubo da Costa
760949cffa Import my upstream commit to fix the detection of 3dNOW! support.
The patch was originally written by dim@ and fixes the way Qt includes the
<mm3dnow.h> header. See the upstream commits' message for more information.

Practically speaking, this should make the Qt ports build with clang on i386
again, and allows us to revert commits r316233, r316348 and r316341: miwi
was very laconic in his commit messages, but the changes all point to the
issue being fixed here.

Submitted by:	dim
2013-05-11 17:31:45 +00:00
Olivier Duchateau
edee314615 - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
2013-05-08 16:05:21 +00:00
Baptiste Daroussin
83b78f74bc Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLS 2013-05-06 06:41:15 +00:00
Bryan Drewery
63f76304d6 - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
  without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
  to always have a number

Reviewed by:	bapt
Spotted by:	John Marino <draco@marino.st>
With hat:	portmgr
2013-05-04 14:06:08 +00:00
Guido Falsi
94e79cbba1 - Update to 3.3.1
PR:		ports/178307, ports/178308
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2013-05-03 20:50:15 +00:00
Emanuel Haupt
0430877db8 Chase security/libgcrypt update 2013-05-03 17:37:13 +00:00
Jason Helfman
469eb887d2 - conversion to USES framework for gettext
Approved by:	portmgr (bapt@)
2013-05-01 07:20:26 +00:00
Armin Pirkovitsch
d16d2ca423 - Update lang/librep to 0.92.3
- Remove shlib versions
 - Add USE_READLINE and USES= pkgconfig
 - Update CPPFLAGS and LDFLAGS
 - Update pkg-descr

- Update x11-toolkits/rep-gtk2 to 0.90.8.1

- Update x11-wm/sawfish to 1.9.1
 - Add ART20 license and set LICENSE_COMB to multi
 - Update USE_XORG to include xtst
 - Add USES= pkgconfig
 - Add PORTSCOUT to exclude unstable releases

- Trim Makefile headers
- Update MASTER_SITES

PR:           ports/170173
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
2013-04-30 17:43:43 +00:00
Baptiste Daroussin
1b7bb411e0 Update to use: USES+= ada
Additionally:
1) A pre-generated reference manual has been added as a second distfile and is installed
2) License added
3) DESTDIR support added (comes from pkgsrc) (will be useful once staging will hit the tree)
4) gcc 4.7-specific patches
5) PLIST order alphabetically and fix issues with it.

PR:		ports/178145
Submitted by:	John Marino <draco@marino.st>
2013-04-30 11:57:02 +00:00
Baptiste Daroussin
dddd7142fb Remove latest references to USE_BISON 2013-04-29 12:59:35 +00:00
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Baptiste Daroussin
56c5e147c5 Convert the last USE_ICONV to USES=iconv 2013-04-27 22:09:15 +00:00
Koop Mast
05d2886d27 Add Gstreamer 1.0.7. This is the new stable version of the
Gstreamer multimedia framework.

Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter
for the porters handbook about gstreamer is a work in progress.

X related plugins are now stand alone. The gio plugin is now part of the
gstreamer1-plugins port and the oss plugins are now part of the
gstreamer1-plugins-good port.

Note that the pulseaudio plugin is missing because it needs a newer version
of pulseaudio. Also there are still a number of plugins from -bad which
haven't been ported to the 1.0 API yet.
2013-04-27 20:56:38 +00:00
Dirk Meyer
89d548370a - update WWW 2013-04-27 08:43:32 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Sunpoet Po-Chuan Hsieh
bac3ab41c1 - Add LICENSE
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header
2013-04-23 17:09:04 +00:00
Sunpoet Po-Chuan Hsieh
1aa9d303bc - Add LICENSE
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header
2013-04-23 17:07:20 +00:00
Pietro Cerutti
24eec8eea8 - Chase x11-toolkits/fox16 shlib version bump 2013-04-23 16:45:40 +00:00
Pietro Cerutti
2de1af3e3f - Update to 1.6.49
Changes:
  * Check index out of bounds in FXTabBook::setCurrent().
2013-04-23 16:41:07 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Pietro Cerutti
fef02240ea - Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
  default, I don't expect this change to cause much trouble)
2013-04-23 11:51:52 +00:00
Grzegorz Blach
3325b5d3dd - Update EFL libraries to 1.7.6(.1)
- Update Enlightenment to 0.17.2.1

Approved by:	crees (mentor)
2013-04-22 20:35:19 +00:00
Martin Wilke
1e188c75cf - Make qt4 compile under FreeBSD 10
Approved by:	makc @#kde-freebsd/freenode
2013-04-22 15:03:18 +00:00
Pietro Cerutti
80feea0bb3 - Fix a long standing problem in tclConfig.sh and tkConfig.sh, where paths
were set based on WRKSRC instead of PREFIX.

  This mainly affected TEA-based extensions that source tclConfig.sh /
  tkConfig.sh to set important variables. An example is TCL_SRC_DIR, which
  is used to locate Tcl/Tk private header files such as tclUnixPort.h or
  tkUnixPort.h. This variable was previously set to WRKSRC, which caused
  ports to need additional tweaks to CFLAGS or CONFIGURE_ARGS.

  It should now be possible to build TEA-based extensions by specifying only
  the CONFIGURE_ARGS --with-tcl=${TCL_LIBDIR} / --with-tk=${TK_LIBDIR}.

Feature safe:	yes
Approved by:	bapt (portmgr)
2013-04-18 08:20:59 +00:00
Dirk Meyer
cfa113c350 - make portlint happier
- drop maintainership
  cause options where removed
Feature safe: yes
2013-04-17 21:49:30 +00:00
Martin Wilke
5f5b735619 - Mark BROKEN fails to build
I/usr/local/include -DUSE_XIM -c rbgdkcursor.c
rbgdkcursor.c:48:27: error: rbgdkcursors.h: No such file or directory
*** Error code 1

Feature safe:	yes
2013-04-17 15:31:06 +00:00
Pietro Cerutti
3b9788da01 - Update Tcl/Tk 8.5 to 8.5.14
Release notes: http://code.activestate.com/lists/tcl-core/13208/

Feature safe:	yes
2013-04-17 08:59:53 +00:00