1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

333801 Commits

Author SHA1 Message Date
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
Johan van Selst
2b79a7cec5 Update to SWI Prolog 6.6.5 2014-05-03 14:40:24 +00:00
Carlo Strub
f65cfce1aa Update to 0.0.6 2014-05-03 14:39:58 +00:00
Sunpoet Po-Chuan Hsieh
557e6fffb5 - Add LIBTOOLIZE_ARGS
Suggested by:	tijl
2014-05-03 14:36:41 +00:00
Sunpoet Po-Chuan Hsieh
dc9e5ad6e7 - Fix WRKSRC 2014-05-03 14:35:33 +00:00
Johan van Selst
0ece88aa96 Update to the current version 2014-05-03 14:13:11 +00:00
Sunpoet Po-Chuan Hsieh
a3226f6efa - Add LICENSE 2014-05-03 14:10:25 +00:00
Grzegorz Blach
e5739512ea - Update to 0.13 2014-05-03 14:09:52 +00:00
Pawel Pekala
ff4d3f4514 - Add staging support
- Use options helpers, subs, define DOCS option
- Remove WWW line, page seems to not exist anymore
2014-05-03 14:07:58 +00:00
Pawel Pekala
2e789fafb0 Add staging support 2014-05-03 13:58:38 +00:00
Sunpoet Po-Chuan Hsieh
580784dbb9 - Fix DISTINFO_FILE 2014-05-03 12:00:10 +00:00
Sunpoet Po-Chuan Hsieh
9beca68f68 - Document the change of science/hdf5* and science/netcdf* 2014-05-03 11:46:18 +00:00
Antoine Brodin
4b4a0381fb Fix packaging with default options (without DOXYGEN)
With hat:	portmgr
2014-05-03 11:43:26 +00:00
Antoine Brodin
ababa233b5 Mark BROKEN: Violates stagedir and fails to package
====>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/share/mime/packages/pbi-thumbnail-mime.xml
extra: usr/local/etc/gconf/schemas/pbi-thumbnail.schemas
..
===>  Building package for pbi-thumbnailer-0.9.2_5
pkg-static: lstat(/wrkdirs/usr/ports/x11-fm/pbi-thumbnailer/work/stage/usr/local/share/mime/packages/pbi-thumbnail-mime.xml): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/x11-fm/pbi-thumbnailer/work/stage/usr/local/etc/gconf/schemas/pbi-thumbnail.schemas): No such file or directory

Reported by:	pkg-fallout
2014-05-03 11:23:26 +00:00