aboutsummaryrefslogtreecommitdiff
path: root/astro/xplanet/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to 1.1.0Pav Lucistnik2004-07-221-15/+45
| | | | | | | | | | - Pass maintainership to submitter PR: ports/69330 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=114451
* remove gcc33 dependYing-Chieh Liao2004-05-241-1/+0
| | | | | | | | | fix build on -stable Noticed by: Dominik Brettnacher <domi@saargate.de> Notes: svn path=/head/; revision=109830
* upgrade to 1.0.4Ying-Chieh Liao2004-03-261-3/+9
| | | | Notes: svn path=/head/; revision=105298
* USE_GCC 3.3, because it builds fine with CURRENTS system compiler andTilman Keskinoz2004-02-111-1/+1
| | | | | | | gcc 3.2 is currently broken Notes: svn path=/head/; revision=100683
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Update to 1.0.3Clement Laforet2004-01-091-1/+1
| | | | | | | | | PR: 61094 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=97721
* upgrade to 1.0.2Ying-Chieh Liao2003-12-231-1/+1
| | | | Notes: svn path=/head/; revision=96477
* fix build error on RELENG_4Ying-Chieh Liao2003-04-071-0/+1
| | | | | | | Reported by: Quincey Koziol <koziol@ncsa.uiuc.edu> Notes: svn path=/head/; revision=78522
* upgrade to 1.0.1Ying-Chieh Liao2003-04-061-25/+7
| | | | | | | | | reset maintainer to ports Approved by: maintainer (will@) Notes: svn path=/head/; revision=78406
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* pbm -> netpbm lib name changeYing-Chieh Liao2002-07-061-1/+1
| | | | | | | | PR: 40251, 40252, 40253, 40254 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=62517
* Update to 0.94. Greatly simplify this port by removing the options toWill Andrews2002-05-191-55/+25
| | | | | | | | | | | use a specific version of Tk and other fluff. Install the markers that come with the xearth port. PR: 36185 (Update to 0.93) Submitted by: Lars Eggert <larse@isi.edu> Notes: svn path=/head/; revision=59491
* Update to 0.84.Will Andrews2001-08-221-1/+1
| | | | | | | Notified by: author Notes: svn path=/head/; revision=46619
* Update to 0.83.Will Andrews2001-06-161-1/+1
| | | | | | | Noted by: author (10 days ago) Notes: svn path=/head/; revision=44065
* Update to 0.81.Will Andrews2001-04-041-1/+1
| | | | | | | Notified by: author Notes: svn path=/head/; revision=40827
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+2
| | | | Notes: svn path=/head/; revision=37252