1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

333814 Commits

Author SHA1 Message Date
Tijl Coosemans
2ffbea1568 Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on all
dependent ports and convert them to USES=libtool too.

audio/scrobbler:
- USES=tar:bzip2.
- Don't link with libstdc++.

audio/xmms-bonk:
- Don't link with libstdc++.

audio/xmms-flac:
- Remove unneeded dependencies.
- Remove $FreeBSD$ from patches.

audio/xmms-scrobbler:
- Use OPTIONS_SLAVE.

audio/xmms-timidity:
- USES=tar:bzip2.
- Install the library instead of the source code file.

audio/xmms-volnorm:
- Remove do-install.
2014-05-04 18:48:54 +00:00
Sunpoet Po-Chuan Hsieh
98f62693ce - Use USES=tar:xz
- Move EXTRACT_ONLY and LICENSE upwards
- Silence post-extract: and post-patch:
2014-05-04 16:46:03 +00:00
Sergey A. Osokin
518e721449 Update from 1.4.7 to 1.6.0.
Temporary disable third-party modules and patches:
o http_upstream_sticky
o postgres
o syslog_support
o tcp_proxy

ChangeLog:	http://nginx.org/en/CHANGES-1.6
2014-05-04 16:41:16 +00:00
Sunpoet Po-Chuan Hsieh
158c680cfe - Fix segfault when devel/ncurses installed
PR:		ports/189326
Submitted by:	ashish
2014-05-04 16:28:14 +00:00
Sergey A. Osokin
2c59b06f02 Update from 1.5.13 to 1.7.0.
Temporary disable passenger support, patching require.

<ChangeLog>

*) Feature: backend SSL certificate verification.

*) Feature: support for SNI while working with SSL backends.

*) Feature: the $ssl_server_name variable.

*) Feature: the "if" parameter of the "access_log" directive.

</ChangeLog>
2014-05-04 15:54:49 +00:00
Sunpoet Po-Chuan Hsieh
d21f8c4177 - Update to 3.360
- Build and install static library
- Bump PORTREVISION for astro/cfitsio shlib change

Changes:	http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2014-05-04 15:37:11 +00:00
Sunpoet Po-Chuan Hsieh
05328dea7c - Fix build when print/texinfo installed
- Bump PORTREVISION for package change

PR:		ports/186850
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2014-05-04 15:31:38 +00:00
Sunpoet Po-Chuan Hsieh
25b9d76b40 - Pet portlint: rename patch files 2014-05-04 15:31:11 +00:00
Johan van Selst
a2703243a4 Update to tin 2.2.1 2014-05-04 15:21:21 +00:00
Li-Wen Hsu
e0fc4ee41d - Update to 1.562 2014-05-04 14:54:27 +00:00
Alex Kozlov
1d5180d096 - Update MASTER_SITES
- Bump PORTREVISION, distfile has been rerolled

MFH:	2014Q2
2014-05-04 14:36:50 +00:00
Matthew Seaman
b196595973 Update to 3.4
Account for differences between bmake (FreeBSD 10.0 and above) and fmake

   - USES+=tar:xz
