1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

71 Commits

Author SHA1 Message Date
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
Carlo Strub
a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +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
Eitan Adler
e1925f7102 - Remove outdated version checks
Reviewed by:	nox
2012-01-09 04:01:17 +00:00
Chris Rees
c2a08171fe net/gatekeeper now uses USERS/GROUPS
Approved by:	rene (mentor, implicit)
2011-07-25 20:22:12 +00:00
Xin LI
03b42818c9 Chase after net/openldap24-server update.
Reminded by:	miwi
2011-02-25 01:32:17 +00:00
Martin Wilke
a53c3f2098 - Update to 2.2.8
PR:		154864
Submitted by:	Bourne-again Superuser <toor@arwen.ics.muni.cz>
2011-02-19 14:48:28 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +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
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +00:00
Mark Linimon
cfbb13225e Release these ports into the wild due to maintainer-timeouts and no
response to email.  We hope to see him back again sometime.
2009-05-12 22:32:29 +00:00
Xin LI
5bbd5cd2dc Bump PORTREVISION's after OpenLDAP update.
Suggested by:	rafan
2009-01-05 19:04:45 +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
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Rong-En Fan
a50bdf7656 - Fix build after devel/pwlib updated to 1.12.0
PR:		ports/119375
Submitted by:	Steve Ames <steve at energistic.com> (maintainer of devel/pwlib)
Approved by:	maintainer timeout (2 months)
2008-03-01 07:26:20 +00:00
Emanuel Haupt
c02f854709 Correctly pickup MySQL headers if non default LOCALBASE is used.
PR:		118173
Submitted by:	Andrew Kolchoogin <andrew@rinet.ru>
Approved by:	maintainer timeout (98 days)
2008-02-27 21:02:55 +00:00
Edwin Groothuis
2f5fd33d0b Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:10:52 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Martin Wilke
737656f650 - Update to 2.2.4
PR:		ports/106875
Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
2006-12-21 21:43:20 +00:00
Erwin Lansing
096bf9b8d2 Due to a missing symbol in the default thread library on sparc64 in
OSVERSION <= 700003, the build ends with an linker error.
- mark it as BROKEN for this particular case

- fix a spelling bug in pkg-install
- add an entry to stop the daemon when uninstalling and the rcNG script
  is installed without .sh extension

Reported by:		Kris (pointyhat)
Discussed on:		freebsd-threads@, freebsd-sparc64@
Review and test on:	RELENG_6_1 i386, amd64, sparc64
			CURRENT i386, amd64
PR:			96135
Submitted by:		Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
2006-04-21 13:12:38 +00:00
Sergey Matveychuk
9ec6ea8d63 - Update to 2.2.3-2
- Make use of DISTVERSION to handle the version number
- Convert to use the new versions of devel/pwlib and net/openh323
- Convert to the new USE_RC_SUBR style
- Remove NOCLEANDEPENDS, its only of use for the old pwlib/openh323
- Remove other useless stuff (pre-install, USE_BISON, ...)
- Make use of DOCSDIR and EXAMPLESDIR like in net/openam
- Add WITH_RADIUS knob instead of enabling it by default
- Enable the MySQL and PostGreSQL backends
- Add pre-everything to give users a hint about the available knobs
- Adjust directories in do-install, add DOCS installation
- Remove useless line from post-install

PR:		ports/94914
Submitted by:	maintainer
2006-03-26 15:35:21 +00:00
Alexander Leidinger
8d20ecc86c Depend upon the repocopied pwlib152 and and openh323-112 ports, to ease the
transition to newer versions of pwlib and openh323 without breaking ports
which depend upon them.

PR:			83396
Submitted by:		Steve Ames <steve@energistic.com>
In colaboration with:	Steve Ames <steve@energistic.com>
Approved by:		linimon ("no weeping changes ATM"-Heads-Up)
2006-02-05 12:35:09 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Florent Thoumie
52de4a5dcf - Fix configuration file handling (software problem).
PR:		ports/82815
Submitted by:	maintainer
Obtained from:	GateKeeper CVS
2005-06-30 18:11:28 +00:00
Pav Lucistnik
10fee85fff - Update to 2.2.2
- Take maintainership

PR:		ports/82454
Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>
2005-06-23 14:46:41 +00:00
Sam Lawrance
ae67238a95 - Add a bison %pure-parser declaration in pwlib. The build was
depending on old bison behaviour (#define YYPURE) which no longer
  works.  Fixes crash of opengk and maybe more.

- Bump PORTREVISION of ports using pwlib (they link with it statically)

PR:		ports/61053
Submitted by:	Andrew MacTaggart <amactaggart@hkis.edu.hk>
Approved by:	clement (mentor)
2005-05-16 02:45:10 +00:00
Mark Linimon
4d9e7fb643 With portmgr hat on, reset Roger's maintainership of these ports. While
he hopes to get back to FreeBSD work soon, it's probably fairer in the
meantime to see if anyone else who has more time can adopt them.
2004-12-05 04:54:21 +00:00
Alexey Dokuchaev
98259803c3 Unbreak the build with recent GCC.
Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit)
2004-10-08 03:54:38 +00:00
Kris Kennaway
fe54d2a7c7 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 17:49:31 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Roger Hardiman
af94d183f1 Add Radius Accounting support.
Remove an unused ldap flag.

Submitted by:	Aivis Olsteins <aivis@datatechlabs.com>
2003-09-06 06:27:28 +00:00
Roger Hardiman
63e935f50d Upgrade to 2.0.5 2003-08-28 07:26:16 +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
Roger Hardiman
170c5137fe Upgrade to version 2.0.3
Submitted by:	Jesus Rodriguez
2003-03-05 15:07:01 +00:00
Roger Hardiman
1b02c17749 build and install the addpasswd program. 2003-03-04 14:53:27 +00:00
Roger Hardiman
3a28353a57 Upgrade to latest stable release 2003-01-13 11:39:52 +00:00
Roger Hardiman
1d8909ec19 Upgrade to latest version 2002-11-21 23:23:29 +00:00
Roger Hardiman
20c8b7c8a8 Update for new release. 2002-10-11 06:24:56 +00:00
Roger Hardiman
4233c16002 Upgrade to latest stable release.
Note LDAP has been disabled in the port Makefile to allow the port to
compile.
2002-10-11 06:17:30 +00:00
Kris Kennaway
c68436a7b7 Remove USE_NEWGCC, which is no longer supported or required.
Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
2002-08-31 02:44:07 +00:00
Ying-Chieh Liao
4a037994a4 update master site and WWW 2002-08-03 18:07:20 +00:00
Roger Hardiman
17a84d21b3 Use the new GNU Gatekeeper name 2002-07-18 15:05:28 +00:00
Roger Hardiman
21de9cd565 Make sure we use the static openh323 libraries (as the openh323
port does not actually install the .so files)
2002-05-24 23:44:43 +00:00
Roger Hardiman
6ced5cf9d4 *** empty log message *** 2001-10-08 05:11:30 +00:00
Roger Hardiman
0c4aacbf1a Upgrade to 1.0 pre 8 2001-08-10 16:03:02 +00:00