aboutsummaryrefslogtreecommitdiff
path: root/net/gupnp-igd
Commit message (Collapse)AuthorAgeFilesLines
* net/gupnp: Update to 1.3.1Po-Chuan Hsieh2021-09-211-0/+1
| | | | Changes: https://gitlab.gnome.org/GNOME/gupnp/-/blob/master/NEWS
* net/gupnp-igd: Remove unneeded RUN_DEPENDS and USES=pathfixPo-Chuan Hsieh2021-07-141-5/+3
| | | | - Sort BUILD_DEPENDS
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.2.0Sunpoet Po-Chuan Hsieh2020-09-237-122/+13
| | | | | | | | | - Sort PLIST Changes: https://gitlab.gnome.org/GNOME/gupnp-igd/-/blob/master/NEWS Notes: svn path=/head/; revision=549784
* Convert REINPLACE_CMD to patch filesSunpoet Po-Chuan Hsieh2020-02-215-5/+95
| | | | Notes: svn path=/head/; revision=526644
* Remove optional dependency on py-gobjectAntoine Brodin2020-02-192-15/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=526507
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* net/gupnp-igd: fix build with GCC-based architecturesPiotr Kubaj2019-05-121-1/+1
| | | | | | | | | | | | | Add USES=compiler:c11 to fix build: /usr/local/include/gupnp-1.2/libgupnp/gupnp-acl.h:39: error: redefinition of typedef 'GUPnPAcl' /usr/local/include/gupnp-1.2/libgupnp/gupnp-acl.h:32: error: previous declaration of 'GUPnPAcl' was here /usr/local/include/gupnp-1.2/libgupnp/gupnp-acl.h:53: error: redefinition of typedef 'GUPnPAclInterface' /usr/local/include/gupnp-1.2/libgupnp/gupnp-acl.h:32: error: previous declaration of 'GUPnPAclInterface' was here Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=501354
* Fix build for net/gssdp 1.1.0.1 and net/gupnp 1.1.0 updateSunpoet Po-Chuan Hsieh2018-11-171-3/+6
| | | | | | | - Update LIB_DEPENDS Notes: svn path=/head/; revision=485148
* Update WWWSunpoet Po-Chuan Hsieh2018-08-231-1/+1
| | | | Notes: svn path=/head/; revision=477884
* Change from USES=python:2 to USES=python:2.7Sunpoet Po-Chuan Hsieh2017-12-031-1/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=455444
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 0.2.5Sunpoet Po-Chuan Hsieh2017-11-233-5/+5
| | | | | | | Changes: https://git.gnome.org/browse/gupnp-igd/tree/NEWS Notes: svn path=/head/; revision=454776
* Use USES=gnomeSunpoet Po-Chuan Hsieh2017-05-011-1/+1
| | | | Notes: svn path=/head/; revision=439882
* Remove libintl.so.9 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=428152
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-11-191-0/+1
| | | | Notes: svn path=/head/; revision=426411
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Fix BUILD_DEPENDS: py-gobject 2.12.0+ is required when PYTHON option enabledSunpoet Po-Chuan Hsieh2015-11-041-2/+2
| | | | Notes: svn path=/head/; revision=400803
* - Use INSTALL_TARGET=install-strip instead of ↵Sunpoet Po-Chuan Hsieh2015-01-181-1/+1
| | | | | | | MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} Notes: svn path=/head/; revision=377307
* - Update to 0.2.4Sunpoet Po-Chuan Hsieh2014-10-013-13/+8
| | | | | | | | | | - Fix USES=python - Cleanup PLIST Changes: http://git.gnome.org/browse/gupnp-igd/tree/NEWS Notes: svn path=/head/; revision=369755
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-1/+1
| | | | Notes: svn path=/head/; revision=364915
* - Respect BSD.gnome.distSunpoet Po-Chuan Hsieh2014-07-281-2/+0
| | | | Notes: svn path=/head/; revision=363143
* - Use USES=libtoolSunpoet Po-Chuan Hsieh2014-05-192-4/+4
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=354575
* - Use USES=tar:xzSunpoet Po-Chuan Hsieh2014-03-141-2/+1
| | | | Notes: svn path=/head/; revision=348250
* - Add PYTHON optionSunpoet Po-Chuan Hsieh2014-02-182-9/+15
| | | | | | | - Fix PLIST Notes: svn path=/head/; revision=344965
* - Update to 0.2.3Sunpoet Po-Chuan Hsieh2014-02-093-14/+3
| | | | | | | Changes: http://git.gnome.org/browse/gupnp-igd/tree/NEWS Notes: svn path=/head/; revision=343526
* - Strip shared librarySunpoet Po-Chuan Hsieh2013-10-251-0/+1
| | | | Notes: svn path=/head/; revision=331581
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-10-191-1/+0
| | | | Notes: svn path=/head/; revision=330888
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert to new LIB_DEPENDS formatSunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326614
* - Make use of USE_GNOME=introspectionSunpoet Po-Chuan Hsieh2013-08-101-3/+2
| | | | | | | - Make use of USES=gmake Notes: svn path=/head/; revision=324478
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* - Update to 0.2.2 and unbreak this portSunpoet Po-Chuan Hsieh2013-04-212-13/+12
| | | | | | | | | | | | - Change MASTER_SITES to GNOME - Use USES=pathfix - Cleanup Makefile header Changes: http://git.gnome.org/browse/gupnp-igd/tree/NEWS Feature safe: yes Notes: svn path=/head/; revision=316208
* Mark BROKEN: does not packageErwin Lansing2012-08-201-0/+2
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=302782
* - Update to 0.2.1Sunpoet Po-Chuan Hsieh2012-06-125-17/+34
| | | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Add LICENSE - Add {BUILD|RUN}_DEPENDS to ensure minimal gupnp version - Sort USE_GNOME - Take maintainership Changes: http://git.gnome.org/browse/gupnp-igd/tree/NEWS Notes: svn path=/head/; revision=299144
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to GNU make 3.82 after numerous -exp runs.Ade Lovett2011-04-111-0/+5
| | | | Notes: svn path=/head/; revision=272537
* Fix MASTER_SITEBaptiste Daroussin2011-03-142-2/+1
| | | | | | | while here remove MD5 Notes: svn path=/head/; revision=270872
* - Reset maintainershipMartin Wilke2011-02-261-1/+1
| | | | Notes: svn path=/head/; revision=269758
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 0.1.6Martin Wilke2010-01-223-4/+12
| | | | Notes: svn path=/head/; revision=248364
* This is a library to handle UPnP IGD port mapping.Martin Wilke2009-12-264-0/+53
WWW: http://www.gupnp.org/ Notes: svn path=/head/; revision=246716