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

327111 Commits

Author SHA1 Message Date
Martin Wilke
7b28e29fcd - Stage support 2014-02-26 04:45:03 +00:00
Martin Wilke
a18bcc14a7 - Stage support 2014-02-26 04:44:57 +00:00
Martin Wilke
92e23e8280 - Stage support 2014-02-26 04:44:52 +00:00
Martin Wilke
42a4770ed0 - Stage support 2014-02-26 04:44:45 +00:00
Martin Wilke
ad90949307 - Stage support 2014-02-26 04:44:38 +00:00
Xin LI
93755d56d8 Oops, committed a stale version of Makefile. 2014-02-26 04:08:17 +00:00
Xin LI
771e747dc6 Update libinotify-kqueue to its latest version. 2014-02-26 03:07:28 +00:00
John Marino
992e52807e x11-wm/stumpwm: Failed to restore broken port, mark for deletion in 2 months
This port supposedly builds with two different lisp compilers.  The
default one caused a BROKEN definition, so the fix seemed simple: remove
the default and let the other compiler build it.

It didn't work.  The other compiler requires a non-default option (new clx)
meaning it wouldn't build in poudriere, and moreover the test for it was
broken.  I fixed the test, but the makefile looks for lisp.run in the
wrong place.

I believe clisp could build this unmaintained port with sufficient patches,
but they won't come from me.  I started to clean the port up a bit, and
I left those improvements in place.  Somebody else wil need to need to
restore SBCL support and/or CLISP support within 2 months, otherwise this
port is headed to the garbage collector.
2014-02-26 00:57:39 +00:00
Rene Ladan
db5399d0fd Add one more forgotten patch to fix the build.
Submitted by:	nox
2014-02-26 00:35:54 +00:00
Rene Ladan
e17145ae38 Add a patch that slipped through first to try to fix the build once more ...
Noticed by:	John Carr, nox
2014-02-26 00:13:30 +00:00
John Marino
2000fd9c85 x11-clocks/wmfuzzy: Update at 1 hertz instead of 10 khz
This fuzzy clock display only changes approximately every 5 minutes, so
it's crazy that it internally updates every 10 microseconds.  Save CPU
and let it sleep a second at a time.

While here, remove indefinite article from comment, remove unnecessary
NOPORTDOCS check, and indicate GPLv2 license.

PR:		ports/181137
Submitted-by:	Marcus Reid
2014-02-25 23:49:18 +00:00
Matthew Seaman
e7119c1853 Update to 2.1.6
This is a routine maintenance release.

Release notes:	  http://sphinxsearch.com/blog/2014/02/25/sphinx-2-1-6-release-now-available/
2014-02-25 23:04:06 +00:00
Pawel Pekala
3885c577e6 Add staging support
PR:		ports/187066
Submitted by:	maintainer
2014-02-25 21:17:17 +00:00
Pawel Pekala
61e7e3049e Update to version 20140214
PR:		ports/186892
Submitted by:	Vitaly Magerya <vmagerya@gmail.com>
Approved by:	maintainer
2014-02-25 21:03:26 +00:00
Rene Ladan
b21c619912 Fix manual patch editing.
Pointy hat:	rene
Submitted by:	Thomas Hoffmann via freebsd-chromium
2014-02-25 20:50:50 +00:00
Max Brazhnikov
72740e7244 net-im/kopete-kde4:
- Both security/libotr3 and security/libotr install libotr.so. Explicitly
  require libotr.so.5 from security/libotr because kopete can't be built
  with old version.

PR:		ports/186943
Submitted by:	amdmi3
2014-02-25 20:33:41 +00:00
Warner Losh
917e0f3238 Force gcc, since gxemul isn't clang ready yet.
Fix for building with gcc 4.6 due to slight differences in namespace
pollution.
2014-02-25 20:32:40 +00:00
Koop Mast
8e9a2ad5ef Update gstreamer to 1.2.3.
Switch from USE_GNOME=ltverhack to USES=libtool
2014-02-25 20:26:10 +00:00
Thierry Thomas
92a4e2f950 Fix configure for default case.
${opt}_CONFIGURE_WITH does not work as I expected...
2014-02-25 20:16:29 +00:00
Pawel Pekala
779ba8c6dd - Convert to new LIB_DEPENDS format [1]
- USE_GMAKE=yes -> USES=gmake [1]
- Use options helpers, subs [1]
- Add DOCS to options menu, don't set plist subs for it - it's
  done automatically with PORTDOCS usage
- Delete LATEST_LINK line, PKGNAMESUFFIX is set
- Finish STAGEDIR conversion: don't install conf file in stagedir this is
  now done with @exec, @unexec commands in pkg-plist, install docs files
  unconditionally, don't show pkg-message twice
- Fix pkg-plist directory misspellings

