aboutsummaryrefslogtreecommitdiff
path: root/net/ushare/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Reassign to the heap at maintainer's requestThomas Abthorpe2014-01-101-1/+1
| | | | Notes: svn path=/head/; revision=339380
* 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 USE_GNOME=pkgconfig to USES=pkgconfigBaptiste Daroussin2013-08-311-3/+1
| | | | | | | | | | | | While here: - Trim headers - Convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_PERL5 -> USES=perl5 * USE_GMAKE -> USES=gmake Notes: svn path=/head/; revision=325749
* Fix installation of ports that rely on cp -n for installing files. r245960Florian Smeets2013-05-041-1/+1
| | | | | | | | | | | | | | changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt) Notes: svn path=/head/; revision=317389
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Convert to OptionsNGMartin Wilke2013-03-051-7/+4
| | | | | | | | | - Trim header Reviewed by: beat, bapt, kwm Notes: svn path=/head/; revision=313460
* - Update devel/upnp to 1.6.17Pawel Pekala2012-04-271-2/+2
| | | | | | | | | - Bump all affected ports Maintainer of net/ushare was asked for review, no response in 2 weeks Notes: svn path=/head/; revision=295608
* - Copy over sample config file on installChris Rees2012-03-231-5/+9
| | | | | | | | | | | | - Use bsd.port.options.mk to avoid bsd.port.pre.mk nastiness PR: ports/165890 Submitted by: crees Approved by: maintainer timeout (votdev@gmx.de), 14 days Feature safe: yes Notes: svn path=/head/; revision=293723
* Chase devel/upnp shlib bumpPawel Pekala2012-01-181-2/+2
| | | | Notes: svn path=/head/; revision=289420
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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
* - Actually chase upnp shlib changePav Lucistnik2011-03-261-2/+2
| | | | | | | | Reported by: pointyhat Pointy hat to: pawel (miwi, wen) Notes: svn path=/head/; revision=271819
* - Chase devel/upnp shlib bumpPawel Pekala2011-03-231-1/+1
| | | | | | | Approved by: miwi, wen (mentors) Notes: svn path=/head/; revision=271537
* - Chase devel/upnp shlib bumpMartin Wilke2011-03-041-2/+2
| | | | Notes: svn path=/head/; revision=270244
* - chase upnp shlip bumpMartin Wilke2011-02-061-2/+2
| | | | | | | | Reported by: drosonator via phw Feature safe: yes Notes: svn path=/head/; revision=268717
* - UnbreakPav Lucistnik2010-11-091-2/+0
| | | | | | | Submitted by: Gennady <gen@ukr.net> Notes: svn path=/head/; revision=264324
* - Mark BROKEN: does not compilePav Lucistnik2010-11-031-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=263995
* - Chase upnp shlib version bumpPav Lucistnik2010-10-241-2/+2
| | | | | | | | Reported by: pointyhat Pointy hat to: wen Notes: svn path=/head/; revision=263533
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Fix CFLAGS handlingDmitry Marakasov2008-11-101-2/+3
| | | | | | | | | PR: 128368 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=222664
* - Update to 1.1aDmitry Marakasov2008-10-231-10/+14
| | | | | | | | | | | | | | | | | | | | ChangeLog: Support for XboX 360 dashboard Fall Update (.avi and .divx now are supported) DLNA support is not enabled by default, as not mandatory. Some configure script fixes and better support for cross-compilation. Fixed network interface discovery on MacOSX. Much more complete DLNA support through external libdlna. Telnet Control interface. Support for FLAC and HDMOV files. FreeBSD 64bit and MacOSX build fix. Newly written configure script. PR: 128043 Submitted by: "Eric L. Chen" <d9364104 at mail dot nchu dot edu dot tw> Approved by: Volker Theile <votdev at gmx dot de> (maintainer) Notes: svn path=/head/; revision=221927
* - Link to pthread for all OS versions to fix listening socket with -DRong-En Fan2008-03-081-3/+1
| | | | | | | | | PR: ports/121378 Submitted by: Josh Carroll <josh.carroll at gmail.com> Approved by: Volker Theile" <votdev at gmx.de> (maintainer) Notes: svn path=/head/; revision=208653
* Make ushare work on amd64 by fixing a variable declaration.Stefan Walter2007-10-031-1/+1
| | | | | | | | | PR: 116757 Submitted by: Josh Carroll <josh.carroll@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=200720
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - s/-lpthread/${PTHREAD_LIBS}/Martin Wilke2007-07-131-1/+1
| | | | Notes: svn path=/head/; revision=195518
* - Chase increase of devel/upnp shlib version.Martin Wilke2007-07-131-3/+13
| | | | | | | | | | | | | | | | - set CFLAGS+= -lpthread [1] - Bump PORTREVISION [1] See discussion .. http://lists.freebsd.org/pipermail/freebsd-current/2007-June/073600.html http://lists.freebsd.org/pipermail/freebsd-ports/2007-July/042534.html Approved by: maintainer Reviewed by: rafan Thanks to: ehaupt/trasz/rafan Notes: svn path=/head/; revision=195516
* - Update to 1.0Martin Wilke2007-07-091-1/+1
| | | | | | | | PR: 114440 Submitted by: Volker Theile <votdev@gmx.de> (maintainer) Notes: svn path=/head/; revision=195300
* - Update to 0.9.10Martin Wilke2007-03-011-1/+2
| | | | | | | Submitted by: Volker Theile <vtheile@gmx.de> (maintainer) Notes: svn path=/head/; revision=186277
* - Update to 0.9.9Martin Wilke2007-02-261-5/+3
| | | | | | | Submitted by: Volker Theile <vtheile@gmx.de> (maintainer) Notes: svn path=/head/; revision=186028
* - Fix rc scriptMartin Wilke2007-01-081-2/+3
| | | | | | | Submitted by: "V. Theile" <vtheile@gmx.de> (maintainer via privat mail) Notes: svn path=/head/; revision=181761
* - Fix problems with libintlMartin Wilke2006-12-301-2/+3
| | | | | | | | | - Fix many compiler warnings Submitted by: Volker Theile (maintainer via privat mail) Notes: svn path=/head/; revision=181090
* GeeXboX uShare is a UPnP (TM) A/V Media Server. It implements the serverMartin Wilke2006-12-141-0/+32
component that provides UPnP media devices with information on available multimedia files. uShare uses the built-in http server of libupnp to stream the files to clients. WWW: http://ushare.geexbox.org/ PR: ports/106634 Submitted by: Volker Theile <votdev at gmx.de> Notes: svn path=/head/; revision=179738