aboutsummaryrefslogtreecommitdiff
path: root/www/flickcurl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* www: Add missing USES=gnomeTobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517054
* Remove libcurl.so.7 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428136
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Drop @dirrm* from plistDmitry Marakasov2015-05-121-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386181
* - Update from 1.25 to 1.26Danilo Egea Gondolfo2014-08-182-4/+4
| | | | | | | - Use install-strip as INSTALL_TARGET Notes: svn path=/head/; revision=365316
* - Drop .la files, no dependees require themDmitry Marakasov2014-08-122-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=364734
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* 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
* Convert to USES=libtoolBaptiste Daroussin2014-03-022-3/+5
| | | | Notes: svn path=/head/; revision=346832
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* - Change maintainer email to @FreeBSD.orgDanilo Egea Gondolfo2013-10-072-13/+5
| | | | | | | | | - Add stage support Approved by: wg/culot (mentors, implicit) Notes: svn path=/head/; revision=329648
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - revert r326430, as this fix broke buildJason Helfman2013-09-061-2/+2
| | | | | | | | Reported by: qat Approved by: maintainer (danilogondolfo@gmail.com, implicit) Notes: svn path=/head/; revision=326471
* - Fix CONFIGURE_ARGSSunpoet Po-Chuan Hsieh2013-09-051-2/+2
| | | | Notes: svn path=/head/; revision=326430
* - update to 1.25Jason Helfman2013-09-042-13/+17
| | | | | | | | | | | - pass maintainership to submitter - convert to new lib_depends format and adopt new options helpers PR: 181766 (based on) Submitted by: danilogondolfo@gmail.com Notes: svn path=/head/; revision=326246
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Update to 1.24Martin Wilke2013-04-293-81/+104
| | | | | | | | PR: 178033 Submitted by: Ports Fury Notes: svn path=/head/; revision=316822
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵Eitan Adler2013-03-281-1/+2
| | | | | | | "pathfix" instead. Notes: svn path=/head/; revision=315433
* Upgrade to 1.23, drop MAINTAINER.Vanilla I. Shu2012-12-273-10/+13
| | | | Notes: svn path=/head/; revision=309547
* Upgrade to 1.22.Vanilla I. Shu2012-03-033-4/+4
| | | | | | | | PR: ports/165627 Submitted by: sunpoet@ Notes: svn path=/head/; revision=292576
* 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
* - Bring substantial style fixes to MakefileAlexey Dokuchaev2011-04-132-11/+10
| | | | | | | | | - Improve port description a bit while here Approved by: maintainer (vanilla) Notes: svn path=/head/; revision=272654
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Upgrade to 1.20.Vanilla I. Shu2010-11-252-10/+9
| | | | Notes: svn path=/head/; revision=265123
* Upgrade to 1.19.Vanilla I. Shu2010-08-023-4/+5
| | | | Notes: svn path=/head/; revision=258617
* Upgrade to 1.18.Vanilla I. Shu2010-05-102-5/+5
| | | | Notes: svn path=/head/; revision=254039
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* Upgrade to 1.17.Vanilla I. Shu2010-03-083-4/+7
| | | | Notes: svn path=/head/; revision=250692
* Upgrade to 1.16.Vanilla I. Shu2010-01-283-4/+5
| | | | Notes: svn path=/head/; revision=248746
* Upgrade to 1.15.Vanilla I. Shu2010-01-043-4/+11
| | | | Notes: svn path=/head/; revision=247083
* Upgrade to 1.14.Vanilla I. Shu2009-09-263-5/+13
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=242121
* Upgrade to 1.13.Vanilla I. Shu2009-08-052-4/+4
| | | | Notes: svn path=/head/; revision=238936
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Upgrade to 1.12.Vanilla I. Shu2009-07-153-4/+5
| | | | Notes: svn path=/head/; revision=237844
* Upgrade to 1.11.Vanilla I. Shu2009-06-292-4/+4
| | | | Notes: svn path=/head/; revision=236752
* Upgrade to 1.9.Vanilla I. Shu2009-04-063-4/+5
| | | | Notes: svn path=/head/; revision=231686
* Upgrade to 1.8.Vanilla I. Shu2009-02-163-5/+6
| | | | Notes: svn path=/head/; revision=228482
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* Upgrade to 1.7.Vanilla I. Shu2008-12-013-4/+5
| | | | Notes: svn path=/head/; revision=223654
* Upgrade to 1.6.Vanilla I. Shu2008-09-053-4/+5
| | | | Notes: svn path=/head/; revision=219881
* Upgrade to 1.5.Vanilla I. Shu2008-08-183-22/+4
| | | | Notes: svn path=/head/; revision=218745
* Upgrade to 1.4.Vanilla I. Shu2008-08-164-4/+24
| | | | Notes: svn path=/head/; revision=218657
* Upgrade to 1.3.Vanilla I. Shu2008-03-173-4/+9
| | | | Notes: svn path=/head/; revision=209182
* Fix pkg-plist.Vanilla I. Shu2008-01-312-0/+36
| | | | | | | Submitted by: pav@ via email. Notes: svn path=/head/; revision=206484
* Upgrade to 1.2.Vanilla I. Shu2008-01-302-4/+4
| | | | Notes: svn path=/head/; revision=206414
* Upgrade to 1.0.Vanilla I. Shu2008-01-142-4/+4
| | | | Notes: svn path=/head/; revision=205613
* Fix pkg-plist.Vanilla I. Shu2008-01-051-0/+2
| | | | | | | Submitted by: Erwin@ via email. Notes: svn path=/head/; revision=205040
* Upgrade to 0.13.Vanilla I. Shu2008-01-032-4/+4
| | | | Notes: svn path=/head/; revision=204883