2014-05-04 13:23:03 +00:00
Sunpoet Po-Chuan Hsieh
e0091d85cb - Add LICENSE
- Update COMMENT and pkg-descr
- Take maintainership
2014-05-04 12:53:03 +00:00
Sunpoet Po-Chuan Hsieh
61d6b5f937 - Add LICENSE
- Update COMMENT and pkg-descr
- Take maintainership
2014-05-04 12:52:56 +00:00
Sunpoet Po-Chuan Hsieh
8dac821898 - Add LICENSE
- Update COMMENT and pkg-descr
- Take maintainership
2014-05-04 12:52:50 +00:00
Sunpoet Po-Chuan Hsieh
90838000ae - Add LICENSE
- Update pkg-descr
- Take maintainership
2014-05-04 12:52:43 +00:00
Sunpoet Po-Chuan Hsieh
598e2a8375 - Add LICENSE
- Reformat pkg-descr
- Take maintainership
2014-05-04 12:52:37 +00:00
Sunpoet Po-Chuan Hsieh
0804b62863 - Add LICENSE
- Sort PLIST
- Update pkg-descr
- Take maintainership
2014-05-04 12:52:31 +00:00
Sunpoet Po-Chuan Hsieh
48434c685e - Update COMMENT and pkg-descr
- Take maintainership
2014-05-04 12:52:25 +00:00
Sunpoet Po-Chuan Hsieh
0397576f3e - Add LICENSE
- Remove Author line
- Reformat pkg-descr
- Take maintainership
2014-05-04 12:52:19 +00:00
Sunpoet Po-Chuan Hsieh
af904dc36e - Add LICENSE
- Reformat pkg-descr
- Take maintainership
2014-05-04 12:52:13 +00:00
Sunpoet Po-Chuan Hsieh
d75a700209 - Update to 20140502
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20140502.diff
2014-05-04 12:52:08 +00:00
Ryan Steinmetz
9cd9c7dccc - Document strongSwan vulnerability (CVE-2014-2338)
- Add additional reminder to document port variants
2014-05-04 12:43:27 +00:00
Raphael Kubo da Costa
176cfc8d3e Add upstream patch that fixes the build on -CURRENT.
In file included from ../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/language/itemreader.cpp:36:
../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/parser/qmljsparser_p.h:156:17: error: logical not is only applied to the left hand side of this comparison [-Werror,-Wlogical-not-parentheses]
            if (! d.kind == DiagnosticMessage::Warning)
                ^        ~~
../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/parser/qmljsparser_p.h:156:17: note: add parentheses after the '!' to evaluate the comparison first
            if (! d.kind == DiagnosticMessage::Warning)
                ^
                  (                                   )
../../../../../../qt-creator-2.8.0-src/src/shared/qbs/src/lib/parser/qmljsparser_p.h:156:17: note: add parentheses around left hand side expression to silence this warning
            if (! d.kind == DiagnosticMessage::Warning)
                ^
                (       )
1 error generated.

MFH:		2014Q2
2014-05-04 12:20:32 +00:00
Thierry Thomas
ee93a49cbc It seems that FreeBSD-9.2 does'nt like 'std::__1'...
Reported by:	Jenkins via swills
2014-05-04 10:57:52 +00:00
Rene Ladan
32e92194b7 Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher
2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14
2014-04-30 net/asterisk14: Broken and unsupported
2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14
2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg
2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile
2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef
2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef
2014-05-01 net/py-spreadmodule: Depends on expired net/spread
2014-05-01 net/p5-Spread-Message: Depends on expired net/spread
2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread
2014-05-01 net/p5-Spread-Session: Depends on expired net/spread
2014-05-01 sysutils/wmmemload: Broken
2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 x11-wm/stumpwm: Broken for more than 4 months
2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8.
2014-05-01 net/pchar: Obsolete, abandoned
2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
2014-05-04 10:51:02 +00:00
Rene Ladan
496193d869 Remove expired port:
2014-05-01 net/wackamole: Depends on expired www/spread
2014-05-04 10:25:35 +00:00
Sunpoet Po-Chuan Hsieh
a0f79f2d13 - Add LICENSE
- Reformat pkg-descr
- Take maintainership
2014-05-04 06:09:47 +00:00
Sunpoet Po-Chuan Hsieh
2cf2356746 - Take maintainership 2014-05-04 04:07:00 +00:00
Bryan Drewery
009875f080 - Ignore MTREE owned PREFIX and PREFIX/info removal for now.
The removal of PREFIX/info may be a bug in bsd.port.mk and needs
  more testing.

With hat:	portmgr
Reported by:	gerald
2014-05-04 03:09:58 +00:00
Bryan Drewery
f6add42b9a - Always ignore /root/.ccache. Missed with r352918
With hat:	portmgr
2014-05-04 03:08:38 +00:00
Mark Linimon
7cc9d7ccb3 Update maintainer's address.
PR:		ports/189223
Submitted by:	maintainer
2014-05-04 02:05:40 +00:00
Tijl Coosemans
ff57a36a58 audio/sdl_sound:
- USES=libtool.
- Strip library.
- Replace patch+reinplace with a single reinplace.
- Remove a patch so we use the upstream library name again.  Bump
  PORTREVISION on all dependent ports.

games/alephone:
- USES=gmake tar:bzip2.
- Remove unneeded PKG_CONFIG variable.
- Staging.
- New LIB_DEPENDS syntax.

games/asc:
- USES=libtool.

games/gltron:
- New LIB_DEPENDS syntax.
- USES=gmake.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Use option helpers.
- Staging.

