Commit graph

32 commits

Author SHA1 Message Date
Martin Matuska
3b6562012d Update ImageMagick to 6.7.2-10 (shlib bumped to .5) 2011-10-11 07:17:46 +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
Max Khon
8163bce5dc - Update to 6.1.3
- Fix and enable startup script
- Fix permissions after installation
2011-05-09 10:33:50 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Jose Alonso Cardenas Marquez
2c538f9952 - Remove database/unixODBC and database/firebird20-* CONFLICTS. Now
database/virtuoso installs bin/isql and bin-isqlw like bin/isql-vt and
  bin/isqlw-vt respectly
- Bump PORTREVISION

PR:		150391
Approved by:	fjoe (maintainer timeout - 5 weeks)
2010-11-18 05:03:04 +00:00
Max Khon
43e95e7c2b Update to 6.1.2. 2010-07-29 08:14:47 +00:00
Martin Matuska
dfc28b2b23 Update ImageMagick to 6.6.2-10 2010-07-24 19:49:59 +00:00
Max Khon
cdc3f736c4 - Update to 6.1.1
- Fix installation checks on recent -CURRENT, where nc prints diagnostic
messages to stderr
2010-04-19 10:00:37 +00:00
Martin Matuska
779a04d1f7 - Bump Magick++, MagickWand or MagickCore dependency 2010-03-28 21:41:12 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +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
Max Khon
fbc4b073d2 Record conflicts with firebird-client port (${PREFIX}/bin/isql).
PR:		122801
Feature safe:	yes
2010-02-16 18:11:19 +00:00
Max Khon
b43ae637d7 Due to mistake in virtuoso startup scripts the following error can happen
during the build:

expr: illegal option -- N
usage: expr [-e] expression

where N is any decimal number, because some variables used in "expr"
invocations can be negative integers.

Protect against this error (although the workaround does not fix the root
of this problem).
2010-02-10 04:08:18 +00:00
Max Khon
35f641bb9d Do not require JDK to build. 2010-02-08 20:14:49 +00:00
Max Khon
113418f166 - Update to 6.1.0
- Add amd64 to the list of supported arches
- Add missing depend on htmldoc
- Add conflict with unixODBC [1]

PR:		122801 [1]
2010-02-08 18:24:16 +00:00
Dmitry Marakasov
075acacd24 - Switch SourceForge ports to the new File Release System: categories starting with D 2009-08-22 00:18:43 +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
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Martin Matuska
c5e1202db4 - Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
2009-02-10 19:50:55 +00:00
Pav Lucistnik
c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +00:00
Martin Wilke
99db5e3d3b - Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@
2008-04-22 10:56:42 +00:00
Ade Lovett
ccd0fca5ec Unbreak pthread-related issues on 5.x
Approved by:	portmgr
2007-11-26 17:45:55 +00:00
Mark Linimon
022234ed2a Mark as broken on 5.x: fails to find pthread.h.
Something in the infrastructure changed in the late July timeframe that
actually caused this problem.  The only major thing at that time was the
autoconf/libtool change, but I can't see how that could have caused this
failure mode.  It only happens on 5.x; 6.x and 7.x are fine.

Approved by:	portmgr (self)
2007-11-25 01:24:13 +00:00
Max Khon
c930deb396 ONLY_FOR_ARCHS=i386 for a while.
It builds at least on amd64 but coredumps when creating demo database.
2007-10-27 11:43:28 +00:00
Edwin Groothuis
e74f1f2ba2 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 00:24:54 +00:00
Max Khon
0ba4a01410 Update to 5.0.1. 2007-08-24 13:58:03 +00:00
Kris Kennaway
9699d4f6d7 BROKEN: Install fails 2007-04-21 05:00:53 +00:00
Max Khon
48617e032a - Use nc (netcat) instead of netstat to check if the server has started.
This should fix pointyhat builds.
- IGNORE on FreeBSD 4.x
2007-01-11 18:09:02 +00:00
Max Khon
749b69c58d - OPTION'ify and fix Kerberos support (does not build with Heimdal).
- Add BUILD_DEPENDS on gawk.
- Remove debugging junk from startup script.
- Bump PORTREVISION.
2006-12-11 20:25:03 +00:00
Max Khon
44cdfaa532 Update to 4.5.7. 2006-12-10 06:47:53 +00:00
Max Khon
92f7662c0e Virtuoso is an innovative Virtualization platform that transparently
integrates Data, Services, and Business Processes across the enterprise.
Its unique product architecture enables it to delivery traditionally
distinct server functionality, within a single product offering,
along the following lines:
* Data Management & Integration (SQL, XML and EII)
* Application Integration (Web Services & SOA)
* Process Management & Integration (BPEL)
* Collaboration and Network Effects

WWW: http://virtuoso.openlinksw.com/

- Hosting modules (python and ruby) will be added as slave ports later.
- Mono hosting is broken on FreeBSD
- Perl hosting is broken on FreeBSD
(perl* ports are built without -Dusemultiplicity)
- PHP4/5 hosting is broken on FreeBSD (php* ports do not install libphp).
- JDBC driver will be added as a slave port later.
2006-12-09 13:05:29 +00:00