Commit graph

3734 commits

Author SHA1 Message Date
Adam Weinberger
403890a688 Remove NOPORTDOCS and NOPORTEXAMPLES. 2014-07-04 00:11:40 +00:00
Baptiste Daroussin
2f6f46027f Support stage 2014-07-01 23:33:35 +00:00
Baptiste Daroussin
4e124b307c Support stage
A bit of cleanup
2014-07-01 23:32:48 +00:00
Baptiste Daroussin
011f6c3f0a Add a forgotten patch 2014-07-01 23:29:10 +00:00
Baptiste Daroussin
f934a2a100 Support stage
Partially strip binaries
Convert to USES=libtool
2014-07-01 23:25:12 +00:00
Ashish SHUKLA
fba661e8a6 - Remove editors/emacs21, and editors/emacs22 as they're no longer maintained
upstream
- Also remove dependent ports
- Add UPDATING entry informing users of the same
- Add MOVED entries

Approved by:	portmgr (bapt)
2014-06-27 12:34:52 +00:00
Antoine Brodin
1319425832 Deprecate ports failing to build with new utmpx
Maintainers had more than 4 years to fix them

With hat:	portmgr
2014-06-23 20:39:14 +00:00
John Marino
fc1b4e7cf9 irc/psybnc: limit hack to FreeBSD to unbreak DragonFly
This "fix" for FreeBSD doesn't look right to me; I don't think it should
be using OSVERSION to determine which compiler is being used.  Until its
fixed better, make sure OSVERSION is only compared on FreeBSD.
2014-06-22 14:15:12 +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
Jase Thew
8d4b1105dd irc/znc: Update to 1.4
PR:		191034
Submitted by:	bradleythughes@fastmail.fm
Changes:	http://wiki.znc.in/ChangeLog/1.4
2014-06-20 21:54:10 +00:00
Mathieu Arnold
4f623e0f14 - Update to 1.8.9
- Stage
- Cleanup rc script
- Take [1]

Approved by:	maintainer [1]
Sponsored by:	Absolight
2014-06-19 13:03:29 +00:00
Vanilla I. Shu
67d694419b 1: Stagify.
2: Add LICENSE.

Approved by:	portmgr@
2014-06-17 02:07:14 +00:00
Vanilla I. Shu
74ddc93e38 Stagify.
Approved by:	portmgr@
2014-06-17 02:00:42 +00:00
Vanilla I. Shu
53b1b41eca 1: Stagify.
2: strip binary.

Approved by:	portmgr@
2014-06-17 01:48:20 +00:00
William Grzybowski
09107dfdf0 irc/py-irc: update to 5.9.1
- Update to 5.9.1
- Remove obsolete python 2.6 check
- Remove obsolete zip_safe option
2014-06-16 12:57:05 +00:00
Martin Wilke
f768d4a067 - Stage support
PR:		191023
2014-06-15 03:04:39 +00:00
Marcus von Appen
9097ea3cc4 - Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
2014-06-14 08:20:21 +00:00
Jimmy Olgeni
5e38556079 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
2014-06-13 07:36:27 +00:00
Adam Weinberger
90f23b1514 Add missing OPTIONS_SUB. 2014-06-12 18:56:36 +00:00
Adam Weinberger
fd2b0b102d Turn ircbug(1) into an OPTION. 2014-06-12 15:02:54 +00:00
Adam Weinberger
668fd04295 Update to 20131230 and take maintainership. 2014-06-12 14:19:06 +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
b6c090b954 chinese/bitchx: Bump to acquire MASTERDIR fix, stage too
Related to:
PR: 186425

It looks NO_STAGE should have been removed when irc/bitchx was staged.
Late add: Fix master irc/bitchx to not override PORTREVISION
2014-06-11 10:20:41 +00:00
John Marino
6a2f4f66ba irc/bitchx: Requires build by GCC to avoid segfault
PR:		186425
Submitted by:	Edwin
Approved by:	maintainer (Dan Mashal)
2014-06-10 14:26:34 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Bryan Drewery
3e5decadf3 Convert to USES=tar 2014-06-10 03:25:40 +00:00
Mathieu Arnold
1fa1af4495 Update to 3.2.10.3
PR:		190570
Sponsored by:	Absolight
2014-06-09 13:40:38 +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
Vanilla I. Shu
cc48fc8ef5 Stagify. 2014-06-08 03:58:47 +00:00
Jase Thew
eb7b6480e3 - Fix fallout from r355360 and allow lua plugin to be built
successfully
2014-06-06 12:07:39 +00:00
Martin Wilke
bcea1b57a8 - Fix build with clang
PR:		190686
2014-06-06 03:50:22 +00:00
Koop Mast
99bfee6a24 Fix build with gcc from ports. [1]
While here use USES=libtool, strip installed small update regarding LDFLAGS

PR:		178896 [1]
Submitted by:	kvedulv@kvedulv.de
Patch by:	avg@ [1]
2014-06-05 20:27:29 +00:00
Dmitry Marakasov
06358fd1ac - Switch security/libotr3 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-04 14:39:22 +00:00
Rusmir Dusko
f2779fb94a These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.

deskutils/py-send2trash

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Change license BSD to BSD3CLAUSE
- Use USE_PYDISTUTILS=yes instead of easy_install
- Remove PYDISTUTILS_PKGNAME and add PYDISTUTILS_AUTOPLIST

graphics/founts

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Add REINPLACE, fix ELAST
- Change distinfo, remove supplied icon

graphics/py-pyggel

- Pass maintainership to koalative at gmail.com

graphics/radius-engine

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com

irc/py-fishcrypt

