1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

3931 Commits

Author SHA1 Message Date
John Marino
f303c72212 archivers/kzip: Upgrade version 20070805 => 20091108
PR:		191205
Submitted by:	Carlos JPM
2014-07-27 01:16:18 +00:00
Adam Weinberger
670f06c522 Remove quotes that surrounded entire _DESC strings.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-23 17:12:13 +00:00
Johan van Selst
0d0f056de5 rpm4 does not build if default python is 3.x - force use of python 2.7
PR:		192061
Submitted by:	pi
2014-07-23 12:11:14 +00:00
Tijl Coosemans
c958a48581 Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed.  This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries.  For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries.  Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.

With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.

This partially reverts r358784.

PR:		191611
Approved by:	portmgr (bapt)
2014-07-23 10:28:03 +00:00
John Marino
5b071f7d0f archivers/liborange: Unbreak port by working around configure flaw
The configure error "Not configured with libgsf or libole2 but that's
needed for MSI support" is caused by using the wrong configure option
of MSI that was introduced in last commit.

Changing to MSI_CONFIGURE_ENABLE=libgsf to MSI_CONFIGURE_WITH=libgsf
should have solved the problem, but unfortunately there is a logic
flaw in the configure script.  If --without-libgsf is passed to it,
it mistakenly tries to find it anyway with pkgconfig and then fails.

The way to fix this properly is to patch the configure script, but I am
going to cheat by making libgsf an unconditional requirement as it was
before adamw fixed the options reversal.
2014-07-16 22:21:55 +00:00
Gabor Kovesdan
7ecd5630f2 - Update to 5.10
PR:		191231
Submitted by:	Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
2014-07-16 09:20:29 +00:00
Baptiste Daroussin
c9bf4ab3ee Fix some LIB_DEPENDS
With hat:	portmgr
2014-07-16 07:53:29 +00:00
Adam Weinberger
cff70035fd Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. 2014-07-16 03:47:05 +00:00
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
Adam Weinberger
73b7748ca9 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Also, remove NOPORTDOCS as requested by the pre-commit hook.
2014-07-15 14:39:56 +00:00
Yen-Ming Lee
ffc74b9105 - update to 0.0941 2014-07-15 03:31:34 +00:00
Sunpoet Po-Chuan Hsieh
42a15ee56c - Use USES=libtool
- Bump PORTREVISION for package change
2014-07-10 15:47:22 +00:00
Sunpoet Po-Chuan Hsieh
9a31660fdf - Use USES=libtool
- Bump PORTREVISION for package change
2014-07-10 15:47:18 +00:00
Martin Matuska
0f96734149 Horde replacement for serialize()/json_encode() that will automatically use the
most efficient serialization available based on the input.

WWW: http://pear.horde.org
2014-07-10 05:30:16 +00:00
William Grzybowski
1cee02cf4d archivers/xmill: fix build with clang
PR:		191372
Submitted by:	tkato432 yahoo com
2014-07-09 23:03:04 +00:00
Martin Matuska
9945b36663 2014-07-09 19:40:30 +00:00
John Marino
5d68b2a1ed archivers/unalz: Adjust patch for DragonFly support (dports) 2014-07-07 10:47:37 +00:00
Raphael Kubo da Costa
40d4edc545 <OPTION>_CONFIGURE_ARGS does not exist, we need CONFIGURE_ENABLE instead. 2014-07-04 20:08:27 +00:00
Frederic Culot
ffa1abb263 - Add WWW link
PR:		ports/191482
Submitted by:	C. Hutchinson <portmaster@bsdforge.com> (maintainer)
2014-07-04 09:27:59 +00:00
Antoine Brodin
7720d773f5 Unbreak 2014-07-04 05:35:34 +00:00
Adam Weinberger
fddc18c980 Correct the SLAVE_PORT check. 2014-07-03 19:09:35 +00:00
Adam Weinberger
41fcfb64f9 Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.

Approved by:	portmgr (blanket)
2014-07-03 19:06:07 +00:00
Baptiste Daroussin
3b9e5fe03b rpm3 is EOLed for long, most rpm users are now using rpm4 2014-07-03 09:20:50 +00:00
Baptiste Daroussin
3ed9b90b83 Switch to use rpm 4 as the default rpm 2014-07-03 09:13:35 +00:00
Antoine Brodin
cd419fd1df Make those ports more likely to build with texinfo from ports
With hat:	portmgr
2014-07-01 17:37:41 +00:00
Matthias Andree
3c50ae424a Update to new upstream version 2.08.
Relevant upstream changes are, taken from the NEWS file:
  * Updated the Autoconf scripts to fix some reported build problems.
  * Fixed lzo_init() on big-endian architectures like Sparc.
