Commit graph

24831 commits

Author SHA1 Message Date
Joe Marcus Clarke
a849fe4716 Update to 1.10.7 and convert to new LIB_DEPENDS. 2014-04-27 21:54:54 +00:00
Antoine Brodin
888a04b606 Update to 1.12
PR:		ports/187977
Approved by:	maintainer timeout (1 month)
2014-04-27 15:32:07 +00:00
Steve Wills
09dc5f4878 - Update to 0.9.12
- Add LICENSE
- Sort RUN_DEPENDS

PR:		ports/189036
Submitted by:	sunpoet
2014-04-27 15:28:47 +00:00
Antoine Brodin
7d06e3b526 Mark a few unfetchable ports BROKEN
With hat:	portmgr
2014-04-27 14:38:18 +00:00
Matthew Seaman
f660a251cd Add patches from the PLA git repository http://sourceforge.net/u/nihilisticz/phpldapadmin/commit_browser
These solve a function name clash with a new php-5.5 built-in and use
of the deprecated preg_replace /e modifier.

Submitted by:	Zhang Huangbin
Obtained from:	http://sourceforge.net/u/nihilisticz/phpldapadmin/commit_browser
2014-04-27 09:51:17 +00:00
Steve Wills
01e4b0b7cb - Add LICENSE
PR:		ports/189034
Submitted by:	sunpoet
2014-04-27 02:30:52 +00:00
Sunpoet Po-Chuan Hsieh
a951e192db - Update to 2.17
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-Dict/Changes
2014-04-27 00:03:41 +00:00
Sunpoet Po-Chuan Hsieh
66546a5a9b - Update to 1.6.4 2014-04-26 18:12:04 +00:00
Sunpoet Po-Chuan Hsieh
ace5e9a959 - Update to 2.16
Changes:	http://search.cpan.org/dist/Net-Dict/Changes
2014-04-26 18:10:19 +00:00
Renato Botelho
b36fa7d2df Fix build when WITHOUT_MAN is defined
PR:		ports/189008
Submitted by:	Lev Serebryakov <lev@FreeBSD.org>
2014-04-26 13:06:32 +00:00
Dmitry Sivachenko
91f48ae9d6 Update to version 1.5-dev24. 2014-04-26 10:35:18 +00:00
Martin Wilke
9ad2a38f32 - Support USE_GITHUP
PR:		187760
Submitted by:	Ports FUry
2014-04-26 02:38:00 +00:00
Martin Wilke
a7adc8b717 - Fix build on -current
- Add LICENSE
- Stage support

PR:		187762
Submitted by:	ports fury
2014-04-26 02:36:52 +00:00
Baptiste Daroussin
10e8d0e423 Support stage 2014-04-25 23:08:08 +00:00
Baptiste Daroussin
353b7ee41a Support stage 2014-04-25 23:03:46 +00:00
Baptiste Daroussin
c92a57b22a Support stage 2014-04-25 23:01:35 +00:00
Baptiste Daroussin
970c165d87 Bump portrevision forgotten previously 2014-04-25 22:56:07 +00:00
Baptiste Daroussin
0881217566 Support stage 2014-04-25 22:55:35 +00:00
Baptiste Daroussin
3054bf7154 Support stage
Switch to USES=libtool
2014-04-25 22:54:09 +00:00
Baptiste Daroussin
d4ec49ef6c Support stage 2014-04-25 22:52:11 +00:00
Baptiste Daroussin
d3629354f5 Support stage 2014-04-25 22:50:51 +00:00
Rusmir Dusko
85a9bb661e - Update to 1.3.12
- Strip library
2014-04-25 20:02:11 +00:00
Danilo Egea Gondolfo
e2c126c70f - Update from 1.8 to 1.8.1 2014-04-25 14:55:11 +00:00
Baptiste Daroussin
862e5bf88f Bump portrevision after changes in gstreamer-plugins master port
Fix gstreamer-plugins-bad after changes in the master port
2014-04-25 12:46:45 +00:00
Martin Wilke
8f11471618 - Update to 1.0.5
- Added LICENSE

PR:		188827
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-25 12:17:56 +00:00
Martin Wilke
972d102f53 - Update to 1.1.2
- Added LICENSE

