Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.2.5_4 22 Aug 2023 19:00:57 |
Rene Ladan (rene) |
databases/virtuoso: Remove expired port
2023-08-16 databases/virtuoso: Broken on all supported FreeBSD releases for more
than an year |
7.2.5_4 17 Jul 2023 09:11:46 |
Muhammad Moinur Rahman (bofh) |
databases/virtuoso: Mark DEPRECATED
- Broken on all supported FreeBSD releases for more than an year
- Set EXPIRATION_DATE to 2023-08-16 |
7.2.5_4 30 Apr 2023 11:10:42 |
Felix Palmen (zirias) |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
7.2.5_3 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.2.5_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.2.5_3 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
7.2.5_3 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
7.2.5_2 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
7.2.5_1 11 Dec 2021 13:50:53 |
Tobias C. Berner (tcberner) |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
7.2.5_1 06 Dec 2021 12:36:27 |
Rene Ladan (rene) |
all: return fjoe's ports to the pool
fjoe's ports bit got safekept. |
7.2.5_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
7.2.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.2.5_1 25 Jan 2021 08:49:37 |
antoine |
Mark BROKEN on FreeBSD 14
Reported by: pkg-fallout
MFH: 2021Q1 |
7.2.5_1 15 Sep 2020 05:04:28 |
linimon |
Remove stale 'arm' ARCH definition. Add powerpcspe.
Approved by: portmgr (tier-2 blanket) |
7.2.5_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
7.2.5_1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
7.2.5 05 Apr 2019 05:31:28 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
7.2.5 15 Mar 2019 08:33:17 |
tobik |
databases/virtuoso: Replace IODBC_CPPFLAGS and append directly to CPPFLAGS
The result is identical and having a variable that looks like an
options helper (IODBC_CPPFLAGS) after bsd.port.options.mk would be
an error if D19553 is accepted.
Reported by: tobik (in D19553) |
7.2.5 13 Dec 2018 07:24:45 |
fjoe |
Silence <sys/timeb.h> deprecation warnings during the build. |
7.2.5 13 Dec 2018 07:07:36 |
fjoe |
Update to 7.2.5 |
7.2.4.2_2 10 Nov 2018 19:57:08 |
kwm |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
7.2.4.2_2 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
7.2.4.2_2 23 Dec 2017 15:41:21 |
tijl |
Drop unneeded USE_AUTOTOOLS. |
7.2.4.2_2 30 Nov 2017 05:55:17 |
linimon |
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.
This is part one of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket) |
7.2.4.2_2 22 Sep 2017 10:48:58 |
mat |
Cleanup after removal of libexecinfo from ports.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
7.2.4.2_2 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
7.2.4.2_2 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
7.2.4.2_1 29 Apr 2017 07:04:49 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
7.2.4.2_1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
7.2.4.2_1 13 Jan 2017 14:45:00 |
sunpoet |
Use RUBY_SUFFIX
With hat: ruby |
7.2.4.2_1 14 Nov 2016 06:49:45 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
7.2.4.2_1 10 Nov 2016 01:21:43 |
linimon |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket) |
7.2.4.2_1 10 Oct 2016 08:29:49 |
fjoe |
- Fix "install" target with ImageMagick disabled.
- USES=execinfo
- Bump PORTREVISION |
7.2.4.2 04 Oct 2016 19:41:38 |
fjoe |
- Update to 7.2.4.2
- Fix ownership of installed files |
7.1.0_5 04 Aug 2016 03:45:16 |
marino |
databases/virtuoso: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.
Approved by: infrastructure blanket (removal of redundant deps) |
7.1.0_5 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
7.1.0_5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
7.1.0_5 11 Dec 2015 16:29:47 |
amdmi3 |
- List more 32bit platforms in NOT_FOR_ARCHS
Suggested by: imp
Approved by: portmgr blanket |
7.1.0_5 08 Dec 2015 18:07:39 |
amdmi3 |
- Add more archs to NOT_FOR_ARCHS (as per configure error message)
- Add NOT_FOR_ARCHS_REASON
Approved by: portmgr blanket |
7.1.0_5 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
7.1.0_4 25 Mar 2015 17:57:04 |
marino |
databases/virtusos: take III
It turns out the problematic directory is used, but only if the
ImageMagick option is set. Adjust accordingly, and hopefully this is
the final attempt to fix. |
7.1.0_3 25 Mar 2015 12:17:40 |
marino |
databases/virtusos: remove entire hosting directory
When I tested the fix to virtuoso, the directory was empty, but according
to a report, it isn't always. Change rmdir to rm -rf so the port
builds in all cases. No bump necessasry. |
7.1.0_3 25 Mar 2015 09:33:53 |
marino |
databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by: PTHREAD blanket |
7.1.0_2 21 Mar 2015 20:29:42 |
fjoe |
- Replace deprecated des_ methods with DES_ (fixed the build with LibreSSL)
- Bump PORTREVISION
PR: 198368
Submitted by: Bernard Spil |
7.1.0_1 13 Feb 2015 11:18:31 |
fjoe |
Virtuoso 7.x does not support 32-bit architectures. |
7.1.0_1 31 Jan 2015 13:11:47 |
fjoe |
- Build with system zlib
- Fix IODBC and IMAGEMAGICK options
- Bump PORTREVISION |
7.1.0 28 Jan 2015 13:55:52 |
fjoe |
* Update to 7.1.0. 7.x includes a number of major improvements:
- column-wise physical data storage
- data compression
- finer-grained multithreading
- vectorized execution of queries
- support for a JDBC 4.1 driver
- new DAV API and DETs
- upgraded Conductor
- upgraded Facet Browser
- Virtuoso-specific query optimizer hint (ASSUME)
- SPARQL-GEO (was closed-source in earlier versions)
- SPARQL 1.1 BIND and VALUES clauses
- Connectors for Jena 2.10.x and Sesame 2.7.x
* Take maintainership back [1]
Approved by: MAINTAINER [1] |
6.1.6_6 18 Jan 2015 21:12:43 |
kwm |
Update ImageMagick to 6.9.0.4.
- Normalize the ImageMagick library name so it stays the same regardless of
what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
it useless.
PR: 194949 [1]
PR: 195227 [2]
Requested by: many [1]
Submitted by: software-freebsd@interfasys.ch [2] |
6.1.6_5 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
6.1.6_4 07 Nov 2014 09:55:23 |
kwm |
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here. |
6.1.6_4 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
6.1.6_4 05 Aug 2014 12:22:18 |
marino |
Stage databases/virtuoso and assign maintainership to michelle
This can't be tested in Redports due to the attempt to start the service
during the build, but it does pass local poudriere builds of the submitter.
PR: 192353
Submitted by: Michelle Sullivan |
6.1.6_4 02 Aug 2014 00:36:43 |
peter |
Bandaid fix for build failure that can block kde4. The port has a
hardwired --with-readline and readline doesn't exist on 11.x.
Sponsored by: portmgr (implicit), db |
6.1.6_4 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
6.1.6_3 04 Jul 2014 23:48:56 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
17 Jun 2014 20:05:31
|
kwm |
Update to 6.8.9-3 [1][3].
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1] (Only the first 15 lines of the commit message are shown above ) |
6.1.6_2 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
6.1.6_1 14 Feb 2014 16:23:19 |
miwi |
- Remove useless bmake/fmake check
- While here convert USE_GMAKE to USES |
6.1.6_1 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
6.1.6_1 15 Oct 2013 05:16:27 |
fjoe |
Remove ONLY_FOR_ARCHS.
PR: 182926
Submitted by: Justin Hibbits |
6.1.6_1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
6.1.6_1 09 Jun 2013 12:06:20 |
fjoe |
Fix build with unixODBC installed.
PR: 176091
Submitted by: Dima Panov |
6.1.6_1 09 May 2013 09:06:30 |
fjoe |
- optionsNG'ify
- make libiodbc dependency optional
- disable hidden dependencies on hslookup, wbxml2 and openldap
PR: 176091
Submitted by: Dima Panov |
6.1.6_1 04 May 2013 22:00:26 |
bapt |
Fix build with bmake |
6.1.6_1 21 Mar 2013 17:43:46 |
bapt |
Convert to new options framework left unconverted ports in databases category |
6.1.6_1 11 Dec 2012 20:54:23 |
beech |
- Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION |
6.1.6 29 Aug 2012 13:28:47 |
fjoe |
Update to 6.1.6. |
6.1.4_1 05 Aug 2012 23:19:40 |
dougb |
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 |
6.1.4_1 27 Jun 2012 17:09:51 |
fjoe |
Builds on sparc64 just fine now. |
6.1.4_1 16 Jun 2012 09:43:48 |
fjoe |
Fix gawk patch. |
6.1.4_1 16 Jun 2012 09:37:53 |
fjoe |
- Add "check" target to run Virtuoso tests [1]
- Add build dependency on "unzip" (required by "check") [1]
- Do not patch isql executable name: override it using ISQL env var
Submitted by: Patrick van Kleef [1]
Prodded by: Patrick van Kleef [1] |
6.1.4_1 15 Jun 2012 10:31:50 |
fjoe |
Fix build with gawk 4.0.1.
Submitted by: Patrick van Kleef
Obtained from: upstream (fixed in upcoming virtuoso 6.1.6) |
6.1.4_1 14 Jun 2012 11:55:53 |
fjoe |
- Use flex and gperf from ports [1]
flex and gperf from base system are too old for Virtuoso build. While
pre-generated sources (included into the dist tarball) are usually used
during virtuoso port build, flex/gperf can potentially be called
when those source files become out of date (e.g. when some prerequisites
are patched by ports patches that could be potentially included in future).
- Fix clang build: use -std=gnu89 as virtuoso relies on GNU89 definition of
`inline'
Submitted by: Patrick van Kleef [1] |
6.1.4_1 08 Jun 2012 09:07:01 |
fjoe |
Use --with-layout=freebsd
Prodded by: Patrick van Kleef (virtuoso maintainer) |
6.1.4_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
6.1.4 12 Feb 2012 15:26:00 |
fjoe |
Add missing patch. |
6.1.4 12 Feb 2012 09:37:46 |
fjoe |
- Update to 6.1.4
- Define LICENSE
Submitted by: Mathias Picker |
6.1.3_1 14 Jan 2012 08:57:23 |
dougb |
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. |
6.1.3_1 11 Oct 2011 07:17:46 |
mm |
Update ImageMagick to 6.7.2-10 (shlib bumped to .5) |
6.1.3 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
6.1.3 09 May 2011 10:33:50 |
fjoe |
- Update to 6.1.3
- Fix and enable startup script
- Fix permissions after installation |
6.1.2_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
6.1.2_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
6.1.2_1 18 Nov 2010 05:03:04 |
acm |
- 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) |
6.1.2 29 Jul 2010 08:14:47 |
fjoe |
Update to 6.1.2. |
6.1.1_1 24 Jul 2010 19:49:59 |
mm |
Update ImageMagick to 6.6.2-10 |
6.1.1 19 Apr 2010 10:00:37 |
fjoe |
- Update to 6.1.1
- Fix installation checks on recent -CURRENT, where nc prints diagnostic
messages to stderr |
6.1.0_3 28 Mar 2010 21:41:12 |
mm |
- Bump Magick++, MagickWand or MagickCore dependency |
6.1.0_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
6.1.0_3 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
6.1.0_1 16 Feb 2010 18:11:19 |
fjoe |
Record conflicts with firebird-client port (${PREFIX}/bin/isql).
PR: 122801
Feature safe: yes |
6.1.0_1 10 Feb 2010 04:08:19 |
fjoe |
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). |
6.1.0_1 08 Feb 2010 20:14:49 |
fjoe |
Do not require JDK to build. |
6.1.0 08 Feb 2010 18:24:16 |
fjoe |
- 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] |
5.0.1_2 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
5.0.1_2 02 Aug 2009 19:36:34 |
mezz |
-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 |
5.0.1_2 15 Jul 2009 16:56:10 |
dougb |
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. |
5.0.1_2 10 Feb 2009 19:50:55 |
mm |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above |
5.0.1_1 05 Jan 2009 17:27:29 |
pav |
- Remove conditional checks relevant only on FreeBSD 5.x and older |