2014-06-30 21:05:11 +00:00
Xin LI
2b9653c763 Take. 2014-06-30 15:57:47 +00:00
Xin LI
3ab43f1333 Take. 2014-06-30 15:54:02 +00:00
Eitan Adler
e6ab3ba661 multiple: reset gslin's maintainer
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.

	Gea-Suan Lin's work is much appreciated.

Approved by:	portmgr (implicit) (not really, skipping NO_STAGE check)
2014-06-30 05:51:02 +00:00
Matthias Andree
e203506fe9 Revert to libtool:keepla to be on the safe side. 2014-06-28 16:30:00 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Matthias Andree
f7fdb8279d Add #include <limits.h> to include/lzo/lzodefs.h to fix build issues
on some architectures, for instance, i386, that would otherwise
leave ULONG_MAX undefined.

Bug is reported upstream.

Reported by: Randy Bush
2014-06-27 06:37:24 +00:00
Matthias Andree
8bb6e06633 Update to new upstream release 2.07, fixing a potential buffer overrun.
MFH:	2014Q2
Security:	d1f5e12a-fd5a-11e3-a108-080027ef73ec
2014-06-27 00:51:13 +00:00
Matthias Andree
26342cd267 Mark MAKE_JOBS_UNSAFE to fix the build.
Failure log: https://people.freebsd.org/~mandree/arj-3.10.22_4.log.xz
2014-06-26 18:18:58 +00:00
Antoine Brodin
c0ef6553ab Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 08:41:34 +00:00
Baptiste Daroussin
aa57dea8a7 Allow to build with texinfo from ports 2014-06-25 19:37:36 +00:00
Baptiste Daroussin
669c094ac0 Allow to build with texinfo from ports 2014-06-25 19:37:01 +00:00
Alexey Dokuchaev
52919007a9 - Remove BROKEN_powerpc, builds and runs just fine (tested on Mac mini G4)
- Avoid changing the same file both via the patch and with sed(1)
- Now that with staging PLIST_FILES become long again, resurrect pkg-plist
- Improve COMMENT, port description, sort the knobs, and cleanup the port
2014-06-25 03:23:59 +00:00
Baptiste Daroussin
dd63ae1966 Use framework properly to build 2014-06-24 21:49:08 +00:00
Baptiste Daroussin
ef49fa1572 Replace GMAKE by MAKE_CMD 2014-06-24 21:47:12 +00:00
Baptiste Daroussin
1778ba491f Use MAKE_CMD instead of GMAKE 2014-06-24 21:46:28 +00:00
Baptiste Daroussin
65a37b8901 Simplify Makefile remove GMAKE 2014-06-24 21:45:50 +00:00
Baptiste Daroussin
c85a36b065 Add USES=charsetfix 2014-06-24 16:25:38 +00:00
Tijl Coosemans
8b351e0e84 Add USES=libtool. 2014-06-22 20:12:36 +00:00
Tijl Coosemans
d60178bc47 - Add USES=libtool to archivers/libarchive.
- Bump PORTREVISION on dependent ports.
2014-06-22 20:11:54 +00:00
Tijl Coosemans
3e4a806167 Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool.  The first command applies to
libtool versions 1.4 and up.  The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down.  It applies to 2.x.  Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).

The third and fourth command fix relinking.  During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory.  This allows running an
executable that links to libA from within the work directory.  The relink
removes this extra runpath.

When libtool relinks libA it replaces "libB.la" on the linker command line
with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in
the stage directory but this -L flag isn't necessarily the first so another
libB may be linked instead.  The two sed commands make relink the same as a
normal link.  This means libtool will relink with libraries from the work
directory using a path similar to "../srcB/.libs/libB.so" without -L flags.
This applies to libtool 1.4 and up.  Earlier versions don't seem to relink
libraries.
(This fixes ports like devel/apr1 so they link with freshly built libraries
instead of installed libraries.)

Fix all ports with missing libraries.

Additionally:
archivers/rpm4: USES=patchfix.
databases/gdbm: INSTALL_TARGET=install-strip.
devel/gnome-vfs: remove patch that doesn't change anything.
devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS.
devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD.
multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386
   instead of disabling optimisations.
net/libnetdude: disable static plugins.

PR:		190941
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-06-22 10:44:29 +00:00
Dmitry Marakasov
2ab8bf6757 - Add missing USES=libtool to archivers/snappy
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-16 15:16:17 +00:00
Philippe Audeoud
a9c9b805e3 - Update to 2.00
- Add license
2014-06-16 13:31:05 +00:00
Kurt Jaeger
ceba983ef6 New port archivers/php5-snappy
PR:		ports/189885
Submitted by:	Melvyn Sopacua <melvyn@magemana.nl>
2014-06-15 13:45:01 +00:00
John Marino
d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +00:00