aboutsummaryrefslogtreecommitdiff
path: root/textproc/intltool
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Move some gnome@ ports to desktop@Tobias C. Berner2020-09-101-1/+1
| | | | | | | | | | | | | | | | | | As gnome@ is lacking active committers at the moment, transfer some of its ports [1] up the stack to the desktop@ group, in hope that this way we get some updates in as the set of people that "should feel responsible" grows. As soon as gnome@ grows some committers again, this can (and should) of course be reverted again. [1] The list of ports chosen in this move consits of all the ports that are required to build x11/kde5. Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D26362 Notes: svn path=/head/; revision=548219
* Add licenseBaptiste Daroussin2017-05-251-0/+3
| | | | Notes: svn path=/head/; revision=441691
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* textproc/intltool: fix warnings with perl 5.22Ruslan Makhmatkhanov2016-03-052-1/+53
| | | | | | | | | | | | | | | | | | | | | | | | | This patch eliminates warnings like this by escaping left brace: """ Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^(.*)\${ <-- HERE ?([A-Z_]+)}?(.*)$/ at /usr/local/bin/intltool-update line 1065. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_NAME}?/ at /usr/local/bin/intltool-update line 1193. """ + 7 more warnings like this when building ports involving intltool (gitg, gnome-builder etc) While here replace brackets with braces in download url (porlint warning) and bump PORTREVISION because of package change. PR: 207270 With hat: gnome MFH: 2016Q1 Notes: svn path=/head/; revision=410197
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.Koop Mast2015-08-053-18/+4
| | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980 Notes: svn path=/head/; revision=393607
* Add two patches to textproc/intltool so it works better with USES=autoreconfTijl Coosemans2015-04-035-104/+25
| | | | | | | | | | | | | | | | | | - Patch intltool.m4 so translations are always installed in PREFIX/share/locale instead of PREFIX/lib/locale (USE_GNOME=intlhack also does this for ports without USES=autoreconf) - Patch intltoolize.in so it creates the directory where it will copy intltool.m4 into if it doesn't exist yet Also remove old CONFIGURE_ARGS, CONFLICTS, post-patch and post-install from Makefile and remove an old patch. PR: 198123 Exp-run by: antoine Approved by: gnome (kwm), portmgr (antoine) Notes: svn path=/head/; revision=383140
* Cleanup plistAntoine Brodin2014-11-151-4/+0
| | | | Notes: svn path=/head/; revision=372605
* - Stage supportMartin Wilke2014-02-032-6/+7
| | | | Notes: svn path=/head/; revision=342376
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-3/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327088
* Update to 0.50.2.Koop Mast2013-05-132-9/+6
| | | | | | | | | PR: ports/178056 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> Obtained from: GNOME devel repo Notes: svn path=/head/; revision=318118
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300222
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-202-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@ Notes: svn path=/head/; revision=264837
* Update to 0.40.6.Joe Marcus Clarke2009-03-143-18/+4
| | | | Notes: svn path=/head/; revision=230082
* Presenting GNOME 2.24 for FreeBSD.Joe Marcus Clarke2009-01-103-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790 Notes: svn path=/head/; revision=225629
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-242-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon Notes: svn path=/head/; revision=209647
* Update to 0.36.3.Jeremy Messenger2007-12-122-4/+4
| | | | Notes: svn path=/head/; revision=203184
* Update to 0.36.2Michael Johnson2007-09-162-4/+4
| | | | Notes: svn path=/head/; revision=199566
* Update to 0.36.1.Joe Marcus Clarke2007-08-142-4/+4
| | | | Notes: svn path=/head/; revision=197686
* Update to 0.36.0.Jeremy Messenger2007-08-042-14/+6
| | | | Notes: svn path=/head/; revision=197048
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Actually commit the pkg-plist reversion which includes the old OrigTree.pmJoe Marcus Clarke2007-03-112-1/+5
| | | | | | | | | module. PR: 110175 Notes: svn path=/head/; revision=187093
* Resetore the OrigTree legacy cruft for ports that still need it.Joe Marcus Clarke2007-03-072-0/+97
| | | | | | | Reported by: linimon Notes: svn path=/head/; revision=186827
* Update to 0.35.5, and retire support for Perl < 5.6.Joe Marcus Clarke2007-02-245-116/+11
| | | | Notes: svn path=/head/; revision=185825
* Update to 0.35.4.Joe Marcus Clarke2007-01-112-4/+4
| | | | Notes: svn path=/head/; revision=182061
* Update to 0.35.3.Joe Marcus Clarke2007-01-062-4/+4
| | | | Notes: svn path=/head/; revision=181594
* Update to 0.35.2Michael Johnson2006-12-202-5/+5
| | | | Notes: svn path=/head/; revision=180305
* Update to 0.35.1.Joe Marcus Clarke2006-12-062-4/+4
| | | | Notes: svn path=/head/; revision=179062
* Portlint:Jeremy Messenger2006-05-162-10/+10
| | | | | | | | -Use DATADIR in plist. -Add [0-9]* in the CONFLICTS. Notes: svn path=/head/; revision=162536
* Update to 0.35.0.Joe Marcus Clarke2006-05-152-5/+5
| | | | Notes: svn path=/head/; revision=162473
* Remove USE_REINPLACE from categories starting with TEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162216
* Update to 0.34.2.Joe Marcus Clarke2006-02-062-4/+4
| | | | Notes: svn path=/head/; revision=155293
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Update to 0.34.1 to fix a major XML-handling breakage. Its effects areAdam Weinberger2005-08-022-3/+3
| | | | | | | | | most noticible in gnome-doc-utils extraction. Approved by: portmgr (marcus) Notes: svn path=/head/; revision=140723
* Update to 0.34.Joe Marcus Clarke2005-07-262-4/+4
| | | | Notes: svn path=/head/; revision=140123
* Look very scared and update to 0.33.Koop Mast2005-02-282-4/+4
| | | | Notes: svn path=/head/; revision=130048
* Improve the COMMENT string a bit.Adam Weinberger2004-11-071-1/+1
| | | | Notes: svn path=/head/; revision=121052
* Update to 0.32.1.Adam Weinberger2004-11-062-3/+3
| | | | Notes: svn path=/head/; revision=120983
* Update to 0.32.Adam Weinberger2004-11-053-17/+5
| | | | Notes: svn path=/head/; revision=120827
* Update to 0.31.3.Joe Marcus Clarke2004-10-112-3/+3
| | | | Notes: svn path=/head/; revision=118699
* Update to 0.31.2.Joe Marcus Clarke2004-08-232-3/+3
| | | | Notes: svn path=/head/; revision=117079
* Update to 0.31.1.Adam Weinberger2004-07-273-302/+3
| | | | Notes: svn path=/head/; revision=114886
* Add a BUILD_DEPENDS on p5-XML-Parser to fix the build on a clean system.Joe Marcus Clarke2004-07-031-0/+1
| | | | | | | | PR: 68636 Submitted by: Konstantin Oznobikhin <bork@rsu.ru> Notes: svn path=/head/; revision=112867
* Update to 0.31.Joe Marcus Clarke2004-07-023-5/+307
| | | | Notes: svn path=/head/; revision=112790
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105726
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104467