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

4285 Commits

Author SHA1 Message Date
Dmitry Marakasov
5aa9979b02 - Switch to USES=libtool
Approved by:	portmgr blanket
2014-07-30 18:33:45 +00:00
Danilo Egea Gondolfo
0f13de7692 - Update from 1.4.5 to 1.4.7
PR:		192269
Submitted by:	net@arrishq.net
2014-07-30 13:15:40 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
0ce9c970cf Rename x11-*/ patch-xy patches to reflect the files they modify.
Finally, this is the last of it.
2014-07-29 16:36:06 +00:00
Adam Weinberger
27f7c004ab Use OPTIONS instead of WITH_* 2014-07-29 16:17:47 +00:00
Dmitry Marakasov
9c814d7867 - Switch audio/libmpd to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-28 20:27:42 +00:00
John Marino
b744194dd4 x11-wm/compton: Upgrade version from 20130625 => 20140326
PR:		188794
Submitted by:	ouzne.alleykatze (gmail)
Approved by:	maintainer timeout (> 3 months)
Redports fix:	marino
2014-07-27 10:04:42 +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
Dmitry Marakasov
fcf8e750d0 - Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-22 23:25:54 +00:00
Vanilla I. Shu
7bbcd81e1e 1: Statgify.
2: add LICENSE.
2014-07-16 07:36:28 +00:00
Adam Weinberger
e894c29ad5 Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
2014-07-16 03:34:56 +00:00
Niclas Zeising
85bd011bc7 Fix plist for config file.
Use @sample.
2014-07-15 17:24:42 +00:00
Baptiste Daroussin
af2e37b8ce Convert to new LIB_DEPENDS
With hat:	portmgr
2014-07-13 17:04:27 +00:00
William Grzybowski
6c466f9317 x11-wm/obapps: use WX 3.0
Approved by:	portmgr (bapt, blanket)
2014-07-06 14:20:30 +00:00
Adam Weinberger
6041163193 Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.

Approved by:	portmgr (blanket for modernization)
2014-07-05 00:03:38 +00:00
Adam Weinberger
4dda103cb8 Remove NOPORTDOCS. 2014-07-04 23:24:06 +00:00
Adam Weinberger
a39e0dea71 Avoid unnecessary bsd.port.options.mk inclusion by using
OPTIONS helpers.

Approved by:	portmgr (blanket)
2014-07-03 16:09:40 +00:00
Olivier Duchateau
a72ddb4641 Plank is an elegant, simple and clean dock.
WWW: http://launchpad.net/plank
2014-07-03 13:40:52 +00:00
Baptiste Daroussin
f60f9451d7 First batch at resetting maintainership on ports that have not been staged and
without any pending PR

With hat:	portmgr
2014-07-02 16:45:52 +00:00
Baptiste Daroussin
d85f21c0a5 Switch the default rpm used to rpm4 2014-07-02 06:32:05 +00:00
Vanilla I. Shu
c123ad83e5 1: Stagify.
2: use @sample to handle sample config file.
3: bump version.

Approved by:	portmgr@ (blanket approval)
2014-07-02 03:30:43 +00:00
Vanilla I. Shu
ec10d575e5 1: Stagify.
2: use options helper.
3: use INSTALL_TARGET to handle PORTDOCS

Approved by:	portmgr@ (blanket approval)
2014-07-02 03:21:04 +00:00
Vanilla I. Shu
57acaa4896 Stagify.
Approved by:	portmgr@ (blanket approval)
2014-07-02 02:41:27 +00:00
Vanilla I. Shu
3984cccd41 1: Stagify.
2: use options helper to handle PORTDOCS.

Approved by:	portmgr@ (blanket approval)
2014-07-02 01:48:59 +00:00
Tijl Coosemans
99a0320463 Add "USES=libtool pathfix" to x11/libxdg-basedir and bump dependent ports 2014-07-01 18:53:47 +00:00
Tijl Coosemans
57baea9208 Replace USE_AUTOTOOLS=libtool and USE_EFL=libtool_hack with USES=libtool
and CONFIGURE_ARGS=--disable-static.
2014-06-30 15:21:16 +00:00
Tijl Coosemans
777cce7319 Add USES=libtool. 2014-06-30 14:24:44 +00:00
Tijl Coosemans
97a5771bb5 x11-wm/libwraster:
- USES=libtool
- Remove -DPREFIX=\\\"${PREFIX}\\\" from CPPFLAGS.  Not needed and it
  causes configure test failures with clang.