- Pass maintainership to koalative at gmail.com

sysutils/gigolo

- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Use tar:bzip2 instead of USE_BZIP2=yes
- Remove TODO from DOCS
- Remove useless .include <bsd.port.options.mk>
- Change pkg-plist, remove mtree
2014-06-04 14:14:21 +00:00
Rodrigo Osorio
63c133eeb4 - support staging
- changes in per-install & do-install commands

Submitted by:	rodrigo@ (maintainer)
Reviewed by:	bapt (mentor)
2014-06-04 11:14:56 +00:00
Martin Wilke
073a031837 - Mark IGNORE < 9.1
PR:		190596
2014-06-04 05:57:21 +00:00
Rusmir Dusko
137ea0defa - Bump PORTREVISION for dependencies changes
- Pass maintainership to koalative at gmail.com
- Use libtool instead of USE_AUTOTOOLS libtool
- Add USE_AUTOTOOLS libtoolize
- Set PORTSCOUT, wrong NLS
- Change pkg-plist, remove *.la files
2014-06-03 19:54:22 +00:00
Vanilla I. Shu
8b353dbc8d 1: Fix COMMENT.
2: add libtool to USES.

PR:		ports/190411
Submitted by:	ports at robakdesign.com
2014-06-03 13:20:23 +00:00
Martin Wilke
8707044316 - Update to 20140530
- Stage support
2014-06-03 10:45:53 +00:00
Rene Ladan
8b7b090a2a irc/znc: Fix USE_PYTHON version number, it should be 3+ not 2+
Submitted by:	antoine
2014-06-01 15:37:41 +00:00
Rene Ladan
ca4ecbb419 Update consumers of lang/python31 or higher to use Python version 3.X
and consumers of lang/python31 or lower to use Python 2.X

This is in preparation of removing lang/python31 which expired on 2014-06-01

While here apply some fixes for textproc/codespell:
- USE_XZ -> USES=tar:xz
- remove unneeded USE_PYTHON_RUN line

Approved by:	python (mva)
2014-06-01 15:28:44 +00:00
Vanilla I. Shu
fe56ba39e8 Upgrade to 0.8.16. 2014-06-01 02:22:37 +00:00
Mathieu Arnold
9fec22bd72 - Fix runtime when built with clang [1] [2]
- Support stage [3]
- Switch to options helpers
- Update patches, and rename them to follow makepatch naming

maintainer timeout [1] [2] [3]
-> take over maintainership

PR:		ports/184150 [1], ports/187117 [2], ports/189615 [3]
Submitted by:	Ryan Frederick [1], Jean-Sébastien Pédron [2], Ryan Frederick [3]
Sponsored by:	Absolight
2014-05-27 23:58:42 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Martin Wilke
23e6e98768 - Update to 1.1.10
PR:		189318
Submitted by:	maintainer
2014-05-21 05:28:56 +00:00
Alex Kozlov
b1a64e91ac - Remove empty files and directories
Approved by:	portmgr (antoine)
2014-05-20 08:56:38 +00:00
Tijl Coosemans
5795addbba Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)
to "USES=libtool tar:bzip2".  Bump PORTREVISION on all dependent ports
and modernise them as well (USES, LIB_DEPENDS, staging).

audio/pidgin-musictracker:
- Replace LIBS with LDFLAGS.
- Disable static plugin.

net/online-desktop: Remove obsolete patches.

net-im/mbpurple:
- Drop pkgconf dependency.
- Replace post-patch with MAKE_ARGS.
- Use standard do-build.

net-im/pidgin-audacious-remote: Disable static plugin.

net-im/pidgin-birthday-reminder: Disable static plugin.

net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES.

net-im/pidgin-guifications:
- Drop USE_GNOME=gnomeprefix.
- Replace LIBS with LDFLAGS.

net-im/pidgin-hotkeys:
- Drop CFLAGS=-fPIC.
- Fix build on systems without gcc.

net-im/pidgin-libnotify:
- Use option helpers.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.

net-im/pidgin-manualsize: Fix build on systems without gcc.

net-im/pidgin-privacy-please:
- Replace a patch with CPPFLAGS and LDFLAGS.
- Don't use USE_LDCONFIG for a plugin.

net-im/pidgin-sipe:
- Don't use USE_LDCONFIG for a plugin.
- Drop PORTDOCS that don't contain useful documentation.
- Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS.
- Use option helpers and fix Kerberos option.
- Remove obsolete CONFIGURE_ENV.

security/pidgin-encryption:
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Disable static plugin.
- Use option helpers.

security/pidgin-otr:
- Drop redundant comment about PORTREVISION.
- Add USE_GNOME=gtk20.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Port uses stack protector unconditionally so link with -lssp_nonshared
  when necessary like Mk/bsd.ssp.mk does.

Approved by:	portmgr (PORTREVISION bump on unstaged port)
2014-05-17 16:57:14 +00:00
Hiroki Sato
d69e5bd22a - Fix build on 10.x and later.
- Add LICENSE.
2014-05-17 03:13:56 +00:00
Gavin Atkinson
f4eda4dda2 Update irc/tircd to 0.30, and remove NO_STAGE
Approved by:	mat
2014-05-15 01:10:07 +00:00
Gerald Pfeifer
4cdf0359ba - Stage.
- Update WWW entry in pkg-descr.

