Commit graph

3804 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
285934124c - Update to 2.3.1
Changes:	https://github.com/cinchrb/cinch/blob/master/ChangeLog
2015-11-06 08:51:53 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Dmitry Marakasov
58726887cb - Add missing file to plist
- Add LICENSE_FILE

Approved by:	portmgr blanket
2015-11-05 10:43:53 +00:00
Rene Ladan
5e1001eeb3 Remove expired ports:
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
2015-11-01 16:02:28 +00:00
Sunpoet Po-Chuan Hsieh
15849770f0 - Update to 2.3.0
Changes:	https://github.com/cinchrb/cinch/blob/master/ChangeLog
2015-10-30 11:26:10 +00:00
Sunpoet Po-Chuan Hsieh
729971e848 - Update to 2.2.8
Changes:	https://github.com/cinchrb/cinch/blob/master/ChangeLog
2015-10-27 15:53:58 +00:00
Dmitry Marakasov
c20236e07a - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q4 (blanket)
2015-10-27 14:11:00 +00:00
Mathieu Arnold
8270403ec3 Fix startup.
Don't install as root:wheel/0700.

PR:		204021
Submitted by:	loox e-shell net
Sponsored by:	Absolight
2015-10-27 13:44:31 +00:00
Dmitry Marakasov
a9911a9e23 - Move owner/group/perm handling into plist, fixing packaging from non-root
PR:		203567
Submitted by:	amdmi3
Approved by:	maintainer timeout (moggie@elasticmind.net, 2 weeks)
2015-10-23 16:51:52 +00:00
Dmitry Marakasov
51e559a37d - Move owner/permission to plist, fixing installation from non-root and simplifying the port
PR:		203564
Submitted by:	amdmi3
Approved by:	maintainer timeout (moggie@elasticmind.net, 2 weeks)
2015-10-23 16:51:47 +00:00
Dmitry Marakasov
04fd60fdf2 - Move owner/permission to plist, fixing installation from non-root and simplifying the port
PR:		203564
Submitted by:	amdmi3
Approved by:	maintainer timeout (moggie@elasticmind.net, 2 weeks)
2015-10-23 16:51:42 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Dmitry Marakasov
a1a76eec6d - Drop PLIST_DIRSTRY
- Add NO_CDROM
2015-10-14 23:49:58 +00:00
Adam Weinberger
8a82f68cf5 Update to 20150903.
Also, pet portlint by sorting USES and regenerating a patch.
2015-10-14 01:05:23 +00:00
Dirk Meyer
0c017173f7 - fix API for miniupnpc-1.9.20151008 2015-10-13 18:41:03 +00:00
Frederic Culot
757f542ef2 - Update maintainer's address
PR:		203717
Submitted by:	serio.jeffrey@riseup.net (maintainer)
2015-10-12 14:18:57 +00:00
John Marino
bd607c2567 irc/weechat-devel: fix typo in DEPRECATED line 2015-10-10 21:32:55 +00:00
John Marino
5fcb0c155e irc/weechat-devel: Deprecate for removal (31 Oct 15)
The weechat-devel port has been behind the stable weechat for a long
time and its presence has caused confusion.  Rather than mark IGNORE
temporarily, set removal in motion because stable is updated so frequently
that there is no point to a -devel port

PR:		203169
Approved by:	maintainer timeout
2015-10-10 21:28:48 +00:00
Renato Botelho
e5a0c5d932 Upgrade irc/weechat to 1.3 2015-10-10 20:52:20 +00:00
Tijl Coosemans
3a55a118dd Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
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)
2015-10-10 14:03:00 +00:00
Jimmy Olgeni
42bc424f61 Remove trailing whitespace from Makefiles, A-L. 2015-10-08 15:11:28 +00:00
Dirk Meyer
885942ce82 - cleanup 2015-10-08 04:32:29 +00:00
Sunpoet Po-Chuan Hsieh
bfa26b95da - Add LICENSE_FILE 2015-10-02 06:55:41 +00:00
Sunpoet Po-Chuan Hsieh
105e5fc272 - Update to 2.2.7
Changes:	https://github.com/cinchrb/cinch/blob/master/ChangeLog
2015-10-02 06:55:37 +00:00
Ruslan Makhmatkhanov
318cd0b10b irc/hexchat: pass maintainership to submitter
PR:		203388
Submitted by:	Jeffrey Serio <serio.jeffrey@riseup.net>
2015-09-28 18:31:57 +00:00
Baptiste Daroussin
9621e0d0af Convert to @sample 2015-09-26 16:03:33 +00:00
Renato Botelho
216ce14456 Enable OTR by default on bitlbee 2015-09-24 14:39:29 +00:00
Dmitry Marakasov
6ffd513e42 - Add empty directory to plist
Approved by:	portmgr blanket
2015-09-23 19:59:04 +00:00
Dmitry Marakasov
4f3f40ba09 - Drop 8.x support
- Config file installation is not optional here

