Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.17_6 29 Jan 2024 22:25:55
    |
Muhammad Moinur Rahman (bofh)  |
textproc/redland: Moved man to share/man
Approved by: portmgr (blanket) |
1.0.17_5 29 Dec 2023 18:24:39
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Refactor with IGNORE_WITH_MYSQL
- There are multiple ports which has MYSQL options and are non-DEFAULT.
Most of the time committers actually forget to check with the OPTION
enabled and in some cases they are BROKEN with newr versions of mysql.
So test with different versions of mysql and mark IGNOPRE_WITH_MYSQL
appropriately. Due to the EOL of 5.7 this has not been checked.
- Unbreak sysutils/cfengine* with MySQL 8.0 and later
- The primary purpose of running this check is having statistics of the
MySQL usability over MariaDB to explore the future possibility of
shifting to MariaDB as the default as major ports upstream have moved
their codebase to support MariaDB over MySQL.
- The following actions will also be taken after the sunset of MySQL 5.7
If a port is broken on all instances of MySQL/MariaDB:
- If a port has the option of multiple DB backends and MySQL is the
default then the DEFAULT will be changed to PGSQL/SQLITE before
2024Q1. And the OPTION will be removed before 2024Q2. If a
MAINTAINER is aware about such cases and want to prefer PGSQL over
SQLITE or vice versa please do so at your own accord. Otherwise
PGSQL will be preferred over SQLITE.
- If a port has the option of multiple DB backends and MySQL is not
the default then the the OPTION will be removed before 2024Q1.
Approved by: portmgr (blanket) |
1.0.17_5 12 Dec 2023 20:41:25
    |
Jason E. Hale (jhale)  |
textproc/redland: Unbreak BDB option
Before [1] we had former port devel/virtuoso explicitly disabled as a
pseudo-option, but this configure argument was lost in that commit. The
seemingly buggy configure script tries to use virtuoso despite its
non-existence.
rdf_storage_virtuoso.c:55:10: fatal error: 'sql.h' file not found
[1]
https://cgit.freebsd.org/ports/commit/?id=134cdd54850031bfdc8202d27b1a69b2839d94bb
PR: 275700
Reported by: <andy@neu.net> |
1.0.17_5 11 Dec 2023 13:41:14
    |
Joseph Mingrone (jrm)  |
textproc/redland: Do not depend on Berkeley DB by default
Due to licensing issues, Redland only supports BDB up to version 5.3, a
version that was marked for removal from the ports tree on 2022-06-30.
A few different databases are supported for persistent storage, so add
MYSQL, PGSQL, and SQLITE as alternatives, and switch to SQLITE by
default.
While here, also:
- Patch to fix a build failure when MYSQL storage is chosen
- Pet portclippy/portfmt
- Hook in tests (1 of 17 tests fail, but upstream's bug tracker is broken)
Approved by: tcberner (kde)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D42769 |
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) |
1.0.17_4 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 ) |
1.0.17_4 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.17_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.17_4 08 Aug 2016 13:46:50
  |
mat  |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
1.0.17_4 25 Apr 2016 16:13:39
  |
mat  |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
1.0.17_4 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.0.17_4 22 Nov 2014 22:32:46
  |
crees  |
Fix some USE_PGSQL that were missed before
Submitted by: antoine |
1.0.17_4 31 Oct 2014 19:15:54
  |
bapt  |
Simplify plist |
1.0.17_4 17 Sep 2014 07:38:16
  |
tijl  |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
1.0.17_4 21 Aug 2014 22:50:30
  |
mandree  |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
1.0.17_3 04 Jul 2014 09:41:00
  |
tijl  |
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) |
1.0.17_2 11 Jun 2014 14:50:00
  |
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
25 Apr 2014 09:48:13

|
tijl  |
Convert to USES=libtool.
Approved by: kde (makc) |
1.0.17_1 03 Feb 2014 07:16:50
  |
makc  |
- Fix typo (and build with default configuration)
Reported: az@ |
1.0.17_1 02 Feb 2014 20:16:51
  |