PR:		188963
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr (blanket pre-approval)
2014-05-13 20:42:02 +00:00
Gerald Pfeifer
a653f5e4e9 Enable staging.
PR:		188960
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr (blanket pre-approval)
2014-05-13 00:23:14 +00:00
Max Brazhnikov
c425e0b6a4 Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
Tim Bishop
78e2945cc4 - Stage support 2014-05-09 22:01:34 +00:00
Pawel Pekala
00f4313cae - Add staging support, allow it as normal user
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format
- Remove Author line from pkg-descr
- Docdir safe, use DOCSDIR sub in pkg-plist
2014-05-08 17:42:31 +00:00
Tim Bishop
4a5980feef Update URL for atheme-services. 2014-05-08 15:54:24 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Pawel Pekala
ff4d3f4514 - Add staging support
- Use options helpers, subs, define DOCS option
- Remove WWW line, page seems to not exist anymore
2014-05-03 14:07:58 +00:00
Pawel Pekala
2e789fafb0 Add staging support 2014-05-03 13:58:38 +00:00
Pawel Pekala
d2367ccede Add staging support 2014-05-02 16:35:17 +00:00
Pawel Pekala
ba5a55d38b Add staging support 2014-05-02 16:21:42 +00:00
Martin Wilke
899348a9c9 - Force commit to fix prev entry
- Update to version 2.2.3

PR:		18792
Submitted by:	ports fury
2014-04-29 06:00:06 +00:00
Martin Wilke
ce5c4cbe74 - Fix build on i386
- Enable sound support for all ARCH

PR:		187494
Submitted by:	ports fury
2014-04-29 05:57:28 +00:00
Steve Wills
6313d7e835 - Stage
- Remove unneeded DISTNAME

PR:		ports/188961
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-26 20:47:49 +00:00
Tijl Coosemans
40a1cee04c Bump PORTREVISION to force package rebuild after the recent Xorg update.
The packages still require old library versions of freetype2 and libxml2.
2014-04-26 10:17:17 +00:00
Martin Wilke
281eb274ec - Update to 21.1
- Convert to USES
- Convert to new OPTIONS helper

PR:		187967
Submitted by:	ports fury
2014-04-26 02:23:10 +00:00
Bryan Drewery
23a1cad535 - Fix plist to have proper 'rmdir DIR' ordering.
Pkgng will not detect the directory otherwise. This was due to
  incorrectly advise in the check-stagedir.sh script, fixed in
  r351587

With hat:	portmgr
2014-04-21 01:14:53 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Rusmir Dusko
eb452fa487 - Bump PORTREVISION for dependencies changes
- Define CA_BUNDLE and add to default Options
- Add REINPLACE and patches to enable CA_BUNDLE

PR:		ports/188508
Submitted by:	ashish@
2014-04-12 15:21:22 +00:00
Bryan Drewery
09a055a2fe - Stage
- Convert to USES=tar
- Convert tab to space in WWW
- Add LICENSE
2014-04-11 01:01:55 +00:00
Erwin Lansing
80e2bffe60 Fix PKGORIGIN that got broken in r350362 2014-04-10 13:15:00 +00:00
Bryan Drewery
d965ac1ef9 - Take maintainership
- Stage
- Add OPTION for SSL
- Remove bsd.port.pre.mk
- Enable SSL by default
- Allow disabling BOOST dependency
2014-04-10 00:03:34 +00:00
Bryan Drewery
6edb10b8cc - Remove bsd.port.pre.mk
- Convert to OPTIONSNG
- Stage
2014-04-10 00:03:24 +00:00
Josh Paetzel
94524c47be Update to 1.1.8
Switch maintainer to someone who is actively working on the port.
2014-04-09 17:11:39 +00:00
Rene Ladan
6a5c1cad9c irc/ircd-ru: Bump PORTREVISION for last commit. 2014-04-08 18:54:10 +00:00
Rene Ladan
c038e348a5 irc/ircd-ru: Fix staging and add forgotten patch file.
Prodded by:	swills
Approved by:	portmgr (implicit, PR followup)
2014-04-08 18:53:31 +00:00
Rene Ladan
927e7b6498 - Stage support [1]
- Style fixes [1]
- Fix MASTER_SITES [1]
- Add license [1]
- Trim leading indefinite article from COMMENT
- USE_BZIP2 -> USES=tar:bzip2
- New LIB_DEPENDS syntax
- Bump PORTREVISION

PR:		ports/184338 [1]
Submitted by:	maintainer
Approved by:	portmgr (infrastructure blanket)
2014-04-06 14:28:10 +00:00
Tim Bishop
e81557e204 - Fix MASTER_SITES. Upstream has removed www. record.
PR:		ports/188277, ports/188281
Submitted by:	Andrew Berg <aberg010@my.hennepintech.edu>
		David Demelier <markand@malikania.fr>
2014-04-05 10:34:45 +00:00
Rene Ladan
f94798f730 Add stage support
PR:		ports/188076
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	Dan Mashal <dan.mashal@gmail.com> (maintainer)
2014-04-04 20:52:06 +00:00
Josh Paetzel
6bb1ed648d Update to 2.10.5
Submitted by:	zlonix
2014-04-02 02:10:42 +00:00
Rusmir Dusko
7c3969f3b8 - Change Makefile header, use my name and @FreeBSD.org email
- Use tar:xz instead of USE_XZ=yes
- Strip libraries
- Break lines around 80 characters
- Change pkg-message, add information about FiSH Protection
- Change pkg-descr, update WWW
2014-04-01 17:54:02 +00:00
Antoine Brodin
c35f26d77a Don't violate stagedir
Reported by:	poudriere
With hat:	portmgr
2014-04-01 17:23:56 +00:00
Bryan Drewery
63fe4a94ea Add non-https mirror 2014-04-01 13:02:31 +00:00
Bryan Drewery
e61a8ebc84 - Update to ae3eb8b
Changes:
  - Fix a potentially endless loop when looking up bot hostnames.
