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

312773 Commits

Author SHA1 Message Date
Emanuel Haupt
fad2f612fc Support staging 2013-10-22 20:45:54 +00:00
Emanuel Haupt
53cf2c903e Support staging 2013-10-22 20:44:50 +00:00
Rusmir Dusko
cac8438a16 - Change maintainer email to @FreeBSD.org
- Support STAGEDIR

Approved by:	pawel / wg (mentors, implicit)
2013-10-22 20:38:29 +00:00
Tijl Coosemans
85b3baf24b Change a configure test such that it no longer defines a nested function.
This fixes the build with clang.  While here support staging.

PR:		ports/182893
2013-10-22 20:22:46 +00:00
Jung-uk Kim
d6de7bac6f Allow overriding linker flags for standard C++ libraries and zlib. 2013-10-22 20:17:09 +00:00
Cy Schubert
3bd117e04b Convert to staging.
PR:		183186
Submitted by:	mat
2013-10-22 20:15:16 +00:00
Sunpoet Po-Chuan Hsieh
e69393a3ae - Add LICENSE
- Support STAGEDIR
2013-10-22 20:11:41 +00:00
Sunpoet Po-Chuan Hsieh
5b0f2466ec - Fix build on some Perl releases: it fails to build with 5.14.4 (current default)
- Add LICENSE
- Support STAGEDIR
2013-10-22 20:03:01 +00:00
Sunpoet Po-Chuan Hsieh
b5f79fe0bc - Add LICENSE
- Support STAGEDIR
2013-10-22 20:02:56 +00:00
Sunpoet Po-Chuan Hsieh
ed1f9565aa - Use USES=shebangfix
- Support STAGEDIR
- Bump PORTREVISION for package change
2013-10-22 20:02:50 +00:00
Sunpoet Po-Chuan Hsieh
d33ccc5904 - Update to 0.8.0
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Add options: DESKTOP, IPV6 and NCURSES
- Add ipv6 to CATEGORIES conditionally
- Support STAGEDIR
- Reformat pkg-descr
- Update WWW

Changes:	https://github.com/Ettercap/ettercap/releases
2013-10-22 20:02:43 +00:00
Emanuel Haupt
d3a28d7785 Support staging
PR:		183194
Submitted by:	mat
2013-10-22 19:50:00 +00:00
Dmitry Marakasov
064cbf1f1e - Respect PREFIX/LOCALBASE (always installs into /usr/local otherwise)
- Support staging
- Convert USE_GMAKE to USES
- Pet portlint by reordering stuff a bit

PR:		183062
Submitted by:	amdmi3
Approved by:	maintainer email bounces
2013-10-22 19:11:57 +00:00
Jimmy Olgeni
172360a1fa - Add staging support and simplify plist generation.
- Add LDFLAGS to unbreak the ODBC build.
- Remove unnecessary USE_CSTD (see r331232). [1]
- Remove build_plt target, which is overkill for normal usage anyway.

PR:           ports/180017 [1]
Submitted by: Stefan Grundmann <sg2342@googlemail.com> [1]
2013-10-22 19:02:06 +00:00
Tijl Coosemans
9e32881bc2 Reset MAINTAINER on xmms-* ports maintained by c.petrik.sosa@gmail.com.
Submitted by:	"Chris Petrik" <c.petrik.sosa@gmail.com>
2013-10-22 18:50:47 +00:00
Olivier Duchateau
d31424d211 Don't try to remove directories, we don't make.
Reported by:	Ports-QAT
2013-10-22 18:30:45 +00:00
Tijl Coosemans
331e4028ce Staging support. 2013-10-22 18:22:52 +00:00
Tijl Coosemans
9771899d89 Staging support. 2013-10-22 18:20:01 +00:00
Mathieu Arnold
ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent

I fixed a few PORTDOCS misusage, I'll do a second pass.

With Hat:	perl@
2013-10-22 16:57:44 +00:00
Raphael Kubo da Costa
b7dc0097d8 - Fix the build with libc++.
- Add a patch to ensure the port keeps building with the upcoming CMake
  2.8.12.
- Support staging.
- Stop being silent in the post-install target.
- Use the new syntax for defining dependencies and configuration arguments.
2013-10-22 16:50:10 +00:00
Olivier Duchateau
aa32f5c4fe Fix checksum
Reported by:	Ajtim
2013-10-22 16:49:54 +00:00
Martin Matuska
fc4bd66a18 Update pear-Horde_Service_Facebook to version 2.0.6 2013-10-22 16:38:26 +00:00
Martin Matuska
398513cef1 Add Horde_Mongo to available dependencies. 2013-10-22 16:36:14 +00:00
Martin Matuska
9245a57cf2 Comment defective dependency. 2013-10-22 16:34:45 +00:00
Martin Matuska
985c88e613 Provides an API to ensure that the PECL Mongo extension can be used
consistently across various Horde packages.