makc  |
- Remove needless dependencies
- Convert to options helpers |
1.0.17 01 Jan 2014 22:51:34
  |
rakuco  |
- Update to 1.0.17
- Support staging [1]
- Set LICENSE
- Convert to the new LIB_DEPENDS format
Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm> |
1.0.16 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.0.16 17 Sep 2013 09:00:42
  |
bapt  |
Convert to new perl framework |
1.0.16 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.0.16 02 Jul 2013 17:14:09
  |
rakuco  |
Mark MAKE_JOBS_SAFE.
Original commit by avilla@ in the area51 repository. |
1.0.16 23 Apr 2013 14:20:28
  |
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
1.0.16 30 Dec 2012 16:28:09
  |
rakuco  |
- Update to 1.0.16.
- Trim Makefile header.
- Remove library versions from LIB_DEPENDS.
- Do not create lib/redland while the MYSQL, PGSQL, SQLITE and
VIRTUOSO options are unconditionally disabled.
With hat: kde@ |
1.0.15_1 17 Aug 2012 08:12:14
 |
avilla  |
- Make BDB optional (on by default). [1]
- OPTIONSngify.
- Use USE_PKGCONFIG.
- Bump PORTREVISION.
PR: 168780 [1]
Submitted by: scf [1] |
1.0.15 29 Jan 2012 20:03:34
 |
rakuco  |
Update to 1.0.15 |
1.0.14 16 Oct 2011 22:55:01
 |
avilla  |
- Stop installing the rapper binary with raptor and bump PORTREVISION.
- Update raptor2 to 2.0.4.
- Update rasqal to 0.9.27.
- Update redland to 1.0.14.
- Update redland-bindings to 1.0.13.1.
- Update shared-desktop-ontologies to 0.8.0. [1]
- Update soprano to 2.7.0 and disable clucene indexer.
- Update strigi to 0.7.6.
PR: 157022 [1]
Submitted by: rakuco [1] |
1.0.12 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 |
1.0.12 11 Aug 2011 19:20:17
 |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.0.12 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
1.0.12 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
1.0.12 23 Oct 2010 20:05:24
 |
makc  |
Update to 1.0.12
update MASTER_SITES |
1.0.10 11 May 2010 12:23:23
 |
fluffy  |
- Split redland to rasqal and redland itself libraries
- Update raptor to 1.4.21
- Update rasqal to 0.9.19
- Update redland to 1.0.10
- Update redland-bindings to 1.0.10.1
- Bump portrevision on depended ports
With hat on: kde@ |
1.0.7_2 29 Apr 2010 22:51:57
 |
fluffy  |
- Add OPTIONS for mpfr/gmp for redland
- While here, pass raptor/redland maintainership to kde@ per maintainer's
request
PR: 146157
Submitted by: Kenyon Ralph <kenyon@kenyonralph.com>
Approved by: maintainer |
1.0.7_1 22 Aug 2009 00:37:17
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
1.0.7_1 10 Aug 2008 16:20:02
 |
miwi  |
- Fix build when several db* are installed
- Really disable mysql support when WITH_MYSQL is not defined
- Disable sqlite
- Bump PORTREVISION
PR: 126410
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (with discussion on
freenode/#kde-freebsd)
Approved by: maintainer |
1.0.7 20 Mar 2008 10:03:51
 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.0.7 26 Jan 2008 22:36:42
 |
miwi  |
- Update to 1.0.7
PR: 119786
Submitted by: chuck@pkix.net (maintainer) |
1.0.5 23 Jul 2007 09:36:52
 |
rafan  |
- 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 |
1.0.5 08 Dec 2006 22:55:31
 |
miwi  |
- Update to 1.0.5
PR: ports/106459
Submitted by: Charles Swiger (maintainer) |
1.0.4 14 May 2006 12:38:30
 |
itetcu  |
Update to 1.0.4, release notes: http://librdf.org/RELEASE.html [1]
Bring Makefile in line with lastest :) infrasctructure changes:
USE_BDB, USE_MYSQL,OPTIONS [2]
PR: ports/96978 [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1]
itetcu (me) [2]
Approved by: maintainer, lawrance (mentor) |
1.0.3 12 Apr 2006 17:03:01
 |
