Commit graph

28 commits

Author SHA1 Message Date
Tijl Coosemans
a5185846f0 Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
2014-07-04 09:40:59 +00:00
Sunpoet Po-Chuan Hsieh
0df93dbb15 - Update to 1.2.14
- Use USES=libtool

Changes:	http://www.netxms.org/download/ChangeLog
PR:		ports/190216
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-05-26 16:15:40 +00:00
Sunpoet Po-Chuan Hsieh
f6e625d365 - Update to 1.2.13
- Add netxms to UIDs and GIDs

Changes:	http://www.netxms.org/download/ChangeLog
PR:		ports/188406
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-05-24 06:22:20 +00:00
Baptiste Daroussin
53f5bbb2ba Deprecate ports broken for more than 6 month 2014-01-27 17:35:26 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Baptiste Daroussin
46c6877a4a Convert to new perl framework
Submitted by:	az
2013-09-17 06:12:35 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Dirk Meyer
b83d7bf933 - update libdg to 2.1.0 2013-08-09 14:05:52 +00:00
Baptiste Daroussin
3236770b3d Mark as broken: does not fetch and convert to new options framework 2013-05-04 21:09:19 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Martin Wilke
768dd7c392 - Set / Update Portscout flags
- Pass maintainership to submitter

PR:		166062 166105 166112 166113 166114
		166115 166141 166154 166155 166156
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-17 05:21:05 +00:00
Jason Helfman
f4abcd34b8 - drop invalid post-deinstall target
PR:	ports/166078
Submitted by:	jgh@
Feature safe:	yes
2012-03-14 20:41:18 +00:00
Martin Wilke
93cfaf9ad9 - Chase unixODBC shlib bump 2012-02-06 12:25:50 +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
Martin Wilke
df824de770 - Update to 1.0.13
PR:		162627
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe:	yes
2011-11-19 15:47:32 +00:00
Emanuel Haupt
35c8070a74 Update to 1.0.12
PR:		161630
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-10-18 14:19:39 +00:00
Baptiste Daroussin
c5c0d7f5d2 Mark broken some ports with unfetchable distfiles 2011-06-17 08:51:32 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
f03f9e3c13 - Mark BROKEN: does not compile
Reported by:    QAT
2010-12-13 01:07:40 +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
Alexander Logvinov
0d5bf9c73d - Reset maintainership
PR:		ports/135435
Submitted by:	Vladimir Ermakov <samflanker at gmail.com> (old maintainer)
2009-12-25 02:09:38 +00:00
Dmitry Marakasov
07a8d1910a - Update to 0.2.24
PR:		130057
Submitted by:	Vladimir Ermakov <samflanker at gmail dot com> (maintainer)
2009-01-13 03:08:02 +00:00
Rong-En Fan
749a22ce5d - Update to 0.2.22
- Remove 4.x specific patch

PR:		ports/126947
Submitted by:	Vladimir Ermakov <samflanker at gmail.com> (maintainer)
2008-09-06 07:12:05 +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
Rong-En Fan
8a3609ce1d - Update to 0.2.21
PR:		ports/123732
Submitted by:	Vladimir Ermakov <samflanker at gmail.com> (maintainer)
2008-06-08 11:48:14 +00:00
Pav Lucistnik
618548ba2d - Update to 0.2.19
PR:		ports/118262
Submitted by:	Vladimir Ermakov <samflanker@gmail.com> (maintainer)
2007-12-13 23:34:22 +00:00
Edwin Groothuis
4574a4fb33 net-mgmt/netxms - support build on FreeBSD 7.0-CURRENT
NetXMS-0.2.18.2 source not compiling on GCC 4.2 (base
	compilator on 7.0-CURRENT)

PR:		ports/116252
Submitted by:	Vladimir Ermakov <samflanker@gmail.com>
2007-09-11 20:53:26 +00:00
Edwin Groothuis
d20b297245 [NEW PORT] net-mgmt/netxms: NetXMS - network monitoring system
NetXMS is new and rapidly developing monitoring system,
	released under GPL2 license. It can be used for monitoring
	entire IT infrastructure, starting with SNMP-capable hardware
	(like switches and routers) and ending with applications
	on your servers. NetXMS is an extremely reliable and powerful
	monitoring system, enabling you to improve your network
	availability and service levels.

	WWW: http://www.netxms.org/

PR:		ports/114495
Submitted by:	samflanker@gmail.com
2007-09-07 12:15:26 +00:00