- Use MAKE_CMD.
- Bump dependent ports.

x11-wm/windowmaker:
- USES=libtool
- Replace -DPREFIX=\\\"${PREFIX}\\\" in CPPFLAGS with post-patch command
  because it causes configure test failures with clang.
- Remove FreeBSD < 8 support.
2014-06-29 21:45:03 +00:00
Martin Wilke
d84b82ca27 - Fix Q/A tests 2014-06-29 07:18:59 +00:00
Antoine Brodin
df1f66d426 Reset maintainer, email bounces
With hat:	portmgr
2014-06-28 07:48:01 +00:00
Antoine Brodin
0184d63d21 Allow to build with texinfo from ports 2014-06-27 17:51:31 +00:00
Antoine Brodin
f672b8cfe6 Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 11:02:07 +00:00
William Grzybowski
99efcfed5c x11-wm/ede: update to 2.1
PR:		191378
Submitted by:	tkato432 yahoo com
2014-06-25 23:22:51 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Tijl Coosemans
d1fcd0bb4b Bump PORTREVISION for jbigkit library version bump.
Approved by:	portmgr (implicit)
2014-06-22 16:46:17 +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
William Grzybowski
d65900c930 x11-wm/wmconfig: update to 1.4.5
PR:		189358
Submitted by:	maintainer
2014-06-20 01:50:48 +00:00
Juergen Lock
55f1c4cd2f - Turns out this is broken with iconv from base (renders empty chars,
breaks bmpanel2, and also it fails to build when ports iconv is present),
  so force it to always use iconv from ports.
- Bump PORTREVISION.

Reported by:	Gary Perreault (via irc)
2014-06-17 22:59:14 +00:00
Baptiste Daroussin
a40d2eedb3 Update to 4.8
Release note: http://i3-wm.org/downloads/RELEASE-NOTES-4.8.txt
2014-06-16 20:42:13 +00:00
Jimmy Olgeni
806963ab63 Unbreak build by requiring and linking xext (see also r353170).
Also, remove "@dirrmtry etc/xdg" due to the following error in staging
checks:

      Owned by MTREE: @dirrmtry etc/xdg
2014-06-14 18:57:46 +00:00
Niclas Zeising
0a3209c2b9 Update to 2.5.1 2014-06-11 17:43:22 +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
Cy Schubert
100908c86d Support stage. Update to new LIB_DEPENDS. 2014-06-10 05:09:09 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Martin Wilke
05899255a6 - update to 0.6.2
- use shebangfix instead of manual patching
- drop config.mk edit - options passed via MAKE_ARGS

PR:		190116
2014-06-06 15:40:07 +00:00
Dmitry Marakasov
c0d4399a27 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-05 08:39:16 +00:00
Jung-uk Kim
5a969c07ed Honor $DATADIR and fix plist.
Approved by:	Daniel Austin (maintainer)
2014-06-03 20:30:49 +00:00
Jung-uk Kim
4299f096f0 Support staging and honor $DATADIR. Pass maintainership to the submitter.
PR:		190586
2014-06-03 20:18:52 +00:00
Jung-uk Kim
9dabe68ff9 - Convert to USES=libtool and USES=tar:bzip2.
- Pass maintainership to the submitter.

PR:		190585
2014-06-03 20:16:23 +00:00
Jung-uk Kim
952dad0b43 - Update to 0.8.8. Pass maintainership to the submitter. [1]
- Catch up with threading API changes of glib20.
- Revert a premature update to later libcompizconfig API by upstream, i.e.,

http://cgit.compiz.org/compiz/compizconfig/simple-ccsm/commit/?id=f0f61be0

PR:		190557 [1]
2014-06-03 18:43:40 +00:00