lang/kroc: (still BROKEN due to use of "python" command)
- New LIB_DEPENDS syntax.
- USES=pathfix tar:bzip2.
- Staging.
- Replace patches with post-patch.
- Replace MAKE with MAKE_CMD.

lang/smalltalk:
- USES=libtool tar:xz.
- Use BROKEN_sparc64.
2014-05-03 18:58:57 +00:00
Sunpoet Po-Chuan Hsieh
dad068d84d - Add LICENSE
- Use += for CFLAGS
- Remove Author line
2014-05-03 18:23:45 +00:00
Sunpoet Po-Chuan Hsieh
b44a6e2658 - Remove Author line 2014-05-03 18:21:43 +00:00
Sunpoet Po-Chuan Hsieh
a6a4856dbe # - Add LICENSE
- Pass maintainership to submitter

PR:		ports/189238
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-03 18:18:33 +00:00
Dirk Meyer
eaac0ade39 - Security patch
Security: CVE-2014-0198
Security: http://seclists.org/oss-sec/2014/q2/232
Security: https://rt.openssl.org/Ticket/Display.html?user=guest&pass=guest&id=3321
Obtained from:	OpenBSD
2014-05-03 16:36:42 +00:00
Sunpoet Po-Chuan Hsieh
11dfc497cc - Add p5-Cwd-Guard 0.04
CORE::chdir Cwd::Guard can change the current directory (chdir) using a limited
scope.

WWW: http://search.cpan.org/dist/Cwd-Guard/
2014-05-03 16:24:01 +00:00
Sunpoet Po-Chuan Hsieh
ad122a41af - Update to 0.10
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Module-Build-XSUtil/Changes
2014-05-03 16:23:42 +00:00
Sunpoet Po-Chuan Hsieh
7562efa222 - Update to 2.7.4
Changes:	https://github.com/guard/listen/releases
2014-05-03 16:23:33 +00:00
Sunpoet Po-Chuan Hsieh
597a7da114 - Convert to new LIB_DEPENDS format
Approved by:	portmgr (blanket)
2014-05-03 16:20:54 +00:00
Raphael Kubo da Costa
c4dbc2c799 Import upstream commit to fix the build with recent versions of GCC.
getcwd(3) needs unistd.h.

MFH:		2014Q2
2014-05-03 15:58:23 +00:00
Raphael Kubo da Costa
78a69b6da1 Prevent the port from hardcoding its own CFLAGS/CXXFLAGS.
This should fix the build with clang 3.4, which refuses to accept options
such as -fforce-addr and -fno-force-addr.

While here, update the port's website in pkg-descr as well.

MFH:		2014Q2
2014-05-03 15:49:51 +00:00
Guido Falsi
113d0b56ba - Update to 1.35.0
PR:		ports/189265
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2014-05-03 15:45:25 +00:00
Pawel Pekala
db5f642837 - Fix staging when DOCS=off [1]
- Switch to PLIST_FILES
- Use options helpers

PR:		ports/188390 [1] (patch not used)
Submitted by:	Alexey Markov <redrat@mail.ru>
2014-05-03 15:24:02 +00:00
Johan van Selst
856212a41b Only try to remove directories that have been installed;
fixes installation with TOOLBOX disabled

PR:		ports/188994
Submitted by:	novel
2014-05-03 15:11:29 +00:00
Bryan Drewery
03fd5eb749 - Fix WITH_CCACHE_BUILD support (fix build) with ports that use
HOME=/dev/null to avoid staging violations. This will force
  CCACHE_DIR=/root/.ccache when running as root, and otherwise
  will force CCACHE_DIR to be manually set.

With hat:	portmgr
PR:		ports/186410 [textproc/xmlto build]
Reported by:	mandree, Rainer Duffner <rainer@ultra-secure.de>
MFH:		2014Q2
2014-05-03 15:11:01 +00:00
Johan van Selst
6e20b4730a Update CyaSSL to 3.0.0 2014-05-03 14:55:30 +00:00
Sunpoet Po-Chuan Hsieh
8d1e4dff6e - Fix PLIST
- Bump PORTREVISION for package change

Reported by:	tijl
2014-05-03 14:53:12 +00:00
Carlo Strub
256330039e Update to 0.2.9 2014-05-03 14:40:35 +00:00