Commit graph

25 commits

Author SHA1 Message Date
Pav Lucistnik
8e87765f84 - Chase libprelude update
Feature safe:	yes
2009-09-19 21:12:56 +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
Dmitry Marakasov
961c9eef2f - Chase security/libprelude shlib version bump
PR:		131286, 131585 (partial)
Submitted by:	Vladimir Korkodinov <viper at perm dot raid dot ru>
2009-02-18 23:39:00 +00:00
Peter Pentchev
c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00
Martin Wilke
6cbf77b498 - Update to 0.2.2
PR:		129925
Submitted by:	Michael Josic <systemoperator@gmail.com> (maintainer)
2008-12-25 20:02:32 +00:00
Beech Rintoul
429a931537 - Chase libprelude shlib bump 2008-09-29 23:47:00 +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
02962c9771 - Chase security/libprelude shlib version bump
PR:		123661
Submitted by:	Robin Gruyters
Pointy hat to:	miwi
2008-05-14 22:12:16 +00:00
Cheng-Lung Sung
5250b79d6b - update prelude dependency
PR:		ports/116113
Submitted by:	Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
Approved by:	maintainer (Michael Josic)
2007-10-05 01:49:20 +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
1330816396 - Fix build with gcc 4.2
Submitted by:	danfe@ (thanks)
Approved by:	maintainer via privat mail
2007-07-04 17:26:40 +00:00
Martin Wilke
92003d407b - Marked Broken does not compile with gcc 4.2
PR:		114225
Submitted by:	Michael Josic <systemoperator@gmail.com> (maintainer)
2007-07-04 11:39:16 +00:00
Marcelo Araujo
bd47eee8bd - Updated dependency library libprelude.
- Bump PORTVERSION to force rebuild.

Submitted by:	Marcelo Araujo <araujo@FreeBSD.org>
Approved by:	stas (mentor)
2007-06-12 16:38:19 +00:00
Kris Kennaway
3efdbb4ac6 Now appears to build on amd64, assuming it might on other arches too.
Remove support for 4.x.
2007-03-03 18:32:11 +00:00
Rong-En Fan
a8c1c24a14 - Chase libprelude update
PR:		ports/107989
Submitted by:	Robin Gruyters <r.gruyters at yirdis.nl>
Approved by:	Michael Josic <systemoperator at gmail.com> (maintainer)
2007-01-16 18:43:14 +00:00
Martin Wilke
c99da0ca56 - Update to 2.0
PR:		ports/107916
Submitted by:	Michael Josic<systemoperator@gmail.com> (maintainer)
2007-01-15 14:55:46 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00
Cheng-Lung Sung
fa66ff9a1f - Added WITH_PRELUDE option. Also added a patch to fix the 'missing prelude.h'
message.

PR:		ports/104618
Submitted by:	Robin Gruyters <r dot gruyters_AT_yirdis dot nl>
Approved by:	maintainer (Michael Josic)
2006-11-27 01:19:55 +00:00
Rong-En Fan
4ee277e6b3 - Add two critical patches for MyDoom and Bagle modules
- Pass maintainership to submitter

PR:		ports/101321
Submitted by:	Michael Josic <systemoperator at gmail.com> (new maintainer)
Approved by:	Ryo Okamoto <ryo at aquahill.net> (old maintainer)
2006-08-04 14:04:14 +00:00
Renato Botelho
176cf4b55b - Update to 0.1.7
PR:		ports/96674
Submitted by:	maintainer
2006-05-12 15:31:31 +00:00
Marcus Alves Grando
48b92584b0 - Update port 0.1.6
- Mark as BROKEN on 4.x

PR:		96168
Submitted by:	maintainer
2006-04-29 23:56:18 +00:00
Joe Marcus Clarke
e3e7faeda3 Fix the adns library version so it matches the internal soname. This sets
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
2006-04-24 02:43:51 +00:00
Sergey Matveychuk
2201ea0607 - Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.

Reproached by:	kris
2006-04-21 18:39:19 +00:00
Kris Kennaway
3e28d2455d BROKEN on !i386: Does not compile 2006-01-28 21:11:56 +00:00
Edwin Groothuis
c2d3192808 New port: net/nepenthes (resend with shar)
Nepenthes can determine the malware activity on a network
	by deploying a nepenthes sensor (i.e. honey pot). The
	programm emulates different well known vulnerabilities
	waiting for malicious connections trying to exploit them.

	WWW: http://nepenthes.sourceforge.net

PR:		ports/90062
Submitted by:	ryo <ryo@aquahill.net>
2006-01-02 21:25:07 +00:00