1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

8550 Commits

Author SHA1 Message Date
John Marino
c2d2830e9e Assign maintainership of x11/dzen2 to Zsolt Udvari per request 2014-07-27 10:02:09 +00:00
John Marino
e891dad7f2 x11/xcb: Fix incorrectly built app-defaults file
The app-defaults file for xcb was not built correctly as a consequence of
the switch to clang and replacement of gcc's cpp to tradcpp which is more
strict about the order of the parameters.  The filename must be last on
the command line otherwise a zero-length file is created.

Fixed by moving the filename parameter to the end of the cpp command

PR:		188203
Submitted by:	callum (omma.gibson.athome)
2014-07-27 08:51:37 +00:00
John Marino
dd0250f5b0 x11/dzen2: gadgets and docs support
* Can build and install gadgets optionally
  * Install docs
  * minor fixes
  * Reset maintainer (two timeouts, not heard from since 2008)

PR:		191128
Submitted by:	Zsolt Udvari
2014-07-27 01:29:03 +00:00
Dmitry Marakasov
e3cc604e9c - Convert texproc/uim and friends to USES=libtool, drop .la files
- Bump ports dependent on uim as some .so versions have changed
- While here, convert some USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr blanket
2014-07-25 12:19:07 +00:00
Baptiste Daroussin
752da6b94b Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-24 16:33:10 +00:00
Guido Falsi
e99d0fcada - Update to 0.6.2
- Add devel/libsysinfo to LIB_DEPENDS
- Add x11/xmessage to RUN_DEPENDS
- Add netstatus, volumeasla, thermal, cpu, cpufreq,
  monitors and wnckpager plugins to CONFIGURE_ARGS
- Add cpufreq, netstatus and thermal plugin patches
- Add batt plugin patch
- Remove -Wno-return-type from CFLAGS
- Change ALSA_RUN_DEPENDS to ALSA_LIB_DEPENDS

PR:		190362
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
2014-07-24 13:12:35 +00:00
Dmitry Marakasov
53506387f7 - Switch to USES=libtool, drop .la files
- Strip binaries
- Fix shebangs
2014-07-24 11:27:04 +00:00
Raphael Kubo da Costa
c3f9087c48 Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.
... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to
the shlib version change.

This is brought to you by the KDE on FreeBSD team. Besides updating to newer
upstream releases, this commit also contains a lot of under-the-hood changes
to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of
cruft over time, so it was time for some summer cleaning:

- General, belated changes:
  * Use OPTIONS helpers wherever possible, stop including
    <bsd.port.options.mk> when not necessary, stop checking for
    ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary,
    add options such as DOCS and/or DEBUG where they were only checked for.

- QScintilla ports:
  * Drop the API option from py-qt4-qscintilla2. It had been broken ever
    since staging support was added, and its existence does not make much
    sense: QScintilla is a hard dependency regardless of the state of this
    option anyway, they all come from the same tarball and the configuration
    script assumes the .api file will always be installed.