2014-04-01 12:56:29 +00:00
Bryan Drewery
75fb7d2e66 Convert to stagedir 2014-04-01 12:53:11 +00:00
Max Brazhnikov
2fd7e8f7a2 irc/quassel:
- update to 0.10.0
- convert to USES=tar:bzip2
- clean up Makefile from stale stuff
2014-03-31 10:58:50 +00:00
Dirk Meyer
6998b5259a - add USES=tar:bzip2 2014-03-30 14:24:49 +00:00
Max Brazhnikov
ffd97b17f5 irc/konversation-kde4:
- update to 1.5.0 [1]
- convert to USES=tar:xz
- squeeze MASTER_SITE/MASTER_SITE_SUBDIR

PR:		based on ports/187720 [1]
Submitted by:	Matthew Rezny <matthew@reztek.cz>
2014-03-28 20:40:25 +00:00
Diane Bruce
aaf4bcc312 - Fix tiny nit with mislabeled option descriptions
Submitted by:	fwaggle <fwagglechop@gmail.com>
2014-03-25 13:10:12 +00:00
Rusmir Dusko
06f24c5668 - Remove license (BSD), upstream didn't know which BSD license it is
https://github.com/kwaaak/py-fishcrypt/issues/1

- Add USES dos2unix
- Reordering Options and change according to pkg-message
2014-03-19 10:55:44 +00:00
Adam Weinberger
06bd0f4435 Update to 16.0. 2014-03-15 21:05:38 +00:00
Adam Weinberger
74f56a89f7 Use COPYTREE_SHARE.
Set DATADIR to make the process simpler.
No PORTREVISION bump, as no change to final product.
2014-03-15 17:30:23 +00:00
Martin Wilke
6654024e93 - Convert USE_GMAKE to USES 2014-03-15 16:21:34 +00:00
Florian Smeets
24136b5bd5 Release a few ports I don't use anymore. Unfortunately I don't have time to
maintain them properly currently.
2014-03-11 20:35:53 +00:00
Baptiste Daroussin
9ddcc1212b Convert i* to USES=zip 2014-03-10 14:54:41 +00:00
Rene Ladan
c9a690d33c Remove expired ports:
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
2014-03-10 11:50:26 +00:00
Julien Laffaye
236d1a85ce - Update to 1.7
- Add LGPL20 license
- Fix WWW style in pkg-descr
2014-03-09 17:16:36 +00:00
Dirk Meyer
bcb5451f78 - remove broken MANPREFIX 2014-03-09 14:00:22 +00:00
Martin Wilke
98de23cd3b - Stage support 2014-03-06 15:06:16 +00:00
Martin Wilke
9636f065fd - Stage support 2014-03-06 15:02:18 +00:00
Martin Wilke
9e4c7a775a - Stage support 2014-03-06 15:01:42 +00:00
Martin Wilke
76022934fd - Stage support 2014-03-06 14:03:51 +00:00
Mark Felder
a60811c242 Update to 0.8.9
Support STAGE
2014-03-06 13:04:17 +00:00
Thomas Abthorpe
4704187e04 - Reassign to the heap at maintainers request 2014-03-04 18:16:05 +00:00
Emanuel Haupt
9f6cbbed00 Support staging 2014-02-27 15:04:51 +00:00
Emanuel Haupt
71cd9992cb Support staging 2014-02-27 14:59:46 +00:00
Emanuel Haupt
d77672679a Support staging 2014-02-26 07:14:19 +00:00
Martin Wilke
1a919cd9ba - Stage support 2014-02-26 04:45:31 +00:00
Martin Wilke
67bd08c59f - Stage support 2014-02-26 04:45:10 +00:00
Bryan Drewery
f4a45c502e - Use a real version, not one that will checksum fail on every update
- Fix fetching by using CVS git mirror on github maintained by me

Reported by:	gahr
2014-02-25 15:10:01 +00:00
Pietro Cerutti
d7700dec30 - Convert to USES=tcl 2014-02-25 13:58:56 +00:00
Josh Paetzel
4269f95cfa Update to 2.10.4 and improve the port.
- Add a license clause
- Add stage support

Submitted by:	zlonix
2014-02-22 18:17:50 +00:00
Josh Paetzel
cea2298280 Update port for stage support.
Submitted by:	zlonix
2014-02-22 04:21:21 +00:00
Bryan Drewery
4cb568edf3 - Fix build with clang; this is not building a static library, it is building
a shared.
- Add a mirror as upstream is long dead
2014-02-21 17:40:02 +00:00
Bryan Drewery
e237f2439a Fix build with clang 2014-02-21 16:01:05 +00:00
Emanuel Haupt
a63c4d943f Remove trailing whitespaces from category irc 2014-02-21 13:37:29 +00:00
Tijl Coosemans
e03b406540 Fix iconv use on FreeBSD 10. 2014-02-20 22:25:27 +00:00
Pietro Cerutti
b3c3ea25da - Convert to USES=tcl 2014-02-20 10:09:24 +00:00
Pietro Cerutti
6e6b9cff6e - Convert to USES=tcl
- Fix LIB_DEPENDS format
2014-02-20 10:08:27 +00:00
Pietro Cerutti
c5176f9b35 - Also, remove useless include 2014-02-20 10:06:14 +00:00
Pietro Cerutti
2bc5bf9a4e - Convert to USES=tcl 2014-02-20 10:05:21 +00:00
Pietro Cerutti
cc71fee1ed - Remove CFLAGS not understood by gcc 2014-02-20 10:04:56 +00:00
Pietro Cerutti
2b0d56f528 - Convert to USES=tk
- STAGE-clean
2014-02-20 10:01:58 +00:00
Pietro Cerutti
735668549a - Convert to USES=tcl
- STAGE-clean
2014-02-20 09:47:01 +00:00
Pietro Cerutti
b6994ddbb7 - STAGE-clean
- Get rid of pkg-plist
2014-02-18 16:53:59 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Emanuel Haupt
89e3863196 Support staging 2014-02-18 12:07:27 +00:00
Emanuel Haupt
7a68a48d34 Support staging 2014-02-18 12:04:14 +00:00
Emanuel Haupt
681dd132a9 Support staging. 2014-02-18 11:56:23 +00:00
Pietro Cerutti
d9c9432ab5 - Convert to USES=tcl
- Convert to new LIB_DEPENDS format
- STAGE-clean
- Fix WWW line in pkg-descr
2014-02-14 17:14:03 +00:00
Jase Thew
23cef1d922 - Update to 20140213 (0.4.4-dev)
- Add secondary MASTER_SITES entry
- Rename DOCUMENTATION option to DOCS and add a pre-built docs distfile
- Utilise DOCSDIR macro in pkg-plist
- Change defaults to enable all OPTIONS [1]
- Remove COLOR256 option as devel/ncurses no longer supports building with
  extended colour support
