1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

3927 Commits

Author SHA1 Message Date
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
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
John Marino
e576cffda4 Resurrect archivers/bzip and assign maintainer
This port was removed due not having a publically available distfile.
That has been fixed per the PR with maintainership assigned to submitter.

Additionally:

  * The patch-aa was renamed
  * The patch-ab and patch-ac touched the same file; they were combined
    and renamed
  * DragonFly support was added (hence the portrevision bump)
  * GPLv2 license was annotated
  * 80-column formatting was respected
  * PLIST sorted

PR:		188939
Submitted by:	Chris Hutchinson
Tweaks:		marino
2014-06-11 09:49:14 +00:00
Dmitry Marakasov
960c9a9789 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-06-10 20:57:03 +00:00
Dmitry Marakasov
6b4ff7ca75 - Add missing USES=libtool
Approved by:	portmgr blanket
2014-06-10 20:50:45 +00:00