1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

30 Commits

Author SHA1 Message Date
Florian Smeets
5ac18767d1 Fix installation of ports that rely on cp -n for installing files. r245960
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)
2013-05-04 22:48:03 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Martin Wilke
fb3520254a - Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
2013-03-05 17:07:43 +00:00
Pawel Pekala
b9972244a7 - Update devel/upnp to 1.6.17
- Bump all affected ports

Maintainer of net/ushare was asked for review, no response in 2 weeks
2012-04-27 14:28:11 +00:00
Chris Rees
1da6822d75 - Copy over sample config file on install
- 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
2012-03-23 19:31:49 +00:00
Pawel Pekala
1856510753 Chase devel/upnp shlib bump 2012-01-18 18:32:08 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00
Pav Lucistnik
42a107b953 - Actually chase upnp shlib change
Reported by:	pointyhat
Pointy hat to:	pawel (miwi, wen)
2011-03-26 23:31:50 +00:00
Pawel Pekala
d01fbfe551 - Chase devel/upnp shlib bump
Approved by:	miwi, wen (mentors)
2011-03-23 16:40:03 +00:00
Martin Wilke
bc696d5f48 - Chase devel/upnp shlib bump 2011-03-04 05:52:07 +00:00
Martin Wilke
0435dcb255 - chase upnp shlip bump
Reported by:	drosonator via phw
Feature safe:	yes
2011-02-06 11:27:28 +00:00
Pav Lucistnik
842203ad4a - Unbreak
Submitted by:	Gennady <gen@ukr.net>
2010-11-09 22:21:03 +00:00
Pav Lucistnik
a1475ffafc - Mark BROKEN: does not compile
Reported by:	pointyhat
2010-11-03 21:38:26 +00:00
Pav Lucistnik
60cd14bc81 - Chase upnp shlib version bump
Reported by:	pointyhat
Pointy hat to:	wen
2010-10-24 21:53:10 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Doug Barton
1fe689ef09 Remove the remaining examples of quotes around /etc/rc.subr 2010-03-27 04:30:05 +00:00
Dmitry Marakasov
ca957bb105 - Fix CFLAGS handling
PR:		128368
Submitted by:	myself
Approved by:	maintainer timeout
2008-11-10 00:12:53 +00:00
Dmitry Marakasov
0ef6e73e2a - Update to 1.1a
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)
2008-10-23 12:39:26 +00:00
Rong-En Fan
51579aea62 - Link to pthread for all OS versions to fix listening socket with -D
PR:		ports/121378
Submitted by:	Josh Carroll <josh.carroll at gmail.com>
Approved by:	Volker Theile" <votdev at gmx.de> (maintainer)
2008-03-08 18:35:55 +00:00
Stefan Walter
3cf7896972 Make ushare work on amd64 by fixing a variable declaration.
PR:		116757
Submitted by:	Josh Carroll <josh.carroll@gmail.com>
Approved by:	maintainer
2007-10-03 09:14:22 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
2007-07-23 09:36:51 +00:00
Martin Wilke
c2b0192924 - s/-lpthread/${PTHREAD_LIBS}/ 2007-07-13 09:26:57 +00:00
Martin Wilke
d4ddb9bcc6 - Chase increase of devel/upnp shlib version.
- 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
2007-07-13 09:05:28 +00:00
Martin Wilke
24121795bd - Update to 1.0
PR:		114440
Submitted by:	Volker Theile <votdev@gmx.de> (maintainer)
2007-07-09 13:23:08 +00:00
Martin Wilke
450e24c520 - Update to 0.9.10
Submitted by:   Volker Theile <vtheile@gmx.de> (maintainer)
2007-03-01 11:34:31 +00:00
Martin Wilke
986ca89b9c - Update to 0.9.9
Submitted by:   Volker Theile <vtheile@gmx.de> (maintainer)
2007-02-26 21:26:52 +00:00
Martin Wilke
931ef731d4 - Fix rc script
Submitted by: "V. Theile" <vtheile@gmx.de> (maintainer via privat mail)
2007-01-08 12:03:34 +00:00
Martin Wilke
b5678c976b - Fix problems with libintl
- Fix many compiler warnings

Submitted by:   Volker Theile (maintainer via privat mail)
2006-12-30 20:25:28 +00:00
Martin Wilke
8b39f70d7a GeeXboX uShare is a UPnP (TM) A/V Media Server. It implements the server
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>
2006-12-14 11:58:42 +00:00