WWW: http://pear.horde.org
2013-10-22 16:30:35 +00:00
Tijl Coosemans
39abe8b571 - Support staging.
- USES=gmake.
2013-10-22 16:23:16 +00:00
Colin Percival
3160ffc247 Update for new __FreeBSD_version values with rc.d firstboot support. 2013-10-22 16:19:33 +00:00
Martin Matuska
e8c8bdc7bf Add missing dependency on pear-Horde_Socket_Client to pear-Horde_Smtp 2013-10-22 16:18:01 +00:00
Martin Matuska
27258225d4 This Horde class provides abstract class for use in creating PHP network
socket clients.

WWW: http://pear.horde.org
2013-10-22 16:15:08 +00:00
Vanilla I. Shu
84ede63fda support STAGEDIR. 2013-10-22 16:14:19 +00:00
Tijl Coosemans
e06a6fa4de - Support staging.
- New LIB_DEPENDS syntax.
- USES=gmake desktop-file-utils shared-mime-info.
- Options helpers.
2013-10-22 16:07:24 +00:00
Mathieu Arnold
68ea242665 Be less silent when installing things. 2013-10-22 16:06:10 +00:00
Martin Matuska
c79a152e7f Horde package update:
Horde_ActiveSync 2.8.4 -> 2.8.5
Horde_Alarm 2.0.4 -> 2.0.5
Horde_Core 2.10.0 -> 2.10.1
2013-10-22 16:05:29 +00:00
Tijl Coosemans
35ee5b279b - Support staging.
- New LIB_DEPENDS syntax.
- USES=gmake.
- Options helpers.
- Make the Requires field private in pkgconfig file.
2013-10-22 16:03:17 +00:00
Tijl Coosemans
f19c2149f8 - Support staging.
- USES=gmake.
- Options helpers.
- Make the Requires field private in pkgconfig file.
2013-10-22 16:02:19 +00:00
Tijl Coosemans
6084c6aff9 - Support staging.
- New LIB_DEPENDS syntax.
- USES=gmake.
- Options helpers.
- Make the Requires field private in pkgconfig file.
2013-10-22 16:01:23 +00:00
Tijl Coosemans
57a5f71819 - Support staging.
- USES=gmake.
- Make the Requires field private in pkgconfig file.
2013-10-22 15:59:35 +00:00
Jimmy Olgeni
2919d8fb2a - Add staging support and simplify plist generation.
- Add LDFLAGS to unbreak the ODBC build.
- Remove unnecessary USE_CSTD (see r331232). [1]
- Change PKGNAMESUFFIX to avoid using LATEST_LINK. [2]

PR:		ports/180017 [1]
Submitted by:	Stefan Grundmann <sg2342@googlemail.com> [1]
Submitted by:	tijl [2]
2013-10-22 14:59:32 +00:00
Guido Falsi
09d358dd31 - Convert to staging
- Convert to USES
- Use shebangfix where necessary
- Move most @exec/@unexec commands from plist to pkg-install/pkg-deinstall
  scripts
- Make rclint somewhat happier
- Convert to new LIB_DEPENDS format
- Strip binaries
- Take maintainership
2013-10-22 14:54:01 +00:00
Dmitry Marakasov
d40f1501ea - Support staging 2013-10-22 14:52:11 +00:00
Mathieu Arnold
79734e6575 Convert to staging. 2013-10-22 14:40:29 +00:00
Frederic Culot
b196a03145 - Update to 1.107
Changes:	http://search.cpan.org/dist/System-Command/Changes
2013-10-22 14:40:02 +00:00
Frederic Culot
545fc8cb45 - Update to 3.00
Changes:	http://search.cpan.org/dist/Module-CoreList/Changes
2013-10-22 14:34:39 +00:00
Dmitry Marakasov
ca708d79bf - Fix spelling of OPTIONS_DEFINE 2013-10-22 14:33:59 +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
Dmitry Marakasov
db25d63f5a - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [st])
Approved by:	portmgr (bdrewery)
2013-10-22 14:01:38 +00:00
Dmitry Marakasov
27d195667d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
Approved by:	portmgr (bdrewery)
2013-10-22 13:59:53 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Dmitry Marakasov
a2105d9f79 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by:	portmgr (bdrewery)
2013-10-22 13:57:35 +00:00
Dmitry Marakasov
d46ccd7303 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with m)
Approved by:	portmgr (bdrewery)
2013-10-22 13:56:27 +00:00