Commit graph

106 commits

Author SHA1 Message Date
Joe Marcus Clarke
b4fd4cce65 Add support for wildcard IPv4/6 sockets.
PR:		148022
2010-08-15 21:52:32 +00:00
Wesley Shields
15c1551ea3 Chase security/libgcrypt shlib bump.
PR:		ports/148755
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2010-07-27 01:25:20 +00:00
Joe Marcus Clarke
9e721c894b Update to 2.1.3. 2010-07-25 01:37:08 +00:00
Joe Marcus Clarke
c503b877c4 Update to 2.1.2.
Feature safe:	yes
2010-07-07 05:36:06 +00:00
Joe Marcus Clarke
d15c60ff16 Fix the build on 6.X.
Reported by:	pointyhat via pav
2010-06-09 22:49:30 +00:00
Joe Marcus Clarke
1f16c85aa6 Add a missing symlink to the plist.
Reported by:	pointyhat via erwin
2010-06-02 14:46:42 +00:00
Joe Marcus Clarke
8935edfc51 * Update to 2.1.1 [1]
* Make AppleTalk support optional (enabled by default) [1]
* Convert to OPTIONS [1]
* Add a CONFLICTS entry for uniconvertor [2]

Big thanks to Stefan Bethke <stb@lassitu.de> for doing all of the heavy
lifting on this update.

PR:		146576 [1]
		145724 [2]
Submitted by:	Stefan Bethke <stb@lassitu.de> [1]
2010-05-30 17:03:17 +00:00
Joe Marcus Clarke
3eca91ed99 Enable the use of OPTIONS.
Submitted by:	knu
2010-04-04 18:38:54 +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
Joe Marcus Clarke
ca3e71972f Update to 2.0.5.
PR:		140604
Submitted by:	Philipp Wuensche <cryx-freebsd@h3q.com>
2009-11-26 18:08:59 +00:00
Joe Marcus Clarke
2b6c6f9c43 Fix PAM support.
Submitted by:	Miguel Ramos <2009@miguel.ramos.name>
2009-09-12 18:15:29 +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
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Joe Marcus Clarke
8b0834a81a Update to 2.0.4.
PR:		135319
Submitted by:	Wang Lam <wlam+fbd@blanksquare.net> (based on)
2009-06-14 02:59:30 +00:00
Martin Wilke
7e28317282 - Fix CVE-2008-5718
PR:		132427
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:	marcus (maintainer)
Security:	http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5718
		http://www.openwall.com/lists/oss-security/2009/01/13/3
2009-03-18 16:39:04 +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
Joe Marcus Clarke
fa615dab06 Add support for Kerberos V authentication.
Submitted by:	Cian Hughes <ci@nhugh.es>
2008-02-23 16:10:32 +00:00
Joe Marcus Clarke
dec8123ee0 Refactor the rc.d script to add support for the netatalk.conf daemon
configuration file (see netatalk.conf(5) for more information).  Reasonable
defaults have been included as well as a sample ${PREFIX}/etc/netatalk.conf.dist
file.  Configuration options include AppleTalk zone, node name, and
maximum number of afpd clients.

Submitted by:	Böhme Ralph <ralph.boehme@supported.de>
2007-04-03 04:10:14 +00:00
Kris Kennaway
b5de47e69a Use libtool port instead of included version to avoid a.out objformat botch 2007-01-29 23:51:55 +00:00
Joe Marcus Clarke
03f6b89845 Revert a testing change that I inadvertantly committed. 2007-01-28 04:11:10 +00:00
Joe Marcus Clarke
8e936f858f Fix the build with BDB 4.3 and higher.
Reported by:	kris
2007-01-28 04:10:40 +00:00
Joe Marcus Clarke
6d5af1b74c Correct a typo which resulted in a bad reinplace.
Reported by:	Elliot Schlegelmilch <elliot.schlegelmilch@gmail.com>
2006-12-04 22:36:47 +00:00
Joe Marcus Clarke
99240762fd Fix detection of BDB libraries. 2006-10-08 18:51:57 +00:00
Joe Marcus Clarke
2223a38f50 Fix rc.d script installation, and actually commit the plist change.
Reported by:	David J Brooks <daeg@houston.rr.com>
2006-07-26 18:02:47 +00:00
Joe Marcus Clarke
0bba15a7da * Use new USE_RC_SUBR layout
* Use USE_BDB to make the bdb requirement more flexible
2006-07-25 22:45:52 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Joe Marcus Clarke
c3780518c7 Add a missing cnid_metad to the PROVIDE line. 2006-01-08 21:50:27 +00:00
Joe Marcus Clarke
be6feb6e53 One second thought, netatalk can get away with requiring DAEMON. 2006-01-08 20:04:23 +00:00
Joe Marcus Clarke
b6ebacedb3 * Update rc.d script for the New World Order, and require slpd if desired
* Use %%DATADIR%% in pkg-plist
2006-01-08 20:01:37 +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
Joe Marcus Clarke
af2808e327 Update to 2.0.3. See http://netatalk.sourceforge.net/2.0/NEWS.html for the
list of changes.
2005-05-18 05:12:00 +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
Joe Marcus Clarke
f047023da9 Update to 2.0.2. 2005-01-08 20:15:38 +00:00
Joe Marcus Clarke
c534fc3bb8 Update to 2.0.1. 2004-10-29 01:17:26 +00:00
Joe Marcus Clarke
3e122776ae This port should have a LATEST_LINK. 2004-10-12 02:19:22 +00:00
Joe Marcus Clarke
5e6dccffd9 Re-add PORTEPOCH as it was accidentally dropped in the last commit. 2004-10-12 02:18:36 +00:00
Joe Marcus Clarke
30af9f9d1b Update to 2.0.0. See http://netatalk.sourceforge.net/2.0/ReleaseNotes.html
for all the new features, and
http://netatalk.sourceforge.net/2.0/htmldocs/upgrade.html for important
upgrade instructions when moving from 1.6.x.
2004-10-12 02:09:27 +00:00
Joe Marcus Clarke
8a636d3db0 This port conflicts with netatalk-devel. 2004-06-06 05:46:43 +00:00
Joe Marcus Clarke
2655d09556 SIZEify
Submitted by:	trevor
2004-03-19 07:47:02 +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
Joe Marcus Clarke
5ebe77b1c4 Update to 1.6.4. 2003-12-07 18:37:56 +00:00
Joe Marcus Clarke
f5ff59729c Add CONFLICTS for ports that install files with the same name.
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-11 06:18:53 +00:00
Joe Marcus Clarke
21331df12e Update to 1.6.3. 2003-06-20 04:12:12 +00:00
Joe Marcus Clarke
2ecef0f2d9 Update to 1.6.2. 2003-04-04 05:22:52 +00:00
Joe Marcus Clarke
74b5b4f5f6 Correct typo.
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-03-23 20:39:38 +00:00
Joe Marcus Clarke
f09f2645ee * Update to 1.6.1
* De-pkg-comment
2003-02-23 05:53:09 +00:00
Joe Marcus Clarke
aaf680ce59 Fix build with OpenSSL 0.9.7.
Reported by:	Robin P. Blanchard <Robin.Blanchard@gactr.uga.edu>
2003-02-20 05:13:04 +00:00
Joe Marcus Clarke
04747a0186 Fix a logic reversal error that prevented CNID from being correctly enabled. 2003-01-05 23:42:00 +00:00