1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
Commit Graph

57 Commits

Author SHA1 Message Date
Baptiste Daroussin
88a9b99e26 Drop the ipv6 virtual category for n* category as it is not relevant anymore 2019-10-09 12:17:15 +00:00
Mathieu Arnold
2614c95748 Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
2019-08-14 08:48:50 +00:00
Dirk Meyer
b1026e3cb4 - update to miniupnpc 2.1
PR:		228050
Submitted by:	Hung-Yi Chen

- fix python build
- add LICENSE for slave port
- make portlint happier

- bump PORTREVISION on ports using the shared lib
2018-05-09 05:37:54 +00:00
Carlos J. Puga Medina
f0eb31c4fa net/dante: update to 1.4.2
- Update to 1.4.2
- Update MASTER_SITES
- Register LIB_DEPENDS ON net/miniupnpc and security/cyrus-sasl2
- Update WWW in pkg-descr
- Take maintainership

Changes: https://www.inet.no/dante/announce-1.4.2

Reviewed by:	jbeich
MFH:		2017Q3
Differential Revision:	https://reviews.freebsd.org/D11552
2017-07-13 23:53:44 +00:00
Dmitry Marakasov
de426238ad - Switch to USES=localbase
- Switch to options helpers
2017-04-12 10:00:14 +00:00
Baptiste Daroussin
adbc6c8619 Stop killing deamons from plist 2016-12-22 23:55:03 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Dmitry Marakasov
1c5e083fb8 - Fix install from non-root 2015-02-03 22:53:09 +00:00
Kurt Jaeger
b425de8e82 net/dante: 1.4.0 -> 1.4.1
ChangeLog: http://www.inet.no/dante/announce-1.4.1

PR:		192295
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>
2014-11-07 18:47:37 +00:00
Anders Nordby
fa72785059 Drop maintainership of all remaining ports where I am listed.
No time for this unfortunately.
2014-10-29 22:11:51 +00:00
Antoine Brodin
284aa3703f Forbid on all versions of freebsd to handle the 8 or 9 jails on 10+ hosts case
With hat:	portmgr
2014-08-06 13:50:26 +00:00
Baptiste Daroussin
cd59438c5f Mark as forbidden the configure script is triggering a nasty bug in unix domain socket
on FreeBSD 10+

Reported by:	peter
2014-08-03 20:50:57 +00:00
John Marino
59c819fa9e Mark net/dante BROKEN on i386
Dante gets stuck building on i386.  Redports did not complete on any of
the four platforms.  Marking this broken, and upstream is being notified.

PR:		192295
2014-08-02 15:33:20 +00:00
William Grzybowski
382d70fb84 net/dante: update to 1.4.0
- Add LICENSE
- Support stage

PR:		191232
Submitted by:	mp39590 gmail com
Approved by:	maintainer (timeout)
2014-07-31 15:18:55 +00:00
Jimmy Olgeni
7dc406a7a1 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
2014-07-10 12:13:11 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +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
Anders Nordby
d9de95ea9a Update to 1.3.2.
PR:		158871
Submitted by:	Ralf Wenk <IZ-FreeBSD0701@hs-karlsruhe.de> (with changes)
2011-08-15 22:12:16 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Anders Nordby
01ba083013 Fix external rotation/interface address parsing.
PR:		129351
Submitted by:	Christoph Weber-Fahr <cwf-ml@arcor.de>
2009-01-19 00:00:51 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Marcus Alves Grando
61de56d230 - Add CONFLICTS because include/socks.h are included in net/dante and net/socks5 too.
PR:		103649
Approved by:	maintainer timeout (35 days)
2006-10-31 13:40:43 +00:00
Hajimu UMEMOTO
798cb4516f Make it buildable on RELENG_6 ater correcting 2nd argument of
gethostbyaddr(3) to socklen_t.

Reported by:	pointyhat via kris
Approved by:	anders (no respond for two weeks), kris (portmgr)
2006-09-17 05:08:40 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Sergey Matveychuk
327b106b2e - Update to 1.1.19
- Change startup script with rcNG one

PR:		ports/92731
Submitted by:	self
Approved by:	maintainer timeout (2 weeks)
2006-02-14 21:18:16 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Anders Nordby
ba7eeaf25f Update to 1.1.15. 2005-03-16 21:14:26 +00:00
Kirill Ponomarev
d459a9c59c Honour threads.
Bump PORTREVISION.

Reported by:	Valentin Nechayev <netch at segfault dot kiev.ua>
2005-02-20 11:16:03 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Anders Nordby
92ae0359e8 Update to 1.1.14. 2003-10-28 23:15:37 +00:00
Max Khon
b7f726012e - Add startup script.
- Utilize DOCSDIR.
- Bump PORTREVISION.

Approved by:	anders (MAINTAINER)
2003-10-28 22:30:54 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Anders Nordby
ee76409f35 Update to 1.1.13. 2002-06-30 22:00:38 +00:00
Anders Nordby
92c836a338 Update to 1.1.12 final. 2002-04-13 19:19:46 +00:00
Anders Nordby
6a7f3a5015 Master site updates: www.freenix.no => atreides.freenix.no for these
files.
2002-03-15 00:31:54 +00:00
Anders Nordby
bf4bc8c5de Update dante to version 1.1.12-pre1.
Reclaim maintainership.
2002-02-12 23:31:47 +00:00
Pete Fritchman
afbebb0cfe Set maintainer to ports@FreeBSD.org
Submitted by:	Anders Nordby <anders@fix.no> (previous maintainer)
2001-10-07 02:03:45 +00:00
Peter Pentchev
7e03e807e8 Update to 1.1.10.
PR:		27857
Submitted by:	maintainer
2001-06-04 11:24:29 +00:00
Kevin Lo
549a62c25f Update to version 1.1.9
PR: 25792
Submitted by: MAINTAINER
2001-03-14 15:19:41 +00:00
Kris Kennaway
f5b9080ac3 Fix pkg-plist
Submitted by:	bento
2001-03-10 03:56:28 +00:00
Ying-Chieh Liao
1453c95123 upgrade to 1.1.8
use PORTDOCS to handle doc installation
add INSTALLS_SHLIB
2001-02-26 06:41:40 +00:00
Peter Pentchev
a13c4d53b8 Update to 1.1.6.
PR:		ports/23009
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
Approved by:	kris
Silence by:	maintainer <anders@fix.no>
2000-11-26 18:17:26 +00:00
James E. Housley
2c44ee7e1a Updates Dante to the latest version.
PR:		22221
Submitted by:	Anders Nordby <anders@fix.no> MAINTAINER
2000-10-22 22:46:31 +00:00