aboutsummaryrefslogtreecommitdiff
path: root/misc/xiphos
Commit message (Collapse)AuthorAgeFilesLines
* Expand FreeBSD 12 conditionals to include 13.0-CURRENTJan Beich2018-10-231-0/+1
| | | | Notes: svn path=/head/; revision=482846
* Remove all := from BUILD_DEPENDS, here are never needed.Mathieu Arnold2018-07-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | While there, cleanup, and sort depends. When build and run dependencies are the same, there are three ways to avoid duplicating the list while not adding the framework added BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are: 1) use RUN_DEPENDS to set BUILD_DEPENDS: BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= foo:bar/baz 2) create another variable and use it: MY_DEPENDS= foo:bar/baz BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} 3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation: BUILD_DEPENDS= foo:bar/baz RUN_DEPENDS:= ${BUILD_DEPENDS} Sponsored by: Absolight Notes: svn path=/head/; revision=474242
* Mark as broken on -CURRENT.Mark Linimon2018-06-251-0/+2
| | | | Notes: svn path=/head/; revision=473355
* - Update misc/sword to 1.8.0Thomas Abthorpe2018-02-231-4/+2
| | | | | | | | | | | - Chase shlib bump - Reassign to the heap PR: 225276 Submitted by: bsam Notes: svn path=/head/; revision=462657
* - Mark as BROKEN on 12.XThomas Abthorpe2017-04-201-0/+2
| | | | | | | MFH: 2017Q2 Notes: svn path=/head/; revision=438948
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-6/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430454
* devel/nspr, security/nss: drop version from SONAMEJan Beich2016-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine Notes: svn path=/head/; revision=423591
* Use framework instead of @exec to generate GTK icons cacheBaptiste Daroussin2016-06-182-4/+2
| | | | Notes: svn path=/head/; revision=417068
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Mark as BROKEN < 10.XThomas Abthorpe2015-06-061-0/+6
| | | | | | | MFH: 2015Q2 Notes: svn path=/head/; revision=388668
* Unbreak after conversion to USES=waf (gnomeprefix adds unhandled args)Antoine Brodin2015-04-091-1/+1
| | | | Notes: svn path=/head/; revision=383676
* Add a new USES=waf to handle the waf building system, allowing to factorise codeBaptiste Daroussin2015-04-081-11/+2
| | | | | | | | | | | | | | | | | | | | | Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be reused Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting _MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed to really disable parallelisation with waf WAF_CMD has been created to allow one to override the location of the waf script relatively to WRKSRC CONFIGURE_TARGET is by default defined to "configure" ALL_TARGET is by default defined to "build" INSTALL_TARGET is by default defined to "install" USES=waf is by default stagedir safe Notes: svn path=/head/; revision=383571
* - Add in GNOME_USES=gconf2Thomas Abthorpe2015-01-131-1/+1
| | | | Notes: svn path=/head/; revision=376905
* - Switch to webkit-gtk3Thomas Abthorpe2015-01-132-3/+7
| | | | | | | | | - Add some dependencies on dbus-glib and gtk30 - Add gtk-update-icon-cache to pkg-plist - Bump PORTREVISION Notes: svn path=/head/; revision=376893
* - Switch to using gtkhtml4Thomas Abthorpe2015-01-101-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=376674
* Fix stagingBaptiste Daroussin2014-12-252-6/+6
| | | | | | | Remove useless gnomehack Notes: svn path=/head/; revision=375517
* Cleanup plistBaptiste Daroussin2014-12-091-10/+0
| | | | Notes: svn path=/head/; revision=374378
* - Convert ports of misc/ to new USES=pythonMarcus von Appen2014-10-201-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371289
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362023
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* - Fix the plistThomas Abthorpe2014-01-171-132/+0
| | | | | | | | Submitted by: QAT Pointyhat to: tabthorpe (again) Notes: svn path=/head/; revision=340007
* - Properly switch to misc/swordThomas Abthorpe2014-01-161-3/+3
| | | | | | | | | | - Utilise LIB_DEPENDS Submitted by: erwinbot, portsanp build bot Pointyhat to: tabthorpe Notes: svn path=/head/; revision=339992
* - Update to 3.1.6Thomas Abthorpe2014-01-163-46/+161
| | | | | | | - Support STAGEDIR Notes: svn path=/head/; revision=339986
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* Add explicit dependency on pkgconf (10 ports)John Marino2013-09-131-1/+1
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327124
* - Remove www/libxul19, is has been vulnerable and unsupported upstream forFlorian Smeets2013-06-151-7/+1
| | | | | | | | | | | | quite some time. - Switch all remaining consumers to depend on www/libxul - Mark ports that don't work with the new libxul BROKEN - Mark some old ports DEPRECATED with a reasonable timeout Approved by: portmgr (miwi) Notes: svn path=/head/; revision=320984
* - Don't remove directories not created by this portMartin Wilke2013-06-131-4/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320861
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Remove icon-cache from plistThomas Abthorpe2012-10-142-7/+1
| | | | | | | | | | | - Bump PORTREVISION - Trim headers Submitted by: bapt via irc Feature safe: yes Notes: svn path=/head/; revision=305854
* - Move libxul 1.9.2 to www/libxul19Beat Gaetzi2012-09-101-1/+1
| | | | | | | | | | | | | - Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko Notes: svn path=/head/; revision=304053
* - Depend on x11/yelpThomas Abthorpe2012-07-011-3/+28
| | | | | | | | | | - Add options to build rendering engine PR: ports/169514 Submitted by: John Marshall <john.marshall riverwillow.com.au> Notes: svn path=/head/; revision=300298
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Tarball re-rollThomas Abthorpe2012-02-273-75/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=292330
* - Update to 3.1.5Thomas Abthorpe2012-02-226-69/+118
| | | | Notes: svn path=/head/; revision=292079
* 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> Notes: svn path=/head/; revision=279506
* - Remove dependency on gnome-libsThomas Abthorpe2011-03-171-2/+2
| | | | | | | | | - Bump PORTREVISION Submitted by: bapt via irc Notes: svn path=/head/; revision=271129
* - Chase misc/sword libbumpThomas Abthorpe2010-10-282-2/+2
| | | | | | | | - Bump PORTREVISION - Remove MD5 checksum while I am here Notes: svn path=/head/; revision=263708
* - Update to 3.1.4Thomas Abthorpe2010-10-215-38/+47
| | | | Notes: svn path=/head/; revision=263410
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Use gtkhtml onlyThomas Abthorpe2010-05-272-21/+4
| | | | | | | | - Fix plist - Bump PORTREVISION Notes: svn path=/head/; revision=255202
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 Notes: svn path=/head/; revision=254099
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 3.1.3Thomas Abthorpe2010-03-243-19/+17
| | | | Notes: svn path=/head/; revision=251448
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Chase sword libbumpThomas Abthorpe2010-01-071-1/+2
| | | | | | | - Remove CONFLICTS and un-needed patch Notes: svn path=/head/; revision=247346
* - Update to 3.1.2Thomas Abthorpe2010-01-044-96/+42
| | | | Notes: svn path=/head/; revision=247152