ehaupt  |
Update to 1.0.3
PR: 95480
Submitted by: Charles Swiger <chuck@pkix.net> |
1.0.2_1 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.0.2_1 28 Nov 2005 09:44:30
 |
pav  |
- Add SHA256
Requested by: maintainer |
1.0.2_1 15 Nov 2005 06:52:12
 |
ade  |
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. |
1.0.2_1 30 Aug 2005 13:31:17
 |
lawrance  |
Install libtool archives, needed for redland-bindings.
Bump PORTREVISION.
PR: ports/84254
Submitted by: Charles Swiger <chuck@pkix.net> (maintainer) |
1.0.2 15 Jun 2005 20:47:34
 |
pav  |
- Update to 1.0.2
PR: ports/82246
Submitted by: Chuck Swiger <chuck@pkix.net> (maintainer) |
1.0.1 01 Jun 2005 13:55:53
 |
pav  |
- Update to 1.0.1
PR: ports/81741
Submitted by: Charles Swiger <chuck@pkix.net> (maintainer) |
1.0.0 08 Feb 2005 20:27:43
 |
pav  |
- Update to 1.0.0
- Take maintainership
PR: ports/77243
Submitted by: Charles Swiger <chuck@pkix.net> |
0.9.19 04 Nov 2004 21:42:54
 |
glewis  |
. Update to 0.9.19.
PR: 73477
Submitted by: Ports Fury |
0.9.18 07 Aug 2004 19:16:28
 |
krion  |
Update to version 0.9.18
PR: ports/70119
Submitted by: Ports Fury |
0.9.16_1 05 Apr 2004 03:31:02
 |
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.9.16 28 Feb 2004 19:43:48
 |
krion  |
- Update to version 0.9.16
PR: ports/63500
Submitted by: Ports Fury |
0.9.15_1 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.9.15 02 Feb 2004 23:34:17
 |
pav  |
- Update to 0.9.15
PR: ports/62268
Submitted by: Ports Fury |
0.9.14 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
0.9.14 03 Jan 2004 00:06:00
 |
pav  |
- Chase raptor shlib version raise. |
0.9.14 24 Sep 2003 14:05:51
 |
krion  |
- Update to version 0.9.14
PR: 56637
Submitted by: Ports Fury |
0.9.13 01 Sep 2003 18:05:44
 |
krion  |
- Update to version 0.9.13
PR: 56281
Submitted by: Ports Fury |
0.9.12 01 Sep 2003 03:59:50
 |
dinoex  |
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk |
0.9.12 18 May 2003 02:08:37
 |
petef  |
Oops, forgot this in the last commit -
PR: 51238
Submitted by: Ports Fury |
0.9.12 18 May 2003 02:03:56
 |
petef  |
Update to 0.9.12.
PR: 51238
Submitted by: Ports Fury |
0.9.11_2 20 Feb 2003 19:11:26
 |
knu  |
De-pkg-comment. |
0.9.11_2 14 Jan 2003 05:29:28
 |
kris  |
Add missing @dirrm |
0.9.11_2 03 Jan 2003 08:26:35
 |
ijliao  |
chase gdbm lib version |
0.9.11_2 17 Sep 2002 07:41:05
 |
kuriyama  |
Bump PORTREVISION and expat shlib. |
0.9.11_1 22 Aug 2002 19:34:32
 |
ade  |
BerkeleyDB cleanup - stage 3
Version 2 of Berkeley DB has been repo-copied to databases/db2, for
naming consistency with the other ports. Fix dependencies accordingly. |
0.9.11_1 21 Jul 2002 02:17:49
 |
kuriyama  |
Bump portrevision (textproc/expat2 shlib bump). |
0.9.11 15 Jul 2002 21:43:23
 |
demon  |
Update to version 0.9.11
PR: 40628
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
22 Nov 2001 07:03:00
    |
ijliao  |
add redland A high-level interface for RDF |