- Rework MAINTAINER_MODE to cater for building both manpages and docs

PR:		ports/185908 [1]
Requested by:	dumbbell [1]
2014-02-13 18:38:20 +00:00
Jase Thew
19cc0bbf86 - Add additional primary MASTER_SITES for docs and manpages distfiles
to workaround ftp mirroring delay [1]
- Consolidate all MASTER_SITES and MASTER_SITE_SUBDIR assignments

Reported by:	David Cecchin (via email) [1]
2014-02-13 13:23:05 +00:00
Tim Bishop
f3a91ebc4e atheme-services is a set of Services for IRC networks that allows
users to manage their channels in a secure and efficient way and
allows operators to manage various things about their networks. Unlike
it's predecessor, Shrike, services has a completely reworked form of
channel management that feels somewhat like eggdrop and is somewhat
more useful.

Services currently works with many irc daemons. More details are
available in the config file.

Internally, atheme-services shares more similarities with ircd than it
does with IRCServices. Anope/Epona, Cygnus, OperStats, Hybserv, Theia,
etc are all based on IRCServices and as such have very old legacy code
that none of the authors, except Church truly understand. Atheme was
written completely from scratch with the more complex concepts taken
from various modern ircd packages, including ircu, ircd-ratbox, hybrid
and bahamut.

atheme-services is not a drop-in replacement for Anope or Andy
Church's IRC Services. It is designed with an entirely different set
of goals and as such should not be migrated to with the expectation
that it will behave exactly like what was previously implemented.
Atheme is designed to act as a directory server, with alternative ways
of getting to the data implemented as well as the IRC presence.

WWW: http://www.atheme.org/atheme.html
2014-02-13 10:28:22 +00:00
Jase Thew
0812da96d4 - Update to 0.4.3
- Rename DOCUMENTATION option to DOCS and add a pre-built docs distfile
- Utilise DOCSDIR macro in pkg-plist
- Change defaults to enable all OPTIONS [1]
- Remove COLOR256 option as devel/ncurses no longer supports building with
  extended colour support
- Rework MAINTAINER_MODE to cater for building both manpages and docs

Changes:	http://www.weechat.org/files/changelog/ChangeLog-0.4.3.html

PR:		ports/185908 [1]
Requested by:	dumbbell [1]
2014-02-12 15:52:18 +00:00
Antoine Brodin
d6c0452edf - Fix packaging without perl [1]
- Fix paths inside .packlist files [2]

Reported by:	rotluchs [1], stage-qa [2]
2014-02-11 12:23:46 +00:00
Pietro Cerutti
caacb323b6 - Remove irc/trickyirc -- abandonware, segfaults, no releases in 15 years 2014-02-10 15:08:02 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
ce1c0bc3ed Back to the futur 2014-02-10 13:27:09 +00:00
Baptiste Daroussin
e6ef2c96d5 Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
2014-02-10 12:58:54 +00:00
Mark Felder
e4e8a4e153 Change rc script to daemonize inspircd via daemon(8)
inspircd has a curious feature where it exits with signal 15 when it
forks off to the background. This is very confusing and leads users to
believe the service was not started successfully when in fact it was.

https://github.com/inspircd/inspircd/pull/626

Approved by:	swills (mentor)
2014-02-10 01:46:33 +00:00
Antoine Brodin
0fca8b0215 irssi is responsable for creating the lib/irssi/modules directory 2014-02-09 15:36:09 +00:00
Bryan Drewery
bede64acb1 - Support STAGEDIR 2014-02-09 01:55:21 +00:00
Jase Thew
4a384af9ba - Update to 1.2
- Modernise OPTIONS configuration
- Support custom LOCALBASE
- Stage support