- PyQt ports:
  * The configure.py patch shared by all PyQt ports has been trimmed down to
    the minimum. Changes for Qt3 compatibility or for things that are just
    not needed anymore have been removed.

  * Several post-configure targets in the PyQt ports have been removed, as
    they had no effect on the way the ports were built whatsoever.

  * In some cases, instead of calling Python's py_compile.py on `ls *.py
    */*.py */*/*.py` to generate .pyc and .pyo files, we just call
    compileall.py, which is made for this kind of task.

  * The patch + sed hack to build py-qt4-dbussupport has been replaced by
    only extracting the dbus/ directory for that port and excluding it from
    all others.

  * Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the
    non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large
    portion of all PyQt Makefiles were very similar and contained a lot of
    boilerplate code that can be shared among all of them since they all
    come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable
    that, when set, automatically sets several common variables and the
    do-configure target for a port. This allows us to considerably reduce
    the size of all the py-qt4-* Makefiles.

  * To make the above possible and also to allow us to use as many OPTIONS
    helpers as possible, the ARGS variable is now called CONFIGURE_ARGS.
    That's what it was used for anyway.

PR:		191990
2014-07-23 19:53:11 +00:00
Adam Weinberger
670f06c522 Remove quotes that surrounded entire _DESC strings.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-23 17:12:13 +00:00
Alexey Dokuchaev
281f5ab696 - Fix the build across the gang; stagify and undeprecate
- Update CONFLICTS, remove vestiges of Gnome 1.x support
2014-07-23 11:28:40 +00:00
Tijl Coosemans
c958a48581 Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed.  This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries.  For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries.  Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.

With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.

This partially reverts r358784.

PR:		191611
Approved by:	portmgr (bapt)
2014-07-23 10:28:03 +00:00
Dmitry Marakasov
6edb625ebc - Fix shebang
Approved by:	portmgr blanket
2014-07-23 09:41:10 +00:00
Dmitry Marakasov
83390a8b7f - Update to 0.85.0
- Bring back xine support
- Strip binaries
2014-07-22 22:08:29 +00:00
Rusmir Dusko
d33e5bfd7e - Update to 0.6.2, Announce message:
A lot of bug fixes.
    Add commands to the dbus interface.
    Add command line options to control the keyboard.
    Move at-spi2 handling to a new process in order to avoid deadlocks.
    Implement a floating icon for desktops with no systray.
    Fix gradients.
    remove deprecated GTK3 functions.

- Remove BUILD_DEPENDS and RUN_DEPENDS, implicit
- Add USES=libtool, .la
- Change USE_GSTREAMER to USE_GSTREAMER1
- Add --disable-static to CONFIGURE_ARGS
- Quote variable in CONFIGURE_ARGS
- Add NLS_CONFIGURE_ENABLE=nls
- Strip library
- Change pkg-plist

PR:		190363
Submitted by:	maintainer (Horia Racoviceanu)
2014-07-22 20:27:54 +00:00
Baptiste Daroussin
9d16fc36a8 Update to 7.0.26 2014-07-20 22:52:59 +00:00
Baptiste Daroussin
d519b6dc3f Update to 2.12
Strip binaries
2014-07-20 22:51:38 +00:00
Baptiste Daroussin
04278c1c2c Update to 1.0.6
Strip binaries
2014-07-20 22:49:21 +00:00
Baptiste Daroussin
75311f9fa0 Update to 1.0.9
Strip binaries
2014-07-20 22:48:30 +00:00
Baptiste Daroussin
7aecf960bb Update to 0.4.2
Strip binaries
2014-07-20 22:47:34 +00:00
Baptiste Daroussin
2ac766a699 Update to 1.7.4
Strip binaries
2014-07-20 22:46:12 +00:00
Baptiste Daroussin
066d023bd2 Update to 1.0.9
strip binaries
2014-07-20 22:45:00 +00:00
Baptiste Daroussin
82408f4141 Update to 2.3.1 2014-07-20 22:43:38 +00:00
Veniamin Gvozdikov
0af95c83f9 New port: x11/leechcraft
LeechCraft is a free open source cross-platform modular live environment.
It has modules for everything:

* Full-featured web-browser with support for all major web-standards.
* Advanced multiprotocol modular IM client currently supporting XMPP (Jabber),
IRC, WLM/MSN, MRIM and quite a few other protocols and with a bunch of
features from metacontacts and Off-The-Record support to audio calls.
* Collection-oriented media player with a lot of features from gapless
playback and transcoding for removable devices to social features like
recommended artists and nearby events.
* Efficient and fast BitTorrent client with full support for the BitTorrent
protocol and all its widespread extensions and magnet links.
* Modular document viewer supporting PDF, DjVu, PostScript, MOBI and other
formats.
* RSS feed reader supporting common feed formats with extensions like MediaRSS
or GeoRSS as well as with extensive support for Broadcatching and podcasts and
their automatic retrieval.
* User-space package manager with its own repository of plugins, themes, icons
and much more.
* A bunch of Desktop Environment-enabling modules from window manager
controller to power manager, taskbar, tray and a customizable panel.
* The "Summary" tab that displays all your downloads, updates and statuses.

PR:		170571
Submitted by:	myself
2014-07-20 16:13:50 +00:00
Emanuel Haupt
dba2c54526 - Add radio-style selection of Xaw3d/Xaw3dxft/neXtaw
- Add option to enable the logging function of xterm

Submitted by:   "S. Wall" <xterm-user@wallfamily.us> (based on)
2014-07-18 08:02:55 +00:00
Raphael Kubo da Costa
de5d8c26a8 Add patch to fix a SSL MITM vulnerability in the POP3 ioslave.
MFH:		2014Q3
Security:	4a114331-0d24-11e4-8dd2-5453ed2e2b49
2014-07-16 20:13:17 +00:00
Baptiste Daroussin
6ca92592d5 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:44:04 +00:00
Adam Weinberger
e894c29ad5 Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
2014-07-16 03:34:56 +00:00
Adam Weinberger
8f42b29354 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 17:14:33 +00:00
Emanuel Haupt
ca53ab48f7 Remove patches that are not functionally relevant (accidentally imported with
the previous commit).
2014-07-15 12:31:32 +00:00
Emanuel Haupt
03d9c6ceb8 Add an Xaw 3d xft library support option. 2014-07-15 12:24:32 +00:00
Baptiste Daroussin
ebad0cdb45 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:59:13 +00:00
Emanuel Haupt
0a84704697 Update to 309 2014-07-14 10:10:25 +00:00
Baptiste Daroussin
ce21d8d964 Convert to new LIB_DEPENDS
With hat:	portmgr
2014-07-13 16:59:42 +00:00
Jung-uk Kim
d3839cf9e1 Fix xshmfence_alloc_shm() on 8.3 and 9.x. O_CLOEXEC is available on all
supported versions but mkostemp(3) is only available from 10.0.  Therfore,
the fd was not properly initialized on them.
2014-07-08 21:06:40 +00:00
Sean Bruno
00ece54f31 Fix typo in pkgplist for options XDMSHELL
PR:		186391
Submitted by:	elrond@phoe.frmug.org
Reviewed by:	kwm
2014-07-08 15:51:09 +00:00
Sean Bruno
22b0bf9681 Move include of float.h to enable build on armv6
PR:		190983
Submitted by:	andrew@freebsd.org
Reviewed by:	mat@freebsd.org
2014-07-05 23:21:46 +00:00
Raphael Kubo da Costa
f19bffc0fe Fix the way --with-mmx is passed to configure.
<OPTION>_CONFIGURE_ARGS does not exist, so the option was not being passed
at all. We need <OPTION>_CONFIGURE_WITH here.

CR:		D357
Approved by:	olgeni (maintainer)
2014-07-05 19:32:50 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Adam Weinberger
6c12cc811b Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 23:16:47 +00:00
Rene Ladan
2cf40c9314 Remove expired ports:
2014-07-04 x11-clocks/wmitime
2014-07-04 x11/xorg-edit: Depends on older version of wxGTK
2014-07-04 18:53:35 +00:00
Baptiste Daroussin
f817e54335 Add dependency on perl (run)
Use options helpers
Use modern lib_depends
2014-07-04 09:58:49 +00:00
Danilo Egea Gondolfo
c699e30fbf - Update from 1.2.0 to 1.2.1
- Add libtoolize:env to USE_AUTOTOOLS
- Add static libraries to Options, remove from default
- Add nls to CONFIGURE_ARGS
while here
- Use @sample in pkg-plist

PR:		ports/191589
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
2014-07-04 04:06:22 +00:00
Dmitry Marakasov
99158e61c6 - Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES

Approved by:	portmgr blanket
2014-07-03 11:35:21 +00:00
Baptiste Daroussin
ed9c6dc173 Mark as broken and set deprecation date to stage EOL
With hat:	portmgr
2014-07-02 06:57:38 +00:00
Tijl Coosemans
366d3f6908 - New LIB_DEPENDS syntax
- Add USES=libtool
2014-07-01 22:16:23 +00:00
Tijl Coosemans
50279924cf Add USES=libtool 2014-07-01 21:43:54 +00:00
Tijl Coosemans
aaafc1cb96 - Convert to USES=libtool
- Rearrange Makefile a bit
2014-07-01 21:42:25 +00:00
Tijl Coosemans
0285fbcb07 - Fix problems with the location of the locale directory by setting
CPPFLAGS and LIBS instead of using a patch
- Use option helpers for NLS option
- Add USES=libtool
2014-07-01 21:08:43 +00:00
Tijl Coosemans
0167e3d083 - Install documentation in standard location
- Add USES=libtool and bump dependent ports
- Use OPTIONS_SUB
2014-07-01 19:38:35 +00:00
Tijl Coosemans
9a5583ea9e - USES=libtool tar:bzip2
- Remove pthread patches
2014-07-01 19:22:37 +00:00