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

1375 Commits

Author SHA1 Message Date
Danilo Egea Gondolfo
1917a7f985 - Update from 3.1.0 to 3.2.0 [1]
- Add license [1]
- Use options helpers

PR:		ports/184088
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer) [1]
2013-11-20 16:15:07 +00:00
Raphael Kubo da Costa
88eb687a3f Deprecate x11-fm/xnc.
It does not have a website anymore, it fails to build on all supported
FreeBSD releases and its latest release dates back to 2005.
2013-11-17 22:09:53 +00:00
Jimmy Olgeni
94f6aa6edc - Switch to USES=gmake.
- Add staging support.
- Do not mute install commands.
2013-11-08 15:20:42 +00:00
William Grzybowski
ad730d949f x11-fm/deforaos-browser: update to 0.4.13
- Update to 0.4.13
- Allow staging
- Convert lib depends to new format

PR:		ports/183632
Submitted by:	maintainer
2013-11-04 19:58:20 +00:00
Dmitry Sivachenko
c0c301fc05 release 2013-10-27 09:25:40 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Olivier Duchateau
0798d61585 - Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Replace APIDOCS option by DOCS
- Fix NLS, when it's unset
- Standardize 'startup-notification' description
2013-10-23 20:24:47 +00:00
Dmitry Marakasov
73b7596b94 - Remove manual creation and removal of share/applications, as it's now in the mtree (remaining categories)
- Add note on mtree change to CHANGES

Approved by:	portmgr (bdrewery)
2013-10-22 14:04:01 +00:00
Danilo Egea Gondolfo
5ec712fb13 - Update from 2.19.4 to 3.1.0 [1]
- Drop .asc file
- Add stage support
- Use shebangfix instead of REINPLACE_CMD

PR:		ports/183078
Submitted by:	Simon Dick <simond@irrelevant.org> (maintainer) [1]
2013-10-19 06:06:54 +00:00
Pietro Cerutti
9fdc5b3006 - Update to 13.07.25.13
- Convert to USES+=tk
- Take maintainership (tcltk@FreeBSD.org)
- Move PORTDOCS into DATADIR, since they're used by the program itself
- STAGE-clean
2013-10-15 07:43:07 +00:00
Olivier Duchateau
263a2c9319 - Support STAGEDIR
- Convert to new LIB_DEPENDS format
2013-10-14 20:07:52 +00:00
John Marino
4ede5e9b24 Explicitly link libraries on 10 unmaintained ports
The following ports will not build with a binutils 2.22+ linker built
with standard options.  This has been obvious with DPorts, but difficult
to see on FreeBSD.  However, setting the ports compiler as a recent gcc
(e.g lang/gcc48) is an excellent way to detect the unspecified but needed
libraries as these recent GCC compilers use the latest binutils linkers.
These patches were tested on FreeBSD 8.4 and DragonFly 3.5
2013-10-08 00:15:34 +00:00
Pietro Cerutti
c61b256827 - Bump PORTREVISION on ports dependent on FOX. This is needed because we
now use ltverhack on FOX. This should be the last time.
2013-10-07 13:15:43 +00:00
Rusmir Dusko
9dc4054971 x11/menu-cache
- Update to 0.5.0
- Change maintainer email to @FreeBSD.org
- Remove not needed patches

x11/lxde-meta

- Bump PORTREVISION
- Change maintainer email to @FreeBSD.org
- Add dependency for deskutils/lxshortcut
- Add NO_MTREE=yes

x11/libfm

- Bump PORTREVISION
- Support STAGEDIR
- Preserve original *.conf files with stage

x11-fm/pcmanfm

- Bump PORTREVISION
- Support STAGEDIR
- Preserve original *.conf files

x11/lxpanel

- Bump PORTREVISION

Approved by:	wg/pawel (mentors)
2013-10-04 23:10:53 +00:00
Jose Alonso Cardenas Marquez
b748c845b6 - Update to 0.5.7
- Add plugins suppport

PR:		ports/181217
Submitted by:	Benat Gonzalez Etxepare <bbtruk __ at __ users.sourceforge.net>
2013-10-02 03:24:25 +00:00
Jose Alonso Cardenas Marquez
1f27e79deb - Bump PORTREVISION. Lazarus has been updated to 1.0.12
- Fix MAN file installatin
2013-09-30 18:16:32 +00:00
Baptiste Daroussin
f0d1c93f67 Add NO_STAGE all over the place in preparation for the staging support (cat: x11-fm) 2013-09-20 23:49:39 +00:00
Rusmir Dusko
0005115f5c - Update to 1.1.2
- Change maintainer email gmx.ch --> FreeBSD.org
- Use the new format for LIB_DEPENDS

