summaryrefslogtreecommitdiff
path: root/graphics/gtkam (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of gnomehierBaptiste Daroussin2014-12-211-2/+2
|
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Cleanup plistBaptiste Daroussin2014-10-201-10/+0
|
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-231-0/+2
| | | | | | | | - Bump dependent ports as .so version has changed - Fix plist for NLS files - Add required LIBS for graphics/gtkam Approved by: portmgr blanket
* - Update to 0.2.0Martin Wilke2014-01-174-92/+65
| | | | | PR: ports/181073 Submitted by: Ports Fury
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-222-2/+0
| | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | graphics)
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
|
* - Drop all my portsPav Lucistnik2013-07-091-1/+1
|
* Now really bump after graphics/libexif ABI changePawel Pekala2013-03-281-1/+1
|
* - Update graphics/libexif-gtk to version 0.4.0Pawel Pekala2013-03-281-1/+1
| | | | | | | | | | | | - Convert to OptionsNG, respect global DOCS, NLS - Add LICENSE - Don't build with debug flags by default - Bump affected graphics/gtkam port PR: ports/176830 Submitted by: nemysis <nemysis@gmx.ch> Approved by: maintainer timeout
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵Eitan Adler2013-03-281-1/+2
| | | | "pathfix" instead.
* - graphics/libexif:Po-Chien Lin2013-03-141-6/+2
| | | | | | | | | | | | | * Update to 0.6.21 * Add LICENSE * Switch to OptionsNG and PORTDOCS - Document libexif 2012-07-12 vulnerabilty - Bump PORTREVISION for libexif related ports - Trim headers while here PR: ports/175910 Approved by: swills (mentor) Security: d881d254-70c6-11e2-862d-080027a5ec9a
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
|
* - Update to 0.1.18Pav Lucistnik2012-03-273-4/+4
| | | | Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* -remove MD5Olli Hauer2011-07-031-1/+0
|
* - Bump PORTREVISION to chase the update of libexifWen Heping2011-03-041-0/+1
|
* - Update to 0.1.17Pav Lucistnik2010-06-033-5/+6
|
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | starting with G
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Update to 0.1.16.1Pav Lucistnik2009-01-302-4/+4
|
* - Update to 0.1.16Pav Lucistnik2008-11-094-6/+8
|
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 0.1.15Pav Lucistnik2008-04-234-14/+18
|
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-8/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 0.1.14Pav Lucistnik2006-12-192-6/+6
| | | | - Take maintainership
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-3/+11
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* - Bump PORTREVISION to force rebuild with new libgphoto2Pav Lucistnik2006-06-191-0/+1
|
* - Update to 0.1.13Pav Lucistnik2006-01-074-26/+36
| | | | | PR: ports/91457 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
|
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
|
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
|
* - Update GIMP plugin for GIMP 2.2Pav Lucistnik2004-12-282-3/+3
| | | | | PR: ports/75490 (inspired by) Submitted by: Robert Backhaus <robbak@gmail.com>
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-232-2/+1
| | | | Approved by: bland, kwm, marcus and pav
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | big upgrade.
* Chase libexif-gtkMichael Johnson2004-11-071-1/+2
| | | | Approved by: pav (co mentor)
* Update to version 0.1.12Kirill Ponomarev2004-07-033-19/+9
| | | | | PR: ports/68631 Submitted by: Ports Fury
* Fix build error by GNOME2.6. This is a temporary fix.Norikatsu Shigemura2004-04-071-0/+1
| | | | | PR: users-jp/78828 Spotted by: Kiyohide Nomura <knomura@stat.phys.kyushu-u.ac.jp>
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
|
* After repocopy of GIMP 2.0 from graphics/gimp-devel to graphics/gimp:Pav Lucistnik2004-03-271-1/+1
| | | | | | | | | - Update comment and description - Remove graphics/gimp-devel - Chase dependencies - Add entry to MOVED Repocopied by: marcus
* - Fix build with gimp-2.0.0Kirill Ponomarev2004-03-263-5/+6
| | | | | PR: ports/64763 Submitted by: Ports Fury
* - Update to version 0.1.11Kirill Ponomarev2004-03-204-32/+83
| | | | | PR: ports/64505 Submitted by: Ports Fury
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)