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

3529 Commits

Author SHA1 Message Date
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