1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

3659 Commits

Author SHA1 Message Date
Johannes Jost Meixner
fb5d6af4c4 irc/bitchx: update to 1.2.1
- update to 1.2.1
- use OPTIONS helpers
- remove unnecessary Perl depencency
- remove unnecessary GCC dependency
- Add support for hebrew language (as option)
- Add helpful toggles (as option
- Kill files/ directory

PR:		195526
Differential Revision:	https://reviews.freebsd.org/D1710
Submitted by:	Chris Petrik <chris@bsdjunk.com>
Approved by:	koobs (mentor)
2015-01-29 13:13:59 +00:00
Antoine Brodin
d70e5c3682 Move USE_OPENSSL to the correct place and remove a spurious WITH_OPENSSL_BASE=yes 2015-01-28 09:04:34 +00:00
Jase Thew
be667be802 irc/weechat: Update to v1.1.1
Changes:	https://weechat.org/files/changelog/ChangeLog-1.1.1.html
2015-01-27 01:16:55 +00:00
Vanilla I. Shu
8df7878924 Upgrade to 1.1.6, add LICESNE. 2015-01-19 08:11:49 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Bryan Drewery
c58615450e Pass maintainership to new volunteer. They are mirroring the distfile and
may continue development as well.

PR:		ports/196610
Submitted by:	Chris Hutchinson <portmaster@BSDforge.com>
2015-01-10 03:33:34 +00:00
Emanuel Haupt
ab1f9189ad Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 09:38:25 +00:00
Sunpoet Po-Chuan Hsieh
144ba52c5e - Update to 6.88
- Sort PLIST

Changes:	http://search.cpan.org/dist/POE-Component-IRC/Changes
2015-01-04 09:26:23 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Grzegorz Blach
a781a6e13c - Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
  which depends on imlib2

PR:		196062
Approved by:	portmgr
2014-12-27 00:09:02 +00:00
Kubilay Kocak
9598a6f290 irc/ngircd: Update to 22
- Update to 22
- Add LICENSE_FILE
- Whitespace align OPTIONS helpers

Changes:

  * http://ngircd.barton.de/doc/ChangeLog

PR:		196282
Submitted by:	kjetil at cckengine com
2014-12-26 14:58:24 +00:00
Mark Felder
a842bf6803 Update to 2.0.18 2014-12-23 16:48:51 +00:00
Baptiste Daroussin
d9740dc5b4 Cleanup plist 2014-12-20 19:02:25 +00:00
Mark Felder
94849d42cb Update "BSD" license 2014-12-06 18:55:44 +00:00
Carlo Strub
fb14c8850f - Update to 4.1.0
- Use striping
- Please portlint
- Bump PORTREVISION
2014-12-02 22:44:25 +00:00
Emanuel Haupt
983062642d Convert to USES=tar:tgz 2014-11-29 20:18:18 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Adam Weinberger
b0dd30635e Update to 20141122.
Add a patch from naddy that prevents items from being written
twice with logging enabled.
2014-11-23 15:29:39 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
Tijl Coosemans
5b6c7671ef Create a subdirectory of /var/run that is writeable by the bopm user and
put the pidfile there.

Tested by:	Michael D <me@md-5.net>
2014-11-22 20:04:49 +00:00
Koop Mast
dd8ebdacfa Fix CATEGORIES.
Submitted by:	freshports sanity checker
2014-11-19 12:05:49 +00:00
Koop Mast
af3811313c The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
Mathieu Arnold
93eed364ba Take miwi's old perl ports into perl@'s fold.
Sponsored by:	Absolight
2014-11-18 10:38:26 +00:00
Baptiste Daroussin
91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00
Adam Weinberger
b18c3378ab Update to 20141028. 2014-11-07 18:08:40 +00:00
Mathieu Arnold
d291ad32ca Replace some occurences of mach with PERL_ARCH (and a couple of other small noop fixes.)
With hat:	perl@
Sponsored by:	Absolight
2014-11-07 13:51:10 +00:00
Max Brazhnikov
a740f1402a irc/quassel: add CPE info 2014-11-07 10:47:34 +00:00
Max Brazhnikov
ee4f5306f7 irc/konversation-kde4:
- Update to 1.5.1. This release addresses several minor bugs and a low-risk
  DoS security defect in the Blowfish ECB support [1].

[1] https://www.kde.org/info/security/advisory-20141104-1.txt

MFH:	2014Q4
2014-11-05 14:48:42 +00:00
Ashish SHUKLA
85f56adb6e - Chase GNU Emacs updates
PR:		194624
2014-11-05 13:19:31 +00:00
Baptiste Daroussin
a75eaefc8f Modernize plist 2014-10-31 14:53:49 +00:00
Baptiste Daroussin
a594107ebf Modern plist 2014-10-31 14:50:49 +00:00
Johan van Selst
519d5660ef The IRC configure script has curious logic, is being overly complex,
and actually breaks badly if the port is being built in a chroot
where the host triplet won't match the jail triplet.

The solution I've provided here is clean.  Using the pre-configure
target, the build directory (with a fixed name) is created and the
needed configure script and header are copied over, just like the top
configure script does.  Then the port makefile just configures with
that.  It's much better, more robust, and fixes the triplet mismatch.

PR:		194679
Submitted by:	marino
2014-10-29 09:41:47 +00:00
Baptiste Daroussin
b6bb709058 Cleanup plist 2014-10-27 13:00:21 +00:00
John Marino
f85f4ec41b irc/weechat: Remove CFLAGS+= Qunused-arguments
That switch is not recognized by GCC, and GCC 4.7 and later will
considered unrecognized switches as errors and break the build.  This
was seen on dports, but can be reproduced on ports with USE_GCC=yes.

PR:		194575
Approved by:	jase@ (maintainer)
2014-10-27 12:23:15 +00:00
John Marino
4f3ede694e irc/bopm is not safe for parallel building 2014-10-22 22:35:11 +00:00
Max Brazhnikov
593ddde04d irc/quassel:
- Update to 0.11.0. This version requires compiler with c++11 support
- Сonvert to USES=execinfo
- Use options helpers as much as possible
- Fix packaging for combination of NLS/MONO_OR_CLIENT options
- drop @dirrm from plist
2014-10-22 13:29:30 +00:00
Marcus von Appen
734b63302e - Convert ports of irc/ and lang/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:52:16 +00:00
Vanilla I. Shu
0b6812e1fd use '?=' on PORTREVISION, slave ports need it.
Submitted by:	sunpoet@
2014-10-18 15:23:27 +00:00
Jase Thew
b5e0c7414e irc/weechat: Add default dependency on Mozilla CA Bundle for cert verification
- Configure WeeChat to use Mozilla CA Bundle location
- Remove some custom descriptions that are no longer required

While I'm here:
- Reword two custom descriptions for consistency

Suggested by:	Benjamin Stier
PR:	ports/192737
2014-10-17 15:05:27 +00:00
Jase Thew
e6863387ea irc/weechat: Update to 1.0.1
- Utilise OPTIONS helpers
- Quieten compiler warnings about unused arguments (caused by unconditionally
  passing LOCALBASE/{lib,includes} via CFLAGS)
- Remove occurrences of deprecated @dirrm and @dirrmtry from plist

Changes:	http://www.weechat.org/files/changelog/ChangeLog-1.0.1.html
2014-10-16 19:29:33 +00:00
Bryan Drewery
525da51c02 - Update to checkin 2bf3950 [1]
- Remove @dirrm

PR:		194407 [1]
Submitted by:	Ralf van der Enden <tremere@cainites.net> [1]
2014-10-16 18:45:55 +00:00
John Marino
78a3ed4d90 Close out a bunch of PRs that only remove @dirrm
PR:		194331, 194332
PR:		194365, 194366, 194369, 194371, 194374
2014-10-15 11:32:09 +00:00
Vanilla I. Shu
df43af2c82 Upgrade to 0.8.17. 2014-10-13 04:04:52 +00:00
Dirk Meyer
e09b5271a5 - update miniupnpc to 1.9
- bump users of shared lib version
PR:		194031
2014-10-11 09:12:17 +00:00
Emanuel Haupt
e283a7caf5 Remove @dirrm, @dirrmtry 2014-10-08 14:26:25 +00:00
Mark Felder
d2d421aab6 Add CPE capability
Remove unnecessary @dirrm
2014-10-07 15:47:18 +00:00
Tijl Coosemans
30bc262d2a - Remove USE_AUTOTOOLS
- Use INSTALL_TARGET=install-strip
- Fix problem with locale directory by setting CPPFLAGS
2014-10-03 16:09:59 +00:00
Mathieu Arnold
cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Baptiste Daroussin
3fb5d7729d Convert to USES=pear 2014-09-23 16:38:52 +00:00
Rodrigo Osorio
f566039c13 OptionsNG conversion brokes few options making
them available by default. Also added MAKE_JOBS_UNSAFE
to avoid intermittent build failures.

PR:		ports/181481
Submitted by:	John Marshall <John.Marshall@riverwillow.com.au>
Approved by:	bapt (mentor)
2014-09-20 16:08:01 +00:00