aboutsummaryrefslogtreecommitdiffstats
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* irc/quassel:makc2015-05-162-4/+3
| | | | | | - Update to 0.11.1, which addresses CVE-2015-3427 MFH: 2015Q2
* MASTER_SITES cleanup.mat2015-05-1410-17/+10
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* This seems JOBS SAFE now.bdrewery2015-05-111-2/+0
|
* - Add CPE infoamdmi32015-05-111-2/+3
| | | | | | - While here, add archive/ directory to MASTER_SITES as distfile may be _moved_ there Approved by: portmgr blanket
* - Add a new SKYPE option, off by defaultgarga2015-05-082-83/+45
| | | | | | | | | | - Modernize Makefile using OPTION helpers - Do not set options for configure's default options - Re-order options alphabetically - libevent wasn't detected, added --libevent=${PREFIX} PR: 199657 (based on) Submitted by: Bernard Spil <spil.oss@gmail.com>
* Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-088-23/+14
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* - Add missing DEPENDSwen2015-05-071-1/+3
| | | | | PR: 198782 Submitted by: hasandiwan@gmail.com
* Due to the disabling of the bugzilla account, reset maintainership ofeadler2015-05-041-1/+0
| | | | | | the remainder of Chris's ports. Submitted by: "Chris Petrik" <chris@bsdjunk.com>
* Support building with LibreSSLfeld2015-05-015-13/+97
| | | | | | | | | | | Fully strip binaries unless DEBUG enabled Create /var dirs in rc script start_precmd instead of in package Make rc script pass rclint Upstream has accepted the LibreSSL patches but their releases are far apart, so patching in ports tree for now. PR: 198506
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.bdrewery2015-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
* - Chase GNU Emacs updatesashish2015-04-271-1/+1
| | | | PR: 199553
* - Add CPE infoamdmi32015-04-251-1/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-251-1/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-251-1/+2
| | | | Approved by: portmgr blanket
* Add "reload" command to rc scriptfeld2015-04-242-2/+3
| | | | Pass rclint
* Anope supports reloading via HUPfeld2015-04-241-0/+1
|
* rc script improvementsfeld2015-04-242-4/+4
| | | | It was not setting user to "nobody" correctly
* Add LICENSEfeld2015-04-241-0/+2
|
* Update to 2.0.2, take maintainershipfeld2015-04-247-215/+407
| | | | | | | | * Anope now works (was broken since STAGE) * All extra modules are now port options * Anope service runs as nobody by default Approved by: mat
* gnutls module doesn't need libgcrypt (from gpg...)feld2015-04-231-2/+1
|
* Upgrade to 1.1.7.vanilla2015-04-232-4/+4
|
* - Add empty directories to plistamdmi32015-04-232-0/+4
| | | | Approved by: portmgr blanket
* - Display a stage-qa warning when ports use PREFIX/var instead of /vartijl2015-04-215-152/+150
| | | | | | | | | | | | | | | | | | - Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not when CONFIGURE_ARGS already sets it. (GNU configure scripts set it to PREFIX/var when PREFIX != /usr.) - Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so they aren't affected by this change (for now at least). This commit is meant to ensure that new ports don't make the same mistake. - games/acm: the configure script in this port is very old; instead of patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE. - irc/charybdis: it already used /var but adding --localstatedir=/var changed the behaviour of the configure script; adjust the port to this. PR: 199506 Exp-run by: antoine Approved by: portmgr (antoine)
* Use the new USE_GITHUB.adamw2015-04-202-5/+6
| | | | And, reassign to ports@. I don't want to maintain this anymore.
* Convert to USES=autoreconftijl2015-04-191-6/+2
|
* - Add LICENSEsunpoet2015-04-181-0/+3
| | | | | PR: 199492 Submitted by: Chris Petrik <chris@bsdjunk.com> (co-maintainer)
* Fix building against LibreSSLfeld2015-04-161-0/+10
| | | | | | Upstream is accepting this change and it will land in the next release. PR: 198387
* irc/bitchx: add CPE inforobak2015-04-161-1/+1
| | | | | | PR: 199375 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* irc/bip: add CPE inforobak2015-04-161-1/+2
| | | | | | PR: 199373 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-161-1/+1
| | | | Approved by: portmgr blanket
* converters/libiconv:tijl2015-04-154-1/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* - Clarify LICENSEamdmi32015-04-091-1/+3
| | | | | - Add LICENSE_FILE - Add CPE info
* - Simplify MASTER_SITESamdmi32015-04-091-4/+6
| | | | - Add CPE info
* - Update to 3.4garga2015-04-092-21/+26
| | | | | | | | | | | | | | - Added xmlto and libxslt as dependencies, needed to build manpages - Removed IPV6 OPTION, it doesn't exist on configure anymore - Added NSS as a valid option to SSL - Added a new single option EVENTS, glib or libevent2 - Removed dependency of gnutls to OTR, it builds fine with openssl and/or nss - Disabled MSN by default, it was disabled also on configure since latest protocol version stopped working - As suggested by brix, takeover maintainership PR: 199261 Approved by: brix (maintainer)
* Update rbot to the new upstream from the 20150311 snapshot.bdrewery2015-04-044-66/+30
| | | | | | | It now actually works with Ruby 2.0+. This requires manual migration to fix the registry files. See the UPDATING entry.
* Make it build with LibreSSL. [1]mat2015-03-315-2/+105
| | | | | | | | While there, catch up with new options behaviors. PR: 198491 [1] Submitted by: Bernard Spil [1] Sponsored by: Absolight
* Remove dead mirrorbapt2015-03-311-1/+1
|
* Revert the autoreconf conversion I have no time to fix the issue that happen ↵bapt2015-03-301-1/+5
| | | | when converted
* Convert to USES=autoreconfbapt2015-03-291-6/+4
| | | | Strip binaries
* 5 ports categories: Remove $PTHREAD_LIBSmarino2015-03-253-4/+4
| | | | | | Categories: irc, x11-clocks, benchmarks, misc, textproc approved by: PTHREAD blanket
* irc/quassel:makc2015-03-242-1/+2
| | | | | | | - Generate 4096 bit RSA certificate PR: 198809 Suggested by: Robert Sevat
* - unbreakdb2015-03-233-12/+24
| | | | - fix pkg-plist
* For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME tobdrewery2015-03-211-2/+2
| | | | | | | | | | include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile having the same name despite changing one of these values and causing a bad checksum. Differential Revision: https://reviews.freebsd.org/D2103 Reviewed by: mat With hat: bdrewery
* Mark BROKEN: Fails to packageantoine2015-03-211-0/+2
| | | | | | | | | | ===> Building package for ircd-hybrid-8.2.5 pkg-static: Unable to access file /wrkdirs/usr/ports/irc/ircd-hybrid/work/stage/usr/local/lib/ircd-hybrid/modules/autoload/m_operwall.la: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/irc/ircd-hybrid/work/stage/usr/local/lib/ircd-hybrid/modules/autoload/m_operwall.so: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/irc/ircd-hybrid/work/stage/usr/local/lib/ircd-hybrid/modules/autoload/m_services.la: No such file or directory ... Reported by: pkg-fallout
* Convert my ports to the new USE_GITHUBbdrewery2015-03-202-5/+4
|
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-203-3/+3
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* Add CPE.mat2015-03-181-1/+3
| | | | Sponsored by: Absolight
* - Fix shebangsamdmi32015-03-152-1/+4
| | | | - Add empty directory to plist
* - Update to 2.0.2sunpoet2015-03-142-6/+8
| | | | | | | - Add LICENSE - Sort RUN_DEPENDS Changes: https://github.com/jimmycuadra/lita-irc/releases
* Update to 8.2.5db2015-03-142-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feedback from upstream: Hello, EGD support has been dropped in ircd-hybrid 8.1.20 which was released on July 20, 2014. Also the compression issue has been fixed as well sometime last year. Greets, Michael Bernard Spil schrieb: Hi, ircd-hybrid unconditionally uses RAND_egd which has been removed from LibreSSL. Additionally it uses compression which is moved to a separate header. Attached patches 1. Use autoconf to detect availability of RAND_egd in libcrypto 2. Disable EGD if RAND_egd is not available 3. Add the openssl/comp.h header to src/rsa.c to fix build I've been working through over 60 build failures with LibreSSL and supplying FreeBSD ports and upstream projects with patches, check https://wiki.freebsd.org/LibreSSL and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198505 for this bugs status in ports. Please include this patch into your product. Additionally please review completely removing EGD as no platform requires it or has required perl EGD as a random source fer many years. Kind regards, Bernard Spil. PR: ports/198505 Submitted by: spil.oss@gmail.com
* Clean up the rest of the perl@ Makefiles a bit.adamw2015-03-148-21/+11
| | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
* - Update to 1.6.0. This requires a C++11 compiler and library.bdrewery2015-03-124-12/+28
| | | | | | PR: 198060 Submitted by: Matthew Connelly <freebsd-bugs@maff.im> Approved by: maintainer timeout
* - update to 3.30dinoex2015-03-082-4/+3
|
* Remove Author from pkg-descr and white space fixesbapt2015-03-034-9/+2
|
* 1: add LICENSE.vanilla2015-03-022-56/+28
| | | | | | | | 2: use options helper 3: add TRUECOLOR knob PR: 198103 [3] Submitted by: Olivia Theze fox at foxiepa.ws [3]
* p5-Test-Differences was already listed as a TEST_DEPENDS, but was missedadamw2015-02-261-1/+1
| | | | being removed from BUILD/RUN_DEPENDS.
* - Switch my ports to USE_QT4=linguisttools_build and adjust Qt componentsmakc2015-02-251-1/+1
| | | | | - Use LUPDATE/LRELEASE provided by bsd.qt.mk - Drop needless stripping
* irc/bitchx: update to 1.2.1xmj2015-01-295-95/+35
| | | | | | | | | | | | | | | - 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)
* Move USE_OPENSSL to the correct place and remove a spurious ↵antoine2015-01-281-2/+1
| | | | WITH_OPENSSL_BASE=yes
* irc/weechat: Update to v1.1.1jase2015-01-276-83/+50
| | | | Changes: https://weechat.org/files/changelog/ChangeLog-1.1.1.html
* Upgrade to 1.1.6, add LICESNE.vanilla2015-01-192-3/+6
|
* Add missing USE_OPENSSL=yestijl2015-01-156-6/+13
| | | | PR: 195796
* Pass maintainership to new volunteer. They are mirroring the distfile andbdrewery2015-01-102-3/+3
| | | | | | | may continue development as well. PR: ports/196610 Submitted by: Chris Hutchinson <portmaster@BSDforge.com>
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
|
* - Update to 6.88sunpoet2015-01-043-5/+4
| | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/POE-Component-IRC/Changes
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-035-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Remove Mk/bsd.efl.mkgblach2014-12-271-2/+2
| | | | | | | | | | - 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
* irc/ngircd: Update to 22koobs2014-12-262-19/+20
| | | | | | | | | | | | | - 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
* Update to 2.0.18feld2014-12-243-4/+6
|
* Cleanup plistbapt2014-12-213-3/+0
|
* Update "BSD" licensefeld2014-12-071-1/+1
|
* - Update to 4.1.0cs2014-12-032-2/+2
| | | | | | - Use striping - Please portlint - Bump PORTREVISION
* Convert to USES=tar:tgzehaupt2014-11-301-1/+2
|
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2645-61/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 20141122.adamw2014-11-233-3/+15
| | | | | Add a patch from naddy that prevents items from being written twice with logging enabled.
* Finally retire USE_PGSQLcrees2014-11-232-2/+2
|
* Create a subdirectory of /var/run that is writeable by the bopm user andtijl2014-11-233-10/+10
| | | | | | put the pidfile there. Tested by: Michael D <me@md-5.net>
* Fix CATEGORIES.kwm2014-11-191-1/+1
| | | | Submitted by: freshports sanity checker
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-195-0/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Take miwi's old perl ports into perl@'s fold.mat2014-11-1810-10/+10
| | | | Sponsored by: Absolight
* Reset miwi's maintainership per his demandbapt2014-11-1813-13/+13
| | | | Hope to see you back! Thank for all the work!
* Update to 20141028.adamw2014-11-082-4/+3
|
* Replace some occurences of mach with PERL_ARCH (and a couple of other small ↵mat2014-11-071-1/+1
| | | | | | | noop fixes.) With hat: perl@ Sponsored by: Absolight
* irc/quassel: add CPE infomakc2014-11-071-1/+4
|
* irc/konversation-kde4:makc2014-11-053-4/+6
| | | | | | | | | - 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
* - Chase GNU Emacs updatesashish2014-11-051-1/+1
| | | | PR: 194624
* Modernize plistbapt2014-10-311-1/+1
|
* Modern plistbapt2014-10-311-1/+1
|
* The IRC configure script has curious logic, is being overly complex,johans2014-10-291-2/+8
| | | | | | | | | | | | | | 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
* Cleanup plistbapt2014-10-2790-979/+16
|
* irc/weechat: Remove CFLAGS+= Qunused-argumentsmarino2014-10-271-1/+0
| | | | | | | | | 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)
* irc/bopm is not safe for parallel buildingmarino2014-10-232-1/+3
|
* irc/quassel:makc2014-10-224-92/+56
| | | | | | | | - 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
* - Convert ports of irc/ and lang/ to new USES=pythonmva2014-10-2110-21/+14
| | | | Approved by: portmgr (implicit)
* use '?=' on PORTREVISION, slave ports need it.vanilla2014-10-181-1/+1
| | | | Submitted by: sunpoet@
* irc/weechat: Add default dependency on Mozilla CA Bundle for cert verificationjase2014-10-171-7/+9
| | | | | | | | | | | - 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
* irc/weechat: Update to 1.0.1jase2014-10-177-277/+195
| | | | | | | | | - 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
* - Update to checkin 2bf3950 [1]bdrewery2014-10-173-17/+4
| | | | | | | - Remove @dirrm PR: 194407 [1] Submitted by: Ralf van der Enden <tremere@cainites.net> [1]
* Close out a bunch of PRs that only remove @dirrmmarino2014-10-151-2/+0
| | | | | PR: 194331, 194332 PR: 194365, 194366, 194369, 194371, 194374
* Upgrade to 0.8.17.vanilla2014-10-134-25/+15
|
* - update miniupnpc to 1.9dinoex2014-10-111-1/+1
| | | | | - bump users of shared lib version PR: 194031
* Remove @dirrm, @dirrmtryehaupt2014-10-081-1/+0
|
* Add CPE capabilityfeld2014-10-072-9/+4
| | | | Remove unnecessary @dirrm
* - Remove USE_AUTOTOOLStijl2014-10-041-16/+2
| | | | | - Use INSTALL_TARGET=install-strip - Fix problem with locale directory by setting CPPFLAGS
* Cleanup @dirrm* from my ports.mat2014-10-032-16/+5
| | | | Sponsored by: Absolight
* Convert to USES=pearbapt2014-09-241-7/+2
|
* OptionsNG conversion brokes few options makingrodrigo2014-09-211-2/+10
| | | | | | | | | 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)
* Update to 2.0.17feld2014-09-193-8/+10
| | | | | | | Properly configure default data and log directories. Enable OPENSSL as default open -- crypto should be possible out of the box.
* Retire MANCOMPRESSED.mat2014-09-181-1/+0
| | | | | | | | | Also the compat NO_INSTALL_MANPAGES shim. Differential Revision: https://reviews.freebsd.org/D730 Reviewed by: antoine With hat: portmgr Sponsored by: Absolight
* Alter rc script startup ordering.feld2014-09-132-2/+2
| | | | | | | | In the event the user is running Inspircd with a MySQL or Postgres backend it will fail to start on boot if it comes up before the database does. PR: 191187
* - Update to 2.10.1, announce message is here:nemysis2014-09-124-56/+32
| | | | | | | | | | | | | | | | | | | http://hexchat.readthedocs.org/en/latest/changelog.html - Take maintainership - Add dependency for devel/gnome-common - Remove XFT Option, changed by upstream - Remove LIBSEXY, SOCKS and XFT from default Options - Add SOCKS_DESC - Remove Spell Options and dependencies, changed by upstream - Remove PORTSCOUT - USES python instead of USE_PYTHON=yes - Remove obsolete REINPLACE, changes accepted by upstream to use SH - Change REINPLACE, changed by upstream - Add CP and RM, not fixable with other ways - Recreate patch files/patch-src__common__ssl.c with make makepatch Approved by: maintainer (private email)
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-116-5/+6
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* irc/rubygem-lita-irc: add port for rubygem-lita-ircswills2014-09-104-0/+25
| | | | | | An IRC adapter for Lita. WWW: https://github.com/jimmycuadra/lita-irc
* - Convert to USES=libtool and add INSTALL_TARGET=install-striptijl2014-09-096-56/+43
| | | | | | | - Store pid file under /var/run instead of /var/log - Add patch to fix DESTDIR problems - Use @sample - Replace pkg-deinstall and @exec with @dirrmtry
* Allow staging as a regular userantoine2014-09-071-1/+1
|
* security/cracklib:tijl2014-09-061-1/+1
| | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Convert to USES=python - Use MAKE_CMD - Create manpage link in post-install instead of using @exec
* Package the binary, not a symlink to it.adamw2014-09-051-1/+2
| | | | PR: 193333
* Update to 20140831.adamw2014-09-032-4/+4
|
* Drop now useless @cwdbapt2014-09-031-1/+0
|
* Drop now useless @cwdbapt2014-09-031-1/+0
|
* Add missing library libgmodule-2.0tijl2014-09-021-0/+3
| | | | Reported by: antoine
* Add USES=libtool to accessibility/atkmm and bump dependent portstijl2014-09-021-1/+1
|
* Remove non staged ports without pending PR from j*bapt2014-09-025-78/+0
|
* lang/guile:tijl2014-08-311-0/+1
| | | | | | | | | - Add USES=libtool and bump dependent ports - Replace Makefile.* patches with USES=pathfix - Replace config.h.in patch with USE_AUTOTOOLS=autoheader - Avoid automake by touching Makefile.in Approved by: portmgr (implicit, bump unstaged port)
* irc/undernet-ircu: Unbreak build on FreeBSD 8.4marino2014-08-311-0/+5
| | | | | | Undernet-ircu fails to build on FreeBSD 8.4 when --enable-profile (the default) is included in configure arguments. To restore building on FreeBSD 8.4, remove this as an option for that release.
* dns/libidn:tijl2014-08-311-0/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
* Fix build on 8 and 9.adamw2014-08-301-2/+6
| | | | I hate fighting with sloppy autotools usage.
* Update to 20140824.adamw2014-08-293-19/+25
| | | | | Big ticket change is SSL support. OPENSSL option added, defaults to on.
* - Fix build by adding missing LIBSamdmi32014-08-291-0/+1
| | | | Approved by: portmgr blanket
* dns/c-ares:tijl2014-08-282-2/+2
| | | | | | | | - Add USES=libtool and bump dependent ports - Move variable definitions in front of include bsd.port.options.mk - Replace patch with USES=pathfix Approved by: portmgr (implicit, bump unstaged port)
* Enable SSL by default.mat2014-08-271-1/+2
| | | | | | PR: 193010 Submitted by: dumbbell Sponsored by: Absolight
* irc/rubygem-cinch: update to 2.1.0swills2014-08-242-3/+3
|
* Conver to USES=pythonadamw2014-08-231-3/+2
|
* - Switch to USES=libtool, drop .la filesamdmi32014-08-202-2/+2
| | | | Approved by: portmgr blanket
* Add USES=libtool:keeplatijl2014-08-181-1/+3
|
* Stage irc/undernet-ircu and assign maintainership to submittermarino2014-08-174-78/+76
| | | | | | | | | | Big changes include moving ircd from bin to sbin and installing lots of documentation. Also "disable" options were swapped to "enable" options and turned on by default. PR: 192720 Submitted by: Daniel Austin Add'l work by: marino
* Add missing patch, and rename patch-xx.vanilla2014-08-173-0/+28
| | | | Submitted by: adamw@
* - Fix WITH_SSP_PORTS build.bdrewery2014-08-171-1/+1
| | | | | | 3.2.2 set the default EFLAGS to '-lm' which resulted in our LDFLAGS being added without a preceding space. Now just add our LDFLAGS on the end.
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-162-1/+2
| | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
* Fix build on -current. Also, remove unnecessary bsd.port.options.mk inclusion.adamw2014-08-161-6/+4
|
* irc/mias: Unmute installation commandmarino2014-08-151-1/+1
| | | | Noticed by: @danfe
* irc/miau: Fix IPv6 option, reassign maintainer to submittermarino2014-08-151-23/+32
| | | | | | | | Whle here, de-indent most of the Makefile and fix DOCS option too. PR: 190984 Submitted by: Daniel Austin Approved by: maintainer timeout (2 months)
* Stagify, add LICENSE.vanilla2014-08-152-4/+7
|
* Bump PORTREVISION on all ports that depend on net/GeoIP foradamw2014-08-121-1/+1
| | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports)
* Unbreak by applying same patch as was applied to irc/weechatantoine2014-08-091-1/+1
| | | | Reported by: pkg-fallout
* Bump PORTREVISION on more ports that depend on libgcrypt after the updatetijl2014-08-061-1/+1
| | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports)
* Add staging supportpawel2014-08-052-10/+9
|
* - fix order in USESdinoex2014-08-042-2/+2
|
* Fix regression introduced in r363371jpaetzel2014-08-021-1/+2
| | | | | | If you had the perl dependancy switched off this port was unfetchable. PR: 192283 Submitted by: jdc@koitsu.org
* Update to 3.2.10.4.mat2014-08-014-43/+3
| | | | | | PR: 192255 Submitted by: Ryan Frederick Sponsored by: Absolight
* net/dante: update to 1.4.0wg2014-07-311-1/+1
| | | | | | | | | - Add LICENSE - Support stage PR: 191232 Submitted by: mp39590 gmail com Approved by: maintainer (timeout)
* security/libgcrypt: 1.5.3_3 -> 1.6.1pi2014-07-304-3/+4
| | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
* OPTIONS helpers and strip all the binaries.adamw2014-07-301-16/+9
|
* Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-303-3/+3
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-304-8/+4
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-302-4/+2
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-302-0/+0
| | | | '__' instead.
* Rename irc/ patch-xy patches to reflect the files they modify.adamw2014-07-296-0/+0
|
* - Update to 1.0.0ashish2014-07-287-28/+53
| | | | | | | | - Depend on security/libotr, instead of security/libotr3 - Fix WWW link in pkg-descr PR: 192026 Submitted by: Lawrence Chen <beastie at tardisi.com>
* - Fix plist without DOCSbdrewery2014-07-252-75/+76
| | | | - Strip libraries
* Remove expired ports:rene2014-07-256-124/+0
| | | | | | | | | | | | | | | | | | | | | | | 2014-07-23 chinese/big5con: Fails to build with new utmpx 2014-07-23 chinese/hztty: Fails to build with new utmpx 2014-07-23 irc/solid-ircd: Fails to build with new utmpx 2014-07-23 korean/eterm: Fails to build with new utmpx 2014-07-23 mail/biffer: Fails to build with new utmpx 2014-07-23 misc/c-hey: Fails to build with new utmpx 2014-07-23 misc/wminfo: Fails to build with new utmpx 2014-07-23 net/sendfile: Fails to build with new utmpx 2014-07-23 net-im/centericq: Fails to build with new utmpx 2014-07-23 security/chkrootkit: Fails to build with new utmpx 2014-07-23 security/openfwtk: Fails to build with new utmpx 2014-07-23 security/pam_alreadyloggedin: Fails to build with new utmpx 2014-07-23 security/srp: Fails to build with new utmpx 2014-07-23 security/sud: Fails to build with new utmpx 2014-07-23 sysutils/hyperic-sigar: Fails to build with new utmpx 2014-07-23 sysutils/lookupd: Fails to build with new utmpx 2014-07-23 sysutils/lookupd_ldap: Fails to build with new utmpx 2014-07-23 sysutils/p5-Sys-Utmp: Fails to build with new utmpx 2014-07-23 sysutils/syslog-ng2: Fails to build with new utmpx 2014-07-23 sysutils/yawho: Fails to build with new utmpx
* net/openldap24-*:tijl2014-07-252-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports)
* Reset maintainership for ports not staged with no pending PRbapt2014-07-243-3/+3
| | | | With hat: portmgr
* Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always worktijl2014-07-231-2/+0
| | | | | | | | | | | | | | | | | | | | when an older version of a package is installed. This is the case when an executable links with installed libraries and with uninstalled libraries that link with other uninstalled libraries. For each of the directly linked libraries the executable will have an rpath (/usr/local/lib for the installed libraries and a path under WRKDIR for each of the uninstalled libraries), but not for the indirect libraries. Both ld(1) and rtld(1) search the rpath of the executable first before any rpath of libraries, so the indirectly linked libraries will be found in /usr/local/lib if they are installed instead of in WRKDIR. With this commit executables will overlink with uninstalled indirect libraries again so their location is added to the rpath of the executable. This partially reverts r358784. PR: 191611 Approved by: portmgr (bapt)
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-238-7/+22
| | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove backslashes from single- and double-quotes in COMMENT and _DESCadamw2014-07-231-1/+1
| | | | | | strings, that were passed through rather than escaping anything. Approved by: portmgr (not really, but it touches unstaged ports)
* - Update to v3.2.2brix2014-07-192-5/+5
| | | | | - Update libotr dependency to 4.x - Strip the bitlbee binary
* Clean up Makefiles.adamw2014-07-171-6/+6
|
* Add a new OPTION to enable emacs meta keys, and clean up the Makefile.adamw2014-07-171-13/+21
| | | | New OPTION is disabled by default, so no PORTREVISION bump.
* Fix some non default LIB_DEPENDSbapt2014-07-161-2/+2
| | | | With hat: portmgr
* Add DOCS option where PORTDOCS appears in plist.adamw2014-07-1613-7/+24
|
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-156-5/+11
|
* switch to USES=twisted.vanilla2014-07-141-7/+1
| | | | Submitted by: rm@
* 1: Stagify.vanilla2014-07-143-23/+21
| | | | | | 2: use @sample, bump version. Approved by: portmgr@ (blanket)
* Modernize LIB_DEPENDSbapt2014-07-142-2/+2
| | | | With hat: portmgr
* irc/minbif: Depend on imlib2 with CACA option onlymarino2014-07-121-7/+8
| | | | | PR: 186962 Submitted by: Chris Nehren
* irc/nefarious: stage, take 2. Add DOCS optionsmarino2014-07-062-126/+150
| | | | | | | | | | | | | | | | | | | | | The vendor makefile creates html documents unconditionally with two flavors: operators and users. There is a lot of duplication between the two so it symlinked the duplicates. Unfortunately the symlinks point back the stage directory. Also, at least one symlink was invalid in all cases as it was not pointing to any file. To fix: 1. override install target 2. Add DOCS option to make non-man page documentation optional 3. Copy files instead of using symlinks (they are very small) 4. Fix vendor SYMLINK list, there were two errors in it 5. Remove subversion tree during post-extract target Note that the permissions of the installed configuration files are different. The vendor files tried to install them with modes 600 and 700 but now they are the default for INSTALL_DATA macro. Reported by: swills (jenkins)
* irc/nefarious: stage, unbreak on F10+ and moremarino2014-07-064-26/+60
| | | | | | | | | | | | * Add stage support * Fix build for clang * convert USE_BZIP2 * Bring in DragonFly support patch * convert USE_OPENSSL and USE_CHROOT knobs to options * rename DOMAIN knob to NEFARIOUS_DOMAIN knob * rename INSTALL_PREFIX knob to NEFARIOUS_INSTALL_PREFIX knob * Make bash dependency work in non-standard location * Tweak pre-configure message accordingly, remove sleep command
* irc/ircproxy: modernize and explicit linking with libcrypto (dports)marino2014-07-061-21/+8
| | | | | | * new LIB_DEPENDS format * use option configure * convert USE_BZIP2
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portstijl2014-07-052-11/+10
| | | | Approved by: portmgr (implicit, PORTREVISION bump on unstaged port)
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thattijl2014-07-044-2/+4
| | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit)
* - Switch to USES=libtool, drop .la filesamdmi32014-07-042-3/+2
| | | | Approved by: portmgr blanket
* Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-045-10/+10
|
* Support stagebapt2014-07-022-32/+18
|
* Support stagebapt2014-07-023-44/+35
| | | | A bit of cleanup
* Add a forgotten patchbapt2014-07-021-0/+13
|
* Support stagebapt2014-07-022-44/+23
| | | | | Partially strip binaries Convert to USES=libtool
* - Remove editors/emacs21, and editors/emacs22 as they're no longer maintainedashish2014-06-272-9/+0
| | | | | | | | | upstream - Also remove dependent ports - Add UPDATING entry informing users of the same - Add MOVED entries Approved by: portmgr (bapt)
* Deprecate ports failing to build with new utmpxantoine2014-06-241-0/+2
| | | | | | Maintainers had more than 4 years to fix them With hat: portmgr
* irc/psybnc: limit hack to FreeBSD to unbreak DragonFlymarino2014-06-221-1/+1
| | | | | | 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.
* Add 4 new sed commands to USES=libtool. The first two apply some of thetijl2014-06-221-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* irc/znc: Update to 1.4jase2014-06-214-20/+3
| | | | | | PR: 191034 Submitted by: bradleythughes@fastmail.fm Changes: http://wiki.znc.in/ChangeLog/1.4
* - Update to 1.8.9mat2014-06-194-37/+32
| | | | | | | | | - Stage - Cleanup rc script - Take [1] Approved by: maintainer [1] Sponsored by: Absolight
* 1: Stagify.vanilla2014-06-172-7/+7
| | | | | | 2: Add LICENSE. Approved by: portmgr@
* Stagify.vanilla2014-06-171-6/+5
| | | | Approved by: portmgr@
* 1: Stagify.vanilla2014-06-172-12/+14
| | | | | | 2: strip binary. Approved by: portmgr@
* irc/py-irc: update to 5.9.1wg2014-06-162-15/+7
| | | | | | - Update to 5.9.1 - Remove obsolete python 2.6 check - Remove obsolete zip_safe option
* - Stage supportmiwi2014-06-151-1/+0
| | | | PR: 191023
* - Remove easy_install dependencymva2014-06-141-2/+3
| | | | | | | - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-1340-40/+40
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
* Add missing OPTIONS_SUB.adamw2014-06-131-0/+1
|
* Turn ircbug(1) into an OPTION.adamw2014-06-122-2/+6
|
* Update to 20131230 and take maintainership.adamw2014-06-124-705/+621
|
* Reset the 99 ports still listed under sylvio@marino2014-06-124-4/+4
| | | | | | | | | | | 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)
* Support LIBS like LDFLAGS.tijl2014-06-113-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* chinese/bitchx: Bump to acquire MASTERDIR fix, stage toomarino2014-06-111-1/+1
| | | | | | | | 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
* irc/bitchx: Requires build by GCC to avoid segfaultmarino2014-06-101-0/+2
| | | | | | PR: 186425 Submitted by: Edwin Approved by: maintainer (Dan Mashal)
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-102-8/+0
| | | | | | | | | | 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
* Convert to USES=tarbdrewery2014-06-101-2/+1
|
* Update to 3.2.10.3mat2014-06-092-4/+3
| | | | | PR: 190570 Sponsored by: Absolight
* Remove all space characters from Makefile assignments.olgeni2014-06-091-1/+1
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* Stagify.vanilla2014-06-081-5/+4
|
* - Fix fallout from r355360 and allow lua plugin to be builtjase2014-06-062-2/+2
| | | | successfully
* - Fix build with clangmiwi2014-06-061-0/+5
| | | | PR: 190686
* Fix build with gcc from ports. [1]kwm2014-06-063-7/+14
| | | | | | | | While here use USES=libtool, strip installed small update regarding LDFLAGS PR: 178896 [1] Submitted by: kvedulv@kvedulv.de Patch by: avg@ [1]
* - Switch security/libotr3 to USES=libtool, drop .la filesamdmi32014-06-042-5/+5
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* These ports are no longer used or cared for.nemysis2014-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - support stagingrodrigo2014-06-042-10/+15
| | | | | | | - changes in per-install & do-install commands Submitted by: rodrigo@ (maintainer) Reviewed by: bapt (mentor)
* - Mark IGNORE < 9.1miwi2014-06-041-1/+7
| | | | PR: 190596
* - Bump PORTREVISION for dependencies changesnemysis2014-06-042-9/+7
| | | | | | | | - 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
* 1: Fix COMMENT.vanilla2014-06-032-4/+3
| | | | | | | 2: add libtool to USES. PR: ports/190411 Submitted by: ports at robakdesign.com
* - Update to 20140530miwi2014-06-033-56/+54
| | | | - Stage support
* irc/znc: Fix USE_PYTHON version number, it should be 3+ not 2+rene2014-06-011-1/+1
| | | | Submitted by: antoine
* Update consumers of lang/python31 or higher to use Python version 3.Xrene2014-06-011-1/+1
| | | | | | | | | | | | 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)
* Upgrade to 0.8.16.vanilla2014-06-012-7/+6
|
* - Fix runtime when built with clang [1] [2]mat2014-05-2811-136/+117
| | | | | | | | | | | | | - 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
* Replace lang/lua with the new lang/lua51bapt2014-05-263-5/+4
| | | | | | | | 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)
* - Update to 1.1.10miwi2014-05-214-38/+5
| | | | | PR: 189318 Submitted by: maintainer
* - Remove empty files and directoriesak2014-05-201-0/+0
| | | | Approved by: portmgr (antoine)
* Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)tijl2014-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Fix build on 10.x and later.hrs2014-05-175-15/+80
| | | | - Add LICENSE.
* Update irc/tircd to 0.30, and remove NO_STAGEgavin2014-05-153-18/+9
| | | | Approved by: mat
* - Stage.gerald2014-05-142-3/+2
| | | | | | | | - Update WWW entry in pkg-descr. PR: 188963 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval)
* Enable staging.gerald2014-05-132-5/+10
| | | | | | PR: 188960 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval)
* Convert my ports to USES=tarmakc2014-05-121-2/+1
|
* - Stage supporttdb2014-05-102-19/+18
|
* - Add staging support, allow it as normal userpawel2014-05-094-38/+38
| | | | | | | - 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
* Update URL for atheme-services.tdb2014-05-081-1/+1
|
* Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1
| | | | | | | | | | | | | | 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
* - Add staging supportpawel2014-05-033-67/+41
| | | | | - Use options helpers, subs, define DOCS option - Remove WWW line, page seems to not exist anymore
* Add staging supportpawel2014-05-031-6/+3
|
* Add staging supportpawel2014-05-031-3/+3
|
* Add staging supportpawel2014-05-032-8/+13
|
* - Force commit to fix prev entrymiwi2014-04-291-1/+1
| | | | | | | - Update to version 2.2.3 PR: 18792 Submitted by: ports fury
* - Fix build on i386miwi2014-04-296-44/+773
| | | | | | | - Enable sound support for all ARCH PR: 187494 Submitted by: ports fury
* - Stageswills2014-04-272-6/+5
| | | | | | | | - Remove unneeded DISTNAME PR: ports/188961 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* Bump PORTREVISION to force package rebuild after the recent Xorg update.tijl2014-04-261-1/+1
| | | | The packages still require old library versions of freetype2 and libxml2.
* - Update to 21.1miwi2014-04-267-163/+53
| | | | | | | | - Convert to USES - Convert to new OPTIONS helper PR: 187967 Submitted by: ports fury
* - Fix plist to have proper 'rmdir DIR' ordering.bdrewery2014-04-212-3/+3
| | | | | | | | 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
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)