Changes:    http://wiki.znc.in/ChangeLog/1.2
2014-02-07 20:09:51 +00:00
Emanuel Haupt
a1104d6739 Support staging. 2014-02-06 10:49:29 +00:00
Emanuel Haupt
f1c973ce6f - Support staging
- Convert to new options framework
- Use shebangfix
2014-02-06 10:47:30 +00:00
Emanuel Haupt
9520ebb493 - Support staging
- Use shebangfix
- Convert to new options framework
2014-02-06 10:44:38 +00:00
Emanuel Haupt
0276e99be5 Support staging. 2014-02-06 10:38:49 +00:00
Emanuel Haupt
68d88a3079 - Support staging
- Convert to new options framework
- Use shebangfix
2014-02-06 10:37:04 +00:00
Martin Wilke
163d683cee - Stage support 2014-02-06 10:29:09 +00:00
Martin Wilke
9a8024410c - Stage support 2014-02-06 07:21:55 +00:00
Martin Wilke
4db2650df0 - Stage support 2014-02-06 02:43:00 +00:00
Martin Wilke
ef1bf3085c - Stage support 2014-02-06 02:42:20 +00:00
Martin Wilke
f4d76a2c7c - Stage support 2014-02-06 02:41:06 +00:00
Martin Wilke
df47eccab6 - Stage support 2014-02-05 16:59:37 +00:00
Steve Wills
5ede21b2f8 - Add a patch which helps avoid flooding issues
PR:		ports/179720
Submitted by:	myself
Obtained from:	https://projects.duckcorp.org/issues/191
2014-02-02 17:02:36 +00:00
Max Brazhnikov
d7ba8fc7c1 Replace KDE4 sharedmime with USES=shared-mime-info. KDE4 sharedmime is
deprecated and will be removed along with switching KDE4_PREFIX to
${LOCALBASE} soon.
2014-02-01 12:17:42 +00:00
Martin Wilke
fbebb043a5 - Stage support 2014-01-30 16:05:12 +00:00
Andrej Zverev
af6bda5de5 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:18:46 +00:00
Rodrigo Osorio
877dce2447 Update maintainer email address
Approved by:	bapt@ (co-mentor)
2014-01-29 09:17:41 +00:00
Martin Wilke
d169182964 - Fix packaging
Reported by:	deckebot
2014-01-28 04:48:10 +00:00
Guido Falsi
47ea1bbf39 Convert to staging
Approved by:	jlaffaye (maintainer)
2014-01-27 21:30:25 +00:00
Baptiste Daroussin
53f5bbb2ba Deprecate ports broken for more than 6 month 2014-01-27 17:35:26 +00:00
Martin Wilke
bd12f1ef80 - Stage support 2014-01-27 16:51:12 +00:00
Martin Wilke
20c17e5547 - Stage support 2014-01-27 16:20:00 +00:00
Antoine Brodin
a4707e1486 - Finish stage support
- Use new LIB_DEPENDS syntax
2014-01-26 15:10:50 +00:00
Martin Wilke
615f8cad47 - Support CC/CFLAGS properly
PR:		185312
Submitted by:	Ports Fury
2014-01-25 16:54:32 +00:00
Martin Wilke
61647f72a1 - Stage Safe 2014-01-24 14:49:29 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Jonathan Chu
19aceb599f Update maintainer email address
Approved by:    swills (mentor)
2014-01-21 05:12:40 +00:00
Josh Paetzel
1a2a8bf424 Patch configure to DTRT with the optional ruby support
Submitted by:	zlonix
Approved by:	hop (code maintainer)
2014-01-20 16:28:58 +00:00
Martin Matuska
c72d9f3da1 Fix pkg-plist for dircproxy 2014-01-19 12:41:08 +00:00
Martin Matuska
593db95fa0 Add STAGE support to irc/dircproxy 2014-01-19 12:01:14 +00:00
Josh Paetzel
96eb992d54 Update to 1.1.7
Submitted by:	zlonix
2014-01-18 16:47:31 +00:00
Thomas Abthorpe
c9130ff276 - Over to new maintainer 2014-01-16 19:00:09 +00:00
Martin Wilke
07d0a5aab4 - Update to 6.83 2014-01-15 04:19:22 +00:00
Martin Wilke
bbae423208 - Update to 2.44 2014-01-15 04:18:26 +00:00
Bryan Drewery
8fe1879b89 Take maintainership 2014-01-13 21:41:12 +00:00
Bryan Drewery
58ce7c28e3 Take maintainership 2014-01-13 21:40:35 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Mark Felder
b6dca3abd2 Fix creation of directories in rc script
Submitted by:	gizd
Approved by:	crees (mentor)
MFH:		2014Q1
2014-01-13 16:13:33 +00:00
Henrik Brix Andersen
be70472f90 - Update to v3.2.1
- Add staging support
- OTR requires GnuTLS support

PR:		ports/182379, ports/184506
2014-01-12 13:15:02 +00:00
Mark Felder
57a58bd00a Fix SQLITE and GNUTLS build options which were missing pkgconfig
PR:		ports/185610
Approved by:	swills (mentor)
2014-01-11 17:23:09 +00:00
Jase Thew
570d9e9444 - Update to 20140110 2014-01-10 23:56:02 +00:00
Thomas Abthorpe
6d3bc4d922 - Reassign to the heap due to mail bounces 2014-01-10 03:14:45 +00:00
Baptiste Daroussin
26f9947093 Can build properly has user, NEED_ROOT is not needed here.
while here trim comment
2014-01-09 23:23:17 +00:00
Antoine Brodin
4aabbf4232 Stage support 2014-01-09 21:14:38 +00:00
Antoine Brodin
1ac858cdc9 - Stage support
- Add missing OPTIONS_DEFINE
2014-01-09 21:00:15 +00:00
Dirk Meyer
000c72e860 - USES=dos2unix 2014-01-07 06:57:40 +00:00
Raphael Kubo da Costa
6b3bb2140e Update to 3.2.10.2.
==[ .2 RELEASE ]==
The following major issues were present in 3.2.10 & 3.2.10.1 and have
been fixed in this version:
- A remote crash issue when compiled with SSL (NULL pointer dereference)
- A second issue that can potentially lead to a crash (read-after-free)