Approved by:	wxs/wg/pawel (mentors)
2013-09-16 18:15:34 +00:00
Baptiste Daroussin
926c80457b Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-16 17:07:26 +00:00
Baptiste Daroussin
0e45c62718 Remove USE_GCC=any: builds properly with clang 2013-09-14 11:04:29 +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
Andrej Zverev
1539e0886b - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 09:54:08 +00:00
Antoine Brodin
11008fac27 Add an explicit dependency on pkgconf
Approved by:	portmgr (bapt)
2013-09-09 18:54:28 +00:00
Sunpoet Po-Chuan Hsieh
7684922546 - Use single space after WWW: 2013-09-07 17:20:21 +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
Baptiste Daroussin
d11a89df9c Add an explicit dependency on pkgconf 2013-09-03 12:56:24 +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
c41a62214e Add an explicit dependency on pkgconf 2013-09-02 22:23:53 +00:00
Baptiste Daroussin
8302173231 Add an explicit dependency on pkgconf 2013-09-02 21:04:00 +00:00
Marcus von Appen
e949ae34bf - fix PLIST after the update 2013-09-01 16:40:33 +00:00
Marcus von Appen
6956975932 - Update to 0.9.0 2013-09-01 15:33:31 +00:00
Pietro Cerutti
25d1c72b89 - Fix PLIST
Reported by:	QAT
2013-08-28 07:40:25 +00:00
Pietro Cerutti
bc2679a35c - Update to 1.35
- Most patches have been accepted upstreams. The remaining ones have been
  submitted on http://sourceforge.net/p/xfe/bugs/176/

  Release notes:

  This release adds a scripts feature: like in Nautilus, users can now apply
  custom shell scripts to a list of selected files. See the documentation page
  for more information.
  The default keyboard shortcut for the file rename operation was changed to
  F2. Swedish and greek translation were updated. A spanish colombian
  translation was also added. And as usual, several bugs were fixed.
2013-08-28 07:28:51 +00:00
Alexey Dokuchaev
960a87e37c - Unbreak parallel (-jX) builds by calling sub-makes correctly
- Avoid hardcoding version in DISTNAME, use modern LIB_DEPENDS syntax
- Do not install COPYING as portdocs, use LICENSE framework instead
- Fix the build against Clang (return should match function prototype)
- Cleanup do-install target recipe while I am here

Approved by:	miwi, bapt (portmgr, implicit)
2013-08-24 14:31:18 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Andrej Zverev
2569b886ba - Fix usage of USES
Approved by:	kwm@ (gnome@)
2013-08-04 07:26:19 +00:00
Mathieu Arnold
62a41b423b - Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-03 13:44:00 +00:00
Alexey Dokuchaev
ed1050ad9c - Trim Makefile header, comment out dead MASTER_SITES
- Patch internal makefiles to allow parallel (-jX) builds
- Touch COMMENT and port description, remove dead URL
- Wrap one overly long line; miscellaneous port cleanups
2013-07-31 07:25:25 +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
Pawel Pekala
81e587d42e - Update to version 1.1.1
- Convert to new options macros

PR:		ports/180810
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-07-24 20:06:46 +00:00
William Grzybowski
626fd597cd x11-fm/rodent: pass maintainership
- Pass maintainership (asked via mailing list) [1]
- USES gmake
- Remove leading article from COMMENT

PR:		ports/180618 [1]
Submitted by:	Jens K. Loewe <bsd tuxproject.de> (maintainer)
2013-07-17 21:07:44 +00:00
Baptiste Daroussin
a232992c7c Mark jobs unsafe
Convert to USES=gmake where appropriate
Trim headers
2013-07-10 13:12:03 +00:00
Baptiste Daroussin
942c2a28be Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
2013-07-10 07:00:44 +00:00
William Grzybowski
8da6dc218d x11-fm/doublecmd: update to 0.5.5
- Update to 0.5.5

Changes:
http://doublecmd.sourceforge.net/mediawiki/index.php/Changes_in_version_0.5.5

PR:		ports/180240
Submitted by:	Beñat Etxepare <bbtruk@users.sourceforge.net> (maintainer)
2013-07-04 23:01:34 +00:00
Antoine Brodin
5a30f26406 Add missing directories to pkg-plist 2013-06-29 21:25:53 +00:00
Baptiste Daroussin
ee366fa440 Convert to USES=imake 2013-06-28 23:01:51 +00:00
Wen Heping
8e7af6457d - Pass maintainership to submitter
PR:		179695
Submitted by:	nemysis <nemysis@gmx.ch> (new maintainer)
2013-06-19 00:11:07 +00:00
Kris Moore
6de1d9ba59 Send some ports back to the pool that I no longer have time for 2013-06-18 15:55:34 +00:00