summaryrefslogtreecommitdiff
path: root/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misc/mc: really re-add small patch that was deleted in r369133Kurt Jaeger2014-12-092-10/+10
| | | | | | | | | Thanks to tijl: patch syntax was bogus and was ignored. PR: 194627 Notes: svn path=/head/; revision=374403
* Update "BSD" license in misc categoryMark Felder2014-12-094-4/+6
| | | | Notes: svn path=/head/; revision=374396
* Cleanup plistBaptiste Daroussin2014-12-0995-1037/+3
| | | | Notes: svn path=/head/; revision=374378
* misc/mc: re-add small patch that was deleted in r369133Kurt Jaeger2014-12-092-1/+10
| | | | | | | | | | | Change: save/restore the sub-shell's screen on Ctrl+O and/or command execution PR: 194627 Submitted by: andriys@gmail.com Notes: svn path=/head/; revision=374372
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-084-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Update to 2.09Philippe Audeoud2014-12-082-4/+3
| | | | Notes: svn path=/head/; revision=374282
* - Cleanup PLISTSunpoet Po-Chuan Hsieh2014-12-081-1/+0
| | | | Notes: svn path=/head/; revision=374242
* Update to r46070 of the FreeBSD docset.Marc Fonvieille2014-12-0811-19/+7
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/head/; revision=374236
* Add LICENSEMark Felder2014-12-071-0/+2
| | | | Notes: svn path=/head/; revision=374205
* - Update to 20141123Sunpoet Po-Chuan Hsieh2014-12-052-3/+3
| | | | | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20141123.diff Notes: svn path=/head/; revision=374056
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2014-12-041-0/+2
| | | | Notes: svn path=/head/; revision=373963
* - Update to 1.1.6Sunpoet Po-Chuan Hsieh2014-12-043-3/+4
| | | | | | | Changes: http://frodo.looijaard.name/project/getopt/release/1-1-6 Notes: svn path=/head/; revision=373929
* - Fix typoDmitry Marakasov2014-12-041-1/+1
| | | | Notes: svn path=/head/; revision=373859
* Update GNOME to 3.14.2.Koop Mast2014-12-036-6/+134
| | | | | | | | | | | | | | | | | This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo Notes: svn path=/head/; revision=373802
* Bump PORTREVISION as the previous commit affected package creationEmanuel Haupt2014-11-291-0/+1
| | | | Notes: svn path=/head/; revision=373649
* - Convert to USES=tar:tgzEmanuel Haupt2014-11-291-1/+5
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=373645
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-295-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* - Add required run-depend. Without it, only empty window is renderedDmitry Marakasov2014-11-271-0/+3
| | | | | | | Approved by: rakuco Notes: svn path=/head/; revision=373499
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-26126-321/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Bump PORTREVISION after graphics/poppler update to 0.26.3Max Brazhnikov2014-11-252-1/+2
| | | | Notes: svn path=/head/; revision=373404
* - Update to 2014.10Sunpoet Po-Chuan Hsieh2014-11-242-3/+3
| | | | | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=373285
* - Update to 1.2.2Sunpoet Po-Chuan Hsieh2014-11-242-3/+3
| | | | | | | Changes: https://github.com/ntkme/iesd/commits/master Notes: svn path=/head/; revision=373276
* - Update to 0.14Sunpoet Po-Chuan Hsieh2014-11-243-8/+3
| | | | | | | | | - Cleanup PLIST Changes: http://search.cpan.org/dist/Geo-Coder-Googlev3/Changes Notes: svn path=/head/; revision=373261
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2014-11-242-6/+2
| | | | | | | - Cleanup PLIST Notes: svn path=/head/; revision=373260
* - Update LICENSESunpoet Po-Chuan Hsieh2014-11-241-1/+2
| | | | Notes: svn path=/head/; revision=373235
* - Update to 20141115Sunpoet Po-Chuan Hsieh2014-11-242-3/+3
| | | | | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20141115.diff Notes: svn path=/head/; revision=373232
* - Update to 1.62Danilo Egea Gondolfo2014-11-232-4/+4
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=373119
* Switch to USES=pgsqlChris Rees2014-11-221-2/+2
| | | | Notes: svn path=/head/; revision=373091
* - Update to 0.92.3Danilo Egea Gondolfo2014-11-222-4/+4
| | | | | | | | PR: 195071 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Notes: svn path=/head/; revision=373069
* - Fix MASTER_SITESSunpoet Po-Chuan Hsieh2014-11-211-1/+1
| | | | | | | | | PR: ports/195247 Submitted by: Thomas Schweikle <tps@vr-web.de> MFH: 2014Q4 Notes: svn path=/head/; revision=373015
* - Reset maintainer to ports@Rusmir Dusko2014-11-211-1/+1
| | | | Notes: svn path=/head/; revision=373010
* misc/amanda-client: Fix build with perl 5.20John Marino2014-11-191-0/+5
| | | | | | | | | PR: 194811 Submitted by: Trond Endrestol Approved by: maintainer timeout Notes: svn path=/head/; revision=372813
* Allow package building to allow users to get rapide update of the timezones byBaptiste Daroussin2014-11-191-6/+0
| | | | | | | | | | | | | simply installing the package Note: testing will fail as poudriere is pedantic and hates when a port tries to update base. But this port is one the of rare that makes sense overwriting base. With hat: portmgr Requested by: many Notes: svn path=/head/; revision=372773
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-1925-4506/+18127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=372768
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-184-4/+4
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* - Fix shebangsDmitry Marakasov2014-11-161-1/+6
| | | | | | | | MFH: 2014Q4 Approved by: portmgr blanket Notes: svn path=/head/; revision=372652
* Release 2014j - 2014-11-10 17:37:11 -0800Edwin Groothuis2014-11-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes affecting current and future time stamps Turks Caicos' switch from US eastern time to UTC-4 year-round did not occur on 2014-11-02 at 02:00. It's currently scheduled for 2015-11-01 at 02:00. (Thanks to Chris Walton.) Changes affecting past time stamps Many pre-1989 time stamps have been corrected for Asia/Seoul and Asia/Pyongyang, based on sources for the Korean-language Wikipedia entry for time in Korea. (Thanks to Sanghyuk Jung.) Also, no longer guess that Pyongyang mimicked Seoul time after World War II, as this is politically implausible. Some more zones have been turned into links, when they differed from existing zones only for older time stamps. As usual, these changes affect UTC offsets in pre-1970 time stamps only. Their old contents have been moved to the 'backzone' file. The affected zones are: Africa/Addis_Ababa, Africa/Asmara, Africa/Dar_es_Salaam, Africa/Djibouti, Africa/Kampala, Africa/Mogadishu, Indian/Antananarivo, Indian/Comoro, and Indian/Mayotte. Changes affecting commentary The commentary is less enthusiastic about Shanks as a source, and is more careful to distinguish UT from UTC. Notes: svn path=/head/; revision=372621
* Eliminate pkg-install and pkg-deinstall scripts, symlinks can be packaged fineAntoine Brodin2014-11-144-1336/+561
| | | | Notes: svn path=/head/; revision=372576
* - fix build on FreeBSD-10Dirk Meyer2014-11-145-17/+61
| | | | Notes: svn path=/head/; revision=372553
* Cleanup plistAntoine Brodin2014-11-101-5/+0
| | | | Notes: svn path=/head/; revision=372428
* Fix runtime errorAntoine Brodin2014-11-101-0/+2
| | | | Notes: svn path=/head/; revision=372387
* misc/pastebinit: Upgrade version 1.3.1 => 1.4.1John Marino2014-11-092-7/+5
| | | | | | | | PR: 194126 Submitted by: Matteo Cypriani Notes: svn path=/head/; revision=372346
* misc/amanda-(server,client): Upgrade version 3.3.2 => 3.3.6John Marino2014-11-095-55/+25
| | | | | | | | PR: 193983 Submitted by: maintainer (Dylan Leigh) Notes: svn path=/head/; revision=372344
* - Update to 0.92.2Alex Kozlov2014-11-052-4/+4
| | | | | | | | PR: 194789 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Notes: svn path=/head/; revision=372206
* - Chase GNU Emacs updatesAshish SHUKLA2014-11-051-1/+1
| | | | | | | PR: 194624 Notes: svn path=/head/; revision=372191
* - Update to 0.8.4Olivier Duchateau2014-11-038-200/+12
| | | | | | | | - Rewrite OPTIONS flags - Remove unneeded patches Notes: svn path=/head/; revision=372117
* misc/freeguide: update 0.11 -> 0.11.1Bartek Rutkowski2014-10-303-23/+22
| | | | | | | | | | - Fix LICENSE positioning - Convert pkg-plist to @dir usage Approved by: mentors (implicit) Notes: svn path=/head/; revision=371774
* Drop maintainership of all remaining ports where I am listed.Anders Nordby2014-10-291-1/+1
| | | | | | | No time for this unfortunately. Notes: svn path=/head/; revision=371714
* - Fix spelling of LICENSEDmitry Marakasov2014-10-272-2/+2
| | | | | | | | | | | - Clarify LICENSE - Add LICENSE_FILE - Drop @dirrm* from plist Approved by: portmgr blanket Notes: svn path=/head/; revision=371605
* - Update to 0.92.1Alex Kozlov2014-10-242-4/+4
| | | | | | | | PR: 194516 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Notes: svn path=/head/; revision=371445