Approved by:	portmgr blanket
2015-09-22 20:00:18 +00:00
Jimmy Olgeni
41a7072cfb Typos, whitespace and capitalization fixes (G-P). 2015-09-20 20:54:08 +00:00
Renato Botelho
dbb68802ab - Install headers and pkg-config entry, it's useful for people that want to
build plugins manually or possible plugin ports
- Instead of use --strip=0 and call STRIP_CMD later, let bitlbee build
  scripts to strip binaries
- Bump PORTREVISION
2015-09-18 11:06:12 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
John Marino
b6cc4b7085 irc/bitchx is not not jobs safe (really)
This port was recently redeclared "jobs safe", but we just hit another
jobs-safe issue on the chinese/bitchx slave port.  In this case, it was
trying to link wserv beform all the object files were built.
2015-09-11 06:32:14 +00:00
Dmitry Marakasov
331e71c30c - Add NO_ARCH
- Add empty directories to plist

Approved by:	portmgr blanket
2015-09-10 11:40:55 +00:00
Dmitry Marakasov
c10d79d12a - Update to 1.4
PR:		202772
Submitted by:	mp39590@gmail.com (maintainer)
2015-09-10 09:32:31 +00:00
Dmitry Marakasov
9ab48cc77e - Add empty directory to plist
Approved by:	portmgr blanket
2015-09-09 13:59:03 +00:00
Dmitry Marakasov
018cbb3dbc - Bump PORTREVISION after previous commit
- While here, fix WWW:

Approved by:	portmgr blanket
2015-09-08 14:42:11 +00:00
Dmitry Marakasov
fda235584f - Switch to USES=libarchive as suggested by stage-qa
Approved by:	portmgr blanket
2015-09-08 14:39:29 +00:00
Max Brazhnikov
0c308f5640 irc/kvirc:
- Fix typo

PR:		202903
Submitted by:	Georg G.
2015-09-05 19:29:24 +00:00
Raphael Kubo da Costa
f358732b18 Uses/iconv.mk: Set iconv-related CMake variables.
The way we deal with iconv in base and ports across different FreeBSD
releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with
a different prototype for iconv(3) and later versions have the right
iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we
must always use the libiconv port.

This is why there are so many checks in Uses/iconv.mk: we need to know the
situation we currently have in order to decide whether to pull iconv from
converters/libiconv, whether to just use its header (and pull the library
from base) or whether to use everything from base.

r384038 adjusted several CMake-based ports, but did so in a way that was not
very scalable and required a few intrusive patches to some ports. Most ports
that have both USES=cmake and USES=iconv use variations of FindIconv.cmake
that behave similarly. This change passes the header and library values we
really want to use to CMake using the most common variable names, bypassing
the calls to find_path() and find_library() that would sometimes end up
finding the wrong file. The few ports that use different variable names have
had their Makefiles adjusted (we manually pass the values we want via
CMAKE_ARGS).

Other changes:
- chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we
  always want the version from ports because of USES=iconv:wchar_t.
- editors/calligra: Explicitly use iconv:translit because Kexi needs it.
- irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not
  be entirely removed because the check_library_exists() calls are wrong.
  Sent upstream: https://github.com/weechat/weechat/pull/513
- textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used.

PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because
their dependency list has changed in 10.2 and later as the ports version is
always used now.

PR:		202798
Reviewed by:	antoine, tijl
Approved by:	portmgr (antoine)
2015-09-03 15:44:13 +00:00
Akinori MUSHA
06f6949775 Update to 1.6.1 and unbreak the CHARSET option
PR:		202380
Approved by:	maintainer timeout
2015-09-01 13:52:37 +00:00
Dmitry Marakasov
551e44ffbb - Add LICENSE
- Switch to @sample
2015-08-29 09:59:46 +00:00
Dmitry Marakasov
242481663d - Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
2015-08-26 19:37:57 +00:00
Dmitry Marakasov
02210b49ce - Switch to options helpers
- Fix config file installation

Approved by:	portmgr blanket
2015-08-26 19:05:46 +00:00
Dmitry Marakasov
8de0a40be7 - Remove deprecated and unused MAN1 knob
- Don't hardcode make command

Approved by:	portmgr blanket
2015-08-26 02:43:51 +00:00
Max Brazhnikov
c7c32639cc Convert my ports to new options helpers 2015-08-25 10:03:08 +00:00
Max Brazhnikov
e2554c1853 irc/kvirc:
- Convert to new options helpers
- Remove needless INSTALLS_ICONS
- Move all CONFLICT lines to master port

irc/kvirc-qt4:
- Tweak comment
2015-08-25 10:00:55 +00:00
Dmitry Marakasov
f64628da93 - Add LICENSE
- Add NO_ARCH
- Cosmetic fix
- Fix WWW:
2015-08-20 10:53:35 +00:00
Erwin Lansing
b1d5e7779e Reset maintainer
<tabmow@freenode.net>: host mail.freenode.net[198.50.184.125] said: 550 5.1.1
    <tabmow@freenode.net>: Recipient address rejected: User unknown in virtual
    mailbox table (in reply to RCPT TO command)

Sponsored by:	DK Hostmaster A/S
2015-08-19 08:06:46 +00:00
Diane Bruce
d509148d2c Accidentally commented out a line during debug 2015-08-19 00:04:47 +00:00