| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.
PR: 202838
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=398996
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.
japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything. Just don't hide anything at all
like the textproc/scim configure script does.
multimedia/schroedinger: Apply an upstream patch.
textproc/scim-input-pad: Same as japanese/scim-honoka.
PR: 201922
Approved by: portmgr (antoine)
Exp-run by: antoine
Notes:
svn path=/head/; revision=393429
|
|
|
|
|
|
|
|
| |
- Update version 1.2.16=>1.2.17
- Fix patch files to reflect 'make makepatch'
Notes:
svn path=/head/; revision=387925
|
|
|
|
| |
Notes:
svn path=/head/; revision=384771
|
|
|
|
|
|
|
| |
Approved by: bapt
Notes:
svn path=/head/; revision=375378
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> Building package for netxms-1.2.16
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/%%SERVER%%bin/nxap): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/bin/nxappget): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/bin/nxapush): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/%%SERVER%%bin/nxaction): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/%%SERVER%%bin/nxadm): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/net-mgmt/netxms/work/stage/usr/local/%%SERVER%%bin/netxmsd): No such file or directory
...
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=370741
|
|
|
|
|
|
|
|
|
|
|
| |
switch to libc API instead of nosing in kernel memory via kvm(3) [2]
PR: 194096
Submitted by: glebius [1] maintainer [2]
Approved by: maintainer
Notes:
svn path=/head/; revision=370146
|
|
|
|
|
|
|
|
|
|
|
| |
figure out if it should bundle of not
The clean fix would be to always unbundle, but I will let that to the maintainer
while here strip binaries and allow packaging
Reported by: glebius
Notes:
svn path=/head/; revision=369833
|
|
|
|
|
|
|
|
|
|
| |
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=360588
|
|
|
|
|
|
|
|
|
|
|
| |
- Use USES=libtool
Changes: http://www.netxms.org/download/ChangeLog
PR: ports/190216
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=355408
|
|
|
|
|
|
|
|
|
|
|
| |
- Add netxms to UIDs and GIDs
Changes: http://www.netxms.org/download/ChangeLog
PR: ports/188406
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=354981
|
|
|
|
| |
Notes:
svn path=/head/; revision=341435
|
|
|
|
|
|
|
| |
net-mgmt)
Notes:
svn path=/head/; revision=327757
|
|
|
|
|
|
|
| |
Submitted by: az
Notes:
svn path=/head/; revision=327450
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
| |
Notes:
svn path=/head/; revision=324437
|
|
|
|
| |
Notes:
svn path=/head/; revision=317349
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Notes:
svn path=/head/; revision=316662
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 166062 166105 166112 166113 166114
166115 166141 166154 166155 166156
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes
Notes:
svn path=/head/; revision=293439
|
|
|
|
|
|
|
|
|
| |
PR: ports/166078
Submitted by: jgh@
Feature safe: yes
Notes:
svn path=/head/; revision=293321
|
|
|
|
| |
Notes:
svn path=/head/; revision=290490
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
| |
PR: 162627
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe: yes
Notes:
svn path=/head/; revision=286081
|
|
|
|
|
|
|
|
| |
PR: 161630
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=283818
|
|
|
|
| |
Notes:
svn path=/head/; revision=275721
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=266165
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
| |
PR: ports/135435
Submitted by: Vladimir Ermakov <samflanker at gmail.com> (old maintainer)
Notes:
svn path=/head/; revision=246572
|
|
|
|
|
|
|
|
| |
PR: 130057
Submitted by: Vladimir Ermakov <samflanker at gmail dot com> (maintainer)
Notes:
svn path=/head/; revision=225915
|
|
|
|
|
|
|
|
|
|
| |
- Remove 4.x specific patch
PR: ports/126947
Submitted by: Vladimir Ermakov <samflanker at gmail.com> (maintainer)
Notes:
svn path=/head/; revision=219978
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
| |
PR: ports/123732
Submitted by: Vladimir Ermakov <samflanker at gmail.com> (maintainer)
Notes:
svn path=/head/; revision=214496
|
|
|
|
|
|
|
|
| |
PR: ports/118262
Submitted by: Vladimir Ermakov <samflanker@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=203506
|
|
|
|
|
|
|
|
|
|
|
| |
NetXMS-0.2.18.2 source not compiling on GCC 4.2 (base
compilator on 7.0-CURRENT)
PR: ports/116252
Submitted by: Vladimir Ermakov <samflanker@gmail.com>
Notes:
svn path=/head/; revision=199341
|
|
NetXMS is new and rapidly developing monitoring system,
released under GPL2 license. It can be used for monitoring
entire IT infrastructure, starting with SNMP-capable hardware
(like switches and routers) and ending with applications
on your servers. NetXMS is an extremely reliable and powerful
monitoring system, enabling you to improve your network
availability and service levels.
WWW: http://www.netxms.org/
PR: ports/114495
Submitted by: samflanker@gmail.com
Notes:
svn path=/head/; revision=199024
|