/misc/kde3-i18n-hr/

orts-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/astro/xplanet
Commit message (Collapse)AuthorAgeFilesLines
* According to giflib upstream, GifQuantizeBuffer was never documentedantoine2019-11-112-20/+300
| | | | and not part of official API
* Add USES=xorg USES=gl, ports categories azeising2019-11-051-1/+2
| | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'.
* Drop maintainershipnovel2019-02-241-1/+1
| | | | Return back to the pool ports I no longer use.
* Fix build on aarch64 and with Clang 6. The modified patch explainsadridg2018-01-222-2/+79
| | | | | | | | | | | | the error message and what is changed. Bump PORTREVISION because it contains a code change. kde@ bumped into this while building x11/kde4 for aarch64. Build on 12-CURRENT aarch64, 11-STABLE amd64 and 10.3 i386. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14008
* graphics/netpbm: Update to 10.80.00tobik2017-10-061-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This moves netpbm to the advanced release series, which brings the port closer to what is available on OpenBSD, Fedora, Arch Linux, openSUSE, etc. and will let us get rid of patches for supporting newer libpng versions. - The advanced release series is only available via an SVN checkout. Add two maintenance targets netpbm-version-check and netpbm-fetch to make fetching them easier. To generate release tarballs the sources are then tagged and committed to https://github.com/t6/netpbm - Add STATIC option for linking all programs statically to allow running them in small chroots - Add option to disable adding a Perl run dependency. Only a fraction of all programs need it. Some are compatibility shims for newer programs which should be used instead. The following programs require Perl: pamfixtrunc pbmtox10bm pgmcrater pnmflip pnmquant pnmquantall ppmfade ppmquant ppmrainbow ppmshadow - Disable building svgtopam by default. It's the only program that requires libxml2 and is obsolete according to the author. - Install manpages by default - Allow running of the test suite via `make test` - Headers have been moved to ${LOCALBASE}/include/netpbm. Fix ports that expect them to be in ${LOCALBASE}/include Changes: https://raw.githubusercontent.com/t6/netpbm/v10.80.00/doc/HISTORY PR: 219982 Reviewed by: mat Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11157
* astro/xplanet: fix build with libc++ 4.0 and gcc6novel2017-01-171-0/+150
| | | | | | PR: 216035 Reported by: jbeich Obtained from: upstream
* Rename all files containing a : in their filename.mat2016-06-183-16/+17
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-5/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* Update giflib to 5.1.1antoine2015-12-041-1/+1
| | | | PR: 204492
* Allow building with giflib 5.1antoine2015-11-131-5/+22
| | | | PR: 204492
* Convert to @samplebapt2015-09-262-3/+2
|
* Convert to USES=jpegantoine2015-06-231-1/+1
|
* Remove Authors from pkg-descrbapt2015-03-031-1/+0
|
* Update graphics/giflib to 5.0.5antoine2015-01-151-1/+1
| | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self
* Allow building with either giflib 4.2 or 5.0antoine2014-12-262-2/+190
|
* Bump portrevision after png updatebapt2014-12-261-1/+1
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Cleanup plistbapt2014-10-201-12/+0
|
* Rename old-style patch-xy patches in astro to reflect what filesadamw2014-07-28