aboutsummaryrefslogtreecommitdiff
path: root/astro/xplanet/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* astro/xplanet: Update to 1.3.1Neel Chauhan2021-01-291-4/+3
| | | | | | | | | Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D28373 Notes: svn path=/head/; revision=563228
* According to giflib upstream, GifQuantizeBuffer was never documentedAntoine Brodin2019-11-101-1/+1
| | | | | | | and not part of official API Notes: svn path=/head/; revision=517230
* Add USES=xorg USES=gl, ports categories aNiclas Zeising2019-11-041-1/+2
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'. Notes: svn path=/head/; revision=516738
* Drop maintainershipRoman Bogorodskiy2019-02-241-1/+1
| | | | | | | Return back to the pool ports I no longer use. Notes: svn path=/head/; revision=493757
* Fix build on aarch64 and with Clang 6. The modified patch explainsAdriaan de Groot2018-01-211-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=459625
* graphics/netpbm: Update to 10.80.00Tobias Kortkamp2017-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 Notes: svn path=/head/; revision=451378
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Update giflib to 5.1.1Antoine Brodin2015-12-031-1/+1
| | | | | | | PR: 204492 Notes: svn path=/head/; revision=402898
* Convert to @sampleBaptiste Daroussin2015-09-261-1/+1
| | | | Notes: svn path=/head/; revision=397966
* Convert to USES=jpegAntoine Brodin2015-06-221-1/+1
| | | | Notes: svn path=/head/; revision=390310
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-141-1/+1
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1361 Submitted by: bapt Reviewed by: self Exp-run by: self Notes: svn path=/head/; revision=377033
* Allow building with either giflib 4.2 or 5.0Antoine Brodin2014-12-261-2/+0
| | | | Notes: svn path=/head/; revision=375623
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-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) Notes: svn path=/head/; revision=374303
* Reduce unecessary bsd.port.options.mk inclusion.Adam Weinberger2014-07-031-1/+1
| | | | Notes: svn path=/head/; revision=360454
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=357486
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=351411
* Support stageBaptiste Daroussin2014-03-021-71/+16
| | | | | | | | Use options helpers Install data Notes: svn path=/head/; revision=346812
* Add USES=iconv so libc iconv is used on FreeBSD 10 even if libiconv isTijl Coosemans2014-02-201-1/+2
| | | | | | | installed. Notes: svn path=/head/; revision=345227
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-6/+6
| | | | | | | | | LIB_DEPENDS in astro With hat: portmgr Notes: svn path=/head/; revision=336154
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* Convert to OptionsNGEitan Adler2012-10-071-19/+10
| | | | | | | Approved by: novel (maintainer) Notes: svn path=/head/; revision=305486
* Fix build with giflib 2.4.0.Roman Bogorodskiy2012-06-051-0/+2
| | | | | | | Reported by: Justim <freebsd.users@gmail.com> via ports/168642 Notes: svn path=/head/; revision=298497
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* Update to 1.3.0.Roman Bogorodskiy2012-05-091-2/+1
| | | | Notes: svn path=/head/; revision=296301
* - Switch from libungif to giflib to avoid duplicate filesSteve Wills2011-12-241-1/+2
| | | | | | | | PR: ports/163589 Approved by: novel (maintainer) Notes: svn path=/head/; revision=287983
* - 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 Notes: svn path=/head/; revision=282282
* Update to 1.2.2.Roman Bogorodskiy2011-02-241-1/+1
| | | | Notes: svn path=/head/; revision=269594
* - Fix install when astro/xearth is not there.Alberto Villa2010-09-011-0/+2
| | | | | | | | | PR: ports/149525 Submitted by: avilla Approved by: novel (maintainer timeout), tabthorpe (mentor) Notes: svn path=/head/; revision=260381
* Update to 1.2.1.Roman Bogorodskiy2010-05-091-2/+1
| | | | Notes: svn path=/head/; revision=254019
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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) Notes: svn path=/head/; revision=214428
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-6/+5
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Add ports to "geography" virtual categoryFrank J. Laszlo2007-07-221-1/+1
| | | | | | | Approved by: Pav (wearing portmgr hat) Notes: svn path=/head/; revision=196069
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 1.2.0.Roman Bogorodskiy2005-06-181-2/+1
| | | | Notes: svn path=/head/; revision=137683
* Do not overwrite config file on upgrade.Roman Bogorodskiy2005-04-161-3/+9
| | | | | | | Requested by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=133477
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Use @freebsd.org address for my ports.Roman Bogorodskiy2005-03-081-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=130591
* - Update to 1.1.2Pav Lucistnik2004-12-081-2/+1
| | | | | | | | PR: ports/74776 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) Notes: svn path=/head/; revision=123463
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* - Use OPTIONSPav Lucistnik2004-11-051-1/+13
| | | | | | | | PR: ports/73457 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer) Notes: svn path=/head/; revision=120908
* upgrade to 1.1.1Ying-Chieh Liao2004-07-281-1/+1
| | | | | | | | PR: 69673 Submitted by: maintainer Notes: svn path=/head/; revision=114903
* - Add forgotten WITHOUT_PNM knobSergey Matveychuk2004-07-231-1/+8
| | | | | | | | | | - Typo: WITH_TIFF should really be WITHOUT_TIFF PR: ports/69497 Submitted by: maintainer Notes: svn path=/head/; revision=114514