PR:		188948
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-25 12:12:19 +00:00
Timur I. Bakeyev
4266097471 WANT_OPENLDAP_SASL seems conflicting with ldb and it's not confirmed yet(?)
that it's necessary.
2014-04-24 21:00:29 +00:00
Timur I. Bakeyev
c2970af8d9 WINBIND remained masked in the plist, which made it incomplete. 2014-04-24 20:33:34 +00:00
Roman Bogorodskiy
962489f56b Update to 14.2.0. 2014-04-24 18:28:29 +00:00
Mathieu Arnold
cf28d260c6 Remove the last @comment $FreeBSD$ from plists.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:26:48 +00:00
Dmitry Marakasov
52ccc10922 - Optionize 2014-04-24 15:11:01 +00:00
Dmitry Marakasov
cf0cc34961 - Unbreak on 10.x+ by using gcc
- Support staging
- Switch USE_GMAKE to USES
- Use mew LIB_DEPENDS syntax
- Optionize
2014-04-24 15:01:05 +00:00
Tijl Coosemans
ce5a9a5d44 Update gstreamer 1.0 ports to version 1.2.4. 2014-04-23 14:22:47 +00:00
Mathieu Arnold
7ceac7c815 Fix build.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-23 13:33:49 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Antoine Brodin
86c6462fcb Fix for real
No bump needed as it didn't build

With hat:	portmgr
2014-04-22 23:00:01 +00:00
Carlo Strub
eb8a0128ea I'll take it. 2014-04-22 20:42:45 +00:00
Ruslan Makhmatkhanov
774cdf16a6 Return this port back to Yvan.
Reported by:	thierry
2014-04-22 19:32:02 +00:00
Olivier Duchateau
f55ae52e54 - Update to 1.8.2
- Use PYDISTUTILS_AUTOPLIST
2014-04-22 18:42:43 +00:00
Baptiste Daroussin
7751fb0ecc Fix build with clang/libc++
Fix regeneration of the configure [1]
While here switch to lua 5.2

Reported by:	mat [1]
2014-04-22 17:21:32 +00:00
Baptiste Daroussin
2056aea33d Allow packaging as a user (running ldconfig in the stage is completly useless) 2014-04-22 16:03:28 +00:00
Ryan Steinmetz
919225eb3c - Clean up *.orig files before build
- Bump PORTREVISION
2014-04-22 13:57:09 +00:00
Ruslan Makhmatkhanov
010cf885fc net/scapy: take maintainership 2014-04-22 08:08:28 +00:00
Mark Linimon
769f43b13e Reset vanhu@netasq.com: email bounces. 2014-04-22 02:55:43 +00:00
Ryan Steinmetz
edcee68f77 - Pull in fix for p5-Moose warnings
- Pacify portlint(1)
- Bump PORTREVISION
2014-04-22 01:28:18 +00:00
John Marino
77ce50732f net/ss5: Fix on clang, DragonFly, and support stage
I estimated it would take me 15 minutes to incorporate the PR, but boy
was I wrong.  After several HOURS I finally got this port staged,
building on FreeBSD 10+, DragonFly too, and fix accomplished the
intent of the PR (don't clobber conf files, less noisy).

Staging revealed the original port was installing undocumented files.
Clang was having issues with the "inline" directives and I could only
get it to build on clang by removing them (this doesn't mean the
functions won't be inlined, nor does the directive mean that it will.)

Anyway -- a gift.  I wouldn't have done this had I know how much work
it was going to be.  I also should have overwritten the install
target instead of patch the vendor Makefile, that would have been a
lot easier and faster.

PR:		ports/176676
Submitted by:	Lawrence Chen
Approved by:	maintainer (Raffaele DeLorenzo)
Other work by:	marino
MFH:		2014Q2
2014-04-21 18:14:29 +00:00
Johan van Selst
81ba0cd2d9 Update to OAuth lib 1.0.3 2014-04-21 13:26:52 +00:00
Timur I. Bakeyev
4db88e3e73 Convert(?) net/samba36 to STAGEDIR 2014-04-21 11:18:35 +00:00
Olli Hauer
be59e9da7a - fix build on FreeBSD <= 10
- add stage support

PR:		186559 [1]
PR:		183444
Submitted by:	ohauer [1]
Approved by:	maintainer-timeout
2014-04-21 08:09:57 +00:00
Bryan Drewery
23a1cad535 - Fix plist to have proper 'rmdir DIR' ordering.
Pkgng will not detect the directory otherwise. This was due to
  incorrectly advise in the check-stagedir.sh script, fixed in
  r351587

With hat:	portmgr
2014-04-21 01:14:53 +00:00