PR:		ports/186871 [1]
Submitted by:	maintainer
2014-02-25 20:01:59 +00:00
Carlo Strub
6d8c7c968c Report new vulnerability in otrs to vuxml
Security:	CVE-2014-1695
2014-02-25 19:45:18 +00:00
Rene Ladan
a601e2fb08 Remove expired ports:
2014-02-25 japanese/ruby-man: Documents EOLd version of Ruby and unmaintained
2014-02-25 lang/ruby-programmingruby: Documents EOLd version of Ruby and unmaintained
2014-02-25 lang/ruby-man: Documents EOLd version of Ruby and unmaintained
2014-02-25 lang/ruby-usersguide: Documents EOLd version of Ruby and unmaintained
2014-02-25 graphics/wmgrabimage: No more public distfiles
2014-02-25 19:32:51 +00:00
Rene Ladan
84acf4957d Update distinfo for r346060
Noticed by:	antoine
MFH:		2014Q1
2014-02-25 19:21:00 +00:00
Jung-uk Kim
5436ddf062 Update to 4.1.5. It is partially based on the following PR.
PR:		ports/186265
2014-02-25 19:09:28 +00:00
Jung-uk Kim
03345f4e55 Update to 0.10.2. 2014-02-25 19:07:35 +00:00
Rene Ladan
c055a2984b www/chromium: Update to 33.0.1750.117 [0]
Fix the crash when closing the history/settings tab [1]

Submitted by:	John Carr <jfc@mit.edu> via freebsd-chromium [1]
Security:	http://vuxml.org/freebsd/9dd47fa3-9d53-11e3-b20f-00262d5ed8ee.html [0]
2014-02-25 18:58:03 +00:00
Pawel Pekala
1724495404 Fix crashes in dbmail-pop3d as per
http://www.dbmail.org/mantis/view.php?id=1043

PR:		ports/186869
Submitted by:	maintainer
2014-02-25 18:39:00 +00:00
Mathieu Arnold
251f4effc1 Staging.
Sponsored by:	Absolight
2014-02-25 18:31:15 +00:00
Jung-uk Kim
0e1f988eb6 Fix plist. 2014-02-25 18:31:09 +00:00
Jung-uk Kim
c554496cca Fix plist. 2014-02-25 18:27:02 +00:00
Jung-uk Kim
8579487288 Fix plist. 2014-02-25 18:19:47 +00:00
Rusmir Dusko
83fc5ff730 - Update to 1.4, Announce message:
New features:
     Read EXIF and IPTC metadata
     Nitrogen support
     Updated translations

 Fixes:
     Preserve metadata after image modification
     Rendidering artifacts when panning

- Add dependencies for devel/gnome-common, textproc/p5-XML-Parser and
  graphics/exiv2
- Remove master sites, use GitHub=yes
- Change USES, remove shared-mime-info, add desktop-file-utils
- Add missing USE_AUTOTOOLS items
- Change DOCS
- Break lines around 80 characters
- Remove INSTALL_MAN, changed by Upstream
- Remove obsolete patch, add patch-Makefile.am
  libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am
2014-02-25 18:04:37 +00:00
Emanuel Haupt
cf5a9012e9 Support staging 2014-02-25 17:34:58 +00:00
Thierry Thomas
dbfdbc658b Adding a option to allow the replacement of the cryptographic library
sodium by NaCl.

Do not bump PORTREVISION, because this does not affect the default.
2014-02-25 17:34:49 +00:00
Emanuel Haupt
3816ba5f77 Support staging 2014-02-25 17:29:51 +00:00
Emanuel Haupt
a9be3d6fcf Support staging 2014-02-25 17:21:15 +00:00
Emanuel Haupt
72f15076fb Support staging 2014-02-25 17:20:25 +00:00
Sunpoet Po-Chuan Hsieh
91ffaa9e4c - Update to 7.4.192
- Convert to new options heplper (*_OFF usage)

Changes:	https://code.google.com/p/vim/source/list
2014-02-25 16:50:34 +00:00
Emanuel Haupt
195e8285ac Support staging 2014-02-25 16:20:32 +00:00
Emanuel Haupt
84e4cdf950 Support staging 2014-02-25 16:17:59 +00:00
John Marino
0a4ba82fec x11-fonts/sharefonts: Actually support stage this time 2014-02-25 16:16:12 +00:00
Emanuel Haupt
38a5c4f1e0 Support staging 2014-02-25 16:15:10 +00:00
Emanuel Haupt
527e2c3683 Support staging 2014-02-25 16:12:40 +00:00
Emanuel Haupt
1efaf06ad3 Support staging 2014-02-25 16:11:37 +00:00
Emanuel Haupt
c75b2e3fbf Support staging 2014-02-25 16:10:17 +00:00
Emanuel Haupt
c64628c24f - Support staging
- Don't install VCS files
- Use COPYTREE_SHARE instead of CP
2014-02-25 16:08:19 +00:00
Emanuel Haupt
f4728df430 - Support staging
- Remove glue for ancient unsupported FreeBSD versions
2014-02-25 15:56:59 +00:00
Emanuel Haupt
024a4ae96d Support staging 2014-02-25 15:54:02 +00:00
Emanuel Haupt
01a258883d - Support staging
- Use shebangfix
2014-02-25 15:51:09 +00:00
Emanuel Haupt
a31254472d Support staging 2014-02-25 15:47:47 +00:00