In addition to these 3.2.10.x fixes there were also some other bugs fixed,
mostly in the area of server linking and flood hardening.

The external libraries of the Windows version have been updated (openssl,
c-ares, zlib). The bundled c-ares source (for *NIX) has been updated too.

PR:		ports/185249
Submitted by:	Jr Aquino <tanawts@gmail.com> (maintainer)
2014-01-06 22:36:23 +00:00
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
Rene Ladan
40cadb6b26 Remove expired port:
2014-01-02 irc/xchat-gnome: broken and no release since 2009
2014-01-02 12:50:26 +00:00
Diane Bruce
2aae30f5f0 - Enable staging
- Add LICENSE
2013-12-30 23:37:14 +00:00
Chris Rees
ffea24219b Stage ports maintained by me in irc java mail
Cleanups in several places
2013-12-29 15:46:13 +00:00
Johan van Selst
69662ccee3 Enable stage support 2013-12-29 15:19:29 +00:00
Dirk Meyer
cca6150fb3 - use OPT_CONFIGURE_* 2013-12-28 06:38:13 +00:00
Philippe Audeoud
f20536806a - Support STAGE 2013-12-27 13:08:28 +00:00
Pawel Pekala
3895939876 - Fix build with clang
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format
- Support staging

While I'm here use option helpers where possible.

PR:		ports/184816
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 15:34:12 +00:00
Dennis Herrmann
f4f1d1d012 - Update to 1.8.8 2013-12-18 08:59:06 +00:00
Dennis Herrmann
4b4e59bc6b - Update to 1.2 2013-12-17 21:49:44 +00:00
Sunpoet Po-Chuan Hsieh
134422d681 - Update to 2.0.11
- Add LICENSE
- Remove outdated RUBY_VER check

Changes:	https://github.com/cinchrb/cinch/blob/master/ChangeLog
2013-12-11 18:49:49 +00:00
Guido Falsi
9c2fd936ed Add missing pkg-message.in file.
PR:             ports/184636
Submitted by:   "Ilya A. Arkhipov" <rum1cro@yandex.ru> (maintainer)
Approved by:    "Ilya A. Arkhipov" <rum1cro@yandex.ru> (via email)
2013-12-10 16:49:53 +00:00
Adam Weinberger
7d8c1f3a9b - NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Staging
- Use OPTIONS where appropriate
- Rename old-style patch files
2013-12-09 02:43:37 +00:00
Dirk Meyer
3d7050e075 - drop PKGMESSAGE while install 2013-12-06 13:43:27 +00:00
Koop Mast
1b035f39a7 Deprecate, broken and last release in 2009. 2013-12-02 21:06:59 +00:00
Rene Ladan
39edf56f09 Remove expired ports:
2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build
2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang
2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything
2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4
2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated
2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1
2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1
2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11
2013-12-01 comms/uhso-kmod: included in base system on all supported releases
2013-12-01 deskutils/ecru: No longer maintained upstream
2013-12-01 editors/gphpedit: No longer maintaned upstream
2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd
2013-12-01 graphics/py-clutter: Broken for more than 6 month
2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
2013-12-01 00:37:20 +00:00
Dirk Meyer
033f7347f8 - use STAGEDIR
- use USE_DOS2UNIX
2013-11-29 19:55:29 +00:00
Eitan Adler
6576c1cbb0 - Stagify
- Fix COMMENT
2013-11-29 02:53:49 +00:00
Max Brazhnikov
bd3f7b0f3e Update to 0.9.2 2013-11-27 12:54:54 +00:00
Dirk Meyer
1ce2dea08b - use STAGEDIR 2013-11-27 05:58:14 +00:00
Mathieu Arnold
c67a97111a Mark MAKE_JOBS_UNSAFE.
maintainer timeout.

PR:		ports/183898
Submitted by:	mat
2013-11-26 14:59:40 +00:00
Guido Falsi
aecd18b031 - Force gcc usage, port depends on gnu extensions
- Add LICENSE
- Convert to staging
- Remove compatibility bits for unsupported OS versions

PR:		ports/183883
Submitted by:	Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer)
2013-11-26 00:15:25 +00:00
Antoine Brodin
4f5544a38b Stage support for non-IGNORED pear classes
Tested by:	poudriere
Approved by:	portmgr (bapt)
2013-11-25 17:59:58 +00:00
Max Brazhnikov
ecfb6f5c63 - Fix runtime problems when building with clang
Submitted by:	cognet
2013-11-21 18:27:22 +00:00
Pietro Cerutti
4d8bd9c6e4 - Convert to USE=gmake tcl
- STAGE-clean
- Add LICENSE
2013-11-21 13:55:27 +00:00
William Grzybowski
ed39daa27e irc/py-irc: update to 8.5.4
- Update to 8.5.4
- Allow staging
- Use python auto plist
2013-11-19 13:44:40 +00:00
William Grzybowski
e621fbee35 irc/ircd-hybrid: fix plist in my last commit 2013-11-14 10:39:23 +00:00
William Grzybowski
ed7970d591 irc/ircd-hybrid: update to 8.1.3
- Update to 8.1.3 [1]
- Convert to options ng [1]
- USES gmake
- Remove leading article from COMMENT
- Use options helpers
- Allow staging

PR:		ports/180201 [1]
Submitted by:	Nick Hilliard <nick foobar.org>
Approved by:	db (maintainer timeout, 4 months)
2013-11-10 14:12:16 +00:00
Philippe Audeoud
3f9239f165 - Fix distinfo 2013-11-08 18:37:05 +00:00
Philippe Audeoud
d4a2b2359b - Update to 20131030 2013-11-08 15:51:47 +00:00
William Grzybowski
97a797b71f irc/ngircd: update to 21
- Update to 21 [1]
- Allow staging
- Indent options descriptions

