| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
we're here. Remove any other references to NOPORT*.
Approved by: portmgr (blanket for modernization)
Notes:
svn path=/head/; revision=360701
|
|
|
|
| |
Notes:
svn path=/head/; revision=360688
|
|
|
|
|
|
|
|
|
| |
OPTIONS helpers.
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=360397
|
|
|
|
|
|
|
| |
WWW: http://launchpad.net/plank
Notes:
svn path=/head/; revision=360368
|
|
|
|
|
|
|
|
|
| |
without any pending PR
With hat: portmgr
Notes:
svn path=/head/; revision=360222
|
|
|
|
| |
Notes:
svn path=/head/; revision=360138
|
|
|
|
|
|
|
|
|
|
| |
2: use @sample to handle sample config file.
3: bump version.
Approved by: portmgr@ (blanket approval)
Notes:
svn path=/head/; revision=360129
|
|
|
|
|
|
|
|
|
|
| |
2: use options helper.
3: use INSTALL_TARGET to handle PORTDOCS
Approved by: portmgr@ (blanket approval)
Notes:
svn path=/head/; revision=360128
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (blanket approval)
Notes:
svn path=/head/; revision=360127
|
|
|
|
|
|
|
|
|
| |
2: use options helper to handle PORTDOCS.
Approved by: portmgr@ (blanket approval)
Notes:
svn path=/head/; revision=360124
|
|
|
|
| |
Notes:
svn path=/head/; revision=360080
|
|
|
|
|
|
|
| |
and CONFIGURE_ARGS=--disable-static.
Notes:
svn path=/head/; revision=359863
|
|
|
|
| |
Notes:
svn path=/head/; revision=359850
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=359794
|
|
|
|
| |
Notes:
svn path=/head/; revision=359738
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=359668
|
|
|
|
| |
Notes:
svn path=/head/; revision=359589
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=359329
|
|
|
|
|
|
|
|
| |
PR: 191378
Submitted by: tkato432 yahoo com
Notes:
svn path=/head/; revision=359316
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=359185
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=358814
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=358784
|
|
|
|
|
|
|
|
| |
PR: 189358
Submitted by: maintainer
Notes:
svn path=/head/; revision=358494
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=358192
|
|
|
|
|
|
|
| |
Release note: http://i3-wm.org/downloads/RELEASE-NOTES-4.8.txt
Notes:
svn path=/head/; revision=358038
|
|
|
|
|
|
|
|
|
|
| |
Also, remove "@dirrmtry etc/xdg" due to the following error in staging
checks:
Owned by MTREE: @dirrmtry etc/xdg
Notes:
svn path=/head/; revision=357799
|
|
|
|
| |
Notes:
svn path=/head/; revision=357512
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=357486
|
|
|
|
| |
Notes:
svn path=/head/; revision=357262
|
|
|
|
|
|
|
|
|
|
| |
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357070
|
|
|
|
|
|
|
|
|
|
| |
- use shebangfix instead of manual patching
- drop config.mk edit - options passed via MAKE_ARGS
PR: 190116
Notes:
svn path=/head/; revision=356811
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=356612
|
|
|
|
|
|
|
| |
Approved by: Daniel Austin (maintainer)
Notes:
svn path=/head/; revision=356410
|
|
|
|
|
|
|
| |
PR: 190586
Notes:
svn path=/head/; revision=356406
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to the submitter.
PR: 190585
Notes:
svn path=/head/; revision=356405
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=356389
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 190541
Submitted by: Daniel Austin
Notes:
svn path=/head/; revision=356298
|
|
|
|
|
|
|
|
| |
PR: 190540
Submitted by: Daniel Austin
Notes:
svn path=/head/; revision=356297
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 190540
Submitted by: Daniel Austin
Notes:
svn path=/head/; revision=356296
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 190539
Submitted by: Daniel Austin
Notes:
svn path=/head/; revision=356295
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 190538
Submitted by: Daniel Austin
Notes:
svn path=/head/; revision=356294
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 190536
Submitted by: Daniel Austin
Notes:
svn path=/head/; revision=356292
|
|
|
|
|
|
|
|
| |
PR: 190535
Submitted by: Daniel Austin
Notes:
svn path=/head/; revision=356291
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 190534
Submitted by: Daniel Austin
Notes:
svn path=/head/; revision=356290
|
|
|
|
| |
Notes:
svn path=/head/; revision=356276
|
|
|
|
| |
Notes:
svn path=/head/; revision=356252
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=356200
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=356196
|
|
|
|
| |
Notes:
svn path=/head/; revision=355096
|
|
|
|
|
|
|
|
| |
. Move MAN1 man pages to the packing list.
. Remove a @dirrmtry I didn't need.
Notes:
svn path=/head/; revision=354936
|