PR:		ports/183758
Submitted by:	Kjetil Rustad <kjetil cckengine.com>
2013-11-08 14:17:56 +00:00
Baptiste Daroussin
c11f1a0a1c Fix pkg name collisions
With hat:	portmgr
2013-11-06 17:52:42 +00:00
Max Brazhnikov
a3b6c3aa10 Update to 0.9.1 2013-11-06 15:58:35 +00:00
Bryan Drewery
d67af8792f Revert USES tcl change 2013-11-05 11:57:56 +00:00
Bryan Drewery
00a326e5e5 - Convert to staging
- Reset maintainer
2013-11-05 11:57:00 +00:00
Vanilla I. Shu
30d3914137 Support STAGEDIR. 2013-11-04 14:28:11 +00:00
Bryan Drewery
bcc94221ac - Fix build with REMOTE [1]
- Add missing dependency on pkgconfig

PR:		ports/183587 [1]
Submitted by:	JR Aquino <tanawts@gmail.com> (maintainer) [1]
2013-11-04 00:08:07 +00:00
Mark Felder
133446b5ad Fix PKGNAME conflict
Deprecate, set expiration date
Hand port over to ports@FreeBSD.org

PR:		ports/183445
Approved by:	maintainer, swills (mentor, implicit)
2013-11-01 12:49:07 +00:00
Steve Wills
f70564d745 - Add stage support 2013-10-30 02:50:05 +00:00
Mark Felder
8e27525302 STAGE support
Approved by:	swills (mentor)
2013-10-29 14:00:07 +00:00
Dirk Meyer
f9a95694ae - revert r331810 2013-10-28 20:17:49 +00:00
Dirk Meyer
338eecf237 - use STAGEDIR
- use OPTIONS_DEFINE
2013-10-27 22:29:46 +00:00
Shaun Amott
2125420ff2 Update WWW; the old domain is now controlled by squatters.
Submitted by:	Michael Clay
Approved by:	moggie <moggie@elasticmind.net> (maintainer)
2013-10-27 13:21:29 +00:00
Emanuel Haupt
96e924e3e0 Support staging. 2013-10-26 07:52:07 +00:00
Alex Kozlov
546a9259a9 - Return ports to the pool
PR:	ports/183244
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
2013-10-23 20:45:10 +00:00
Max Brazhnikov
21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Jase Thew
4f7d21bae8 - Add STAGE support
- pkg-descr: Fix WWW whitespace nit and update URL
2013-10-21 20:18:26 +00:00
Vanilla I. Shu
3117796d00 Fix building with ports ncurses. 2013-10-21 14:42:24 +00:00
Jase Thew
742caf4154 - Update to 20131015 (0.4.3-dev)
- Convert to latest LIB_DEPENDS format
- Add STAGE support
- Fix whitespace nits
- Revise pkg-descr to reflect reality - WeeChat client is ncurses only and
  other front-ends will connect to the ncurses client
- Add MANPAGES option along with pre-built manpages for all supported languages
2013-10-19 02:40:28 +00:00
Jase Thew
9c04ae0823 - Update to 0.4.2
- Convert to latest LIB_DEPENDS format
- Add STAGE support
- Fix whitespace nits
- Revise pkg-descr to reflect reality - WeeChat client is ncurses only and
  other front-ends will connect to the ncurses client
- Add MANPAGES option along with pre-built manpages for all supported languages

Changes:	http://www.weechat.org/files/changelog/ChangeLog-0.4.2.html
2013-10-18 21:50:45 +00:00
Baptiste Daroussin
0fede66812 Change maintainer
Submitted by:	"Ilya A. Arkhipov" <rum1cro@yandex.ru>
Approved by:	"Andrey V. Elsukov" <bu7cher@yandex.ru> (former maintainer)
2013-10-18 15:02:20 +00:00
Eitan Adler
60b201c862 - Convert to staging 2013-10-16 03:11:32 +00:00
Eitan Adler
7f01dbce29 - Convert to staging. 2013-10-16 03:09:48 +00:00
Eitan Adler
4627b35e11 Fix pkg-plist and make poudriere think that its correct.
Also, convert to staging

This port still needs massive cleanup
2013-10-16 02:55:17 +00:00
Eitan Adler
14e13da149 Clean up some COMMENTs 2013-10-15 21:17:55 +00:00
Vanilla I. Shu
fee5edc6d9 Fix 'build package' with better solution.
Obtained from:	danfe@
2013-10-09 11:42:06 +00:00
Pietro Cerutti
c61b256827 - Bump PORTREVISION on ports dependent on FOX. This is needed because we
now use ltverhack on FOX. This should be the last time.
2013-10-07 13:15:43 +00:00
Max Brazhnikov
4476a5c138 - Remove LATEST_LINK from my Qt4/KDE4 ports
- Use new LIB_DEPENDS syntax
- Use options helpers
2013-10-07 12:26:54 +00:00
Vanilla I. Shu
1fc4a4c21f Fix build pageage.
PR:		ports/182720
Submitted by:	Kevin Zheng <kevinz5000 at gmail.com>
2013-10-06 02:51:04 +00:00
Rusmir Dusko
efd68cf149 - Bump PORTREVISION for dependency change
- Remove audio/libcanberra from default install
- Reordering  Options
- Add CANBERRA Option
- Add CANBERRA and PYTHON to default Options
- Support STAGEDIR

Approved by:	wg/pawel (mentors)
2013-10-04 21:59:14 +00:00