Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.7.4_7 25 Mar 2024 02:33:38 |
Koichiro Iwao (meta) |
*/*: return to pool
as per maintainer's request.
PR: 277838 277839 277840 277841 277842 |
3.7.4_7 30 Jan 2024 14:59:24 |
Gleb Popov (arrowd) Author: Helge Oldach |
*: Move manpages to share/man
Approved by: portmgr (blanket) |
3.7.4_6 03 Nov 2023 07:17:38 |
Michael Osipov (michaelo) |
*/*: Bump PORTREVISION for Ghostscript 10 change
Reported by: sunpoet
Approved by: jrm (mentor), sunpoet
Differential Revision: https://reviews.freebsd.org/D42412 |
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) |
3.7.4_5 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 ) |
3.7.4_5 20 Jul 2022 14:22:48 |
Tobias C. Berner (tcberner) |
print: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anish Mistry <amistry@am-productions.biz> (Only the first 15 lines of the commit message are shown above ) |
3.7.4_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.7.4_5 17 Apr 2020 14:58:23 |
tcberner |
print/gv: give maintainership to Marco Beishuizen
PR: 245692
Submitted by: Marco Beishuizen <mbeis@xs4all.nl> |
3.7.4_5 06 Nov 2019 20:47:27 |
zeising |
Add USES=xorg USES=gl, ports categories p
Add USES=xorg and USES=gl to ports in categories starting with 'p'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
3.7.4_5 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
3.7.4_4 28 Jan 2018 13:54:30 |
gerald |
Simplify MASTER_SITES=GNU/${PORTNAME} to MASTER_SITES=GNU.
Sort USES and USE_XORG properly. [1]
Reported by: portlint [1] |
3.7.4_4 27 Jun 2016 21:30:34 |
rene |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
3.7.4_4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.7.4_4 24 Mar 2016 15:47:50 |
tijl |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine) |
3.7.4_3 22 Aug 2015 17:48:36 |
hrs |
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above ) |
3.7.4_2 16 Jul 2015 20:53:29 |
kwm |
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938 |
3.7.4_2 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
3.7.4_1 14 Apr 2015 09:32:47 |
robak |
print/gv: add CPE information
- Maintainer's timeout (bf@FreeBSD.org)
PR: 198637
Submitted by: Shun <shun.fbsd.pr@dropcut.net> |
3.7.4_1 20 Dec 2014 19:33:29 |
bapt |
cleanup plist |
3.7.4 17 Jul 2014 08:57:51 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
3.7.4 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 ) |
3.7.4 11 May 2014 14:17:00 |
amdmi3 |
- Support staging
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket |
3.7.4 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
3.7.4 12 Sep 2013 15:23:58 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
3.7.4 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
3.7.4 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
3.7.4 20 Mar 2013 21:25:31 |
bf |
update to 3.7.4 |
3.7.3_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.7.3 06 Dec 2011 14:14:13 |
bf |
update to 3.7.3
Feature safe: yes |
3.7.2 03 May 2011 10:16:27 |
bf |
Update to 3.7.2 |
3.7.1 26 Mar 2011 01:39:07 |
bf |
Remove addition of CPPFLAGS to CONFIGURE_ENV
in port Makefiles, and MD5 entries in distinfo |
3.7.1 06 Aug 2010 20:55:27 |
bf |
Add a missing build dependency on perl
Reported by: pgj, QAT
Approved by: makc (co-mentor) |
3.7.1 06 Aug 2010 18:07:27 |
bf |
-update to 3.7.1
-fix a segfault that may occur when printing [1]
PR: 149066
Submitted by: Thomas Mueller <tmueller@sysgo.com> [1]
Approved by: makc |
3.6.9 08 Jul 2010 12:51:38 |
bf |
Change my ports to use my FreeBSD.org email address. |
3.6.9 16 May 2010 19:45:03 |
sylvio |
- Update to 3.6.9
PR: ports/146128
Submitted by: bf <bf1783@gmail.com> (maintainer) |
3.6.8_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.6.8_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.6.8 05 Feb 2010 03:36:23 |
pgollucci |
- Update to 3.6.8
PR: ports/142898
Submitted by: bf <bf1783@gmail.com> (maintainer) |
3.6.7_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
3.6.7 07 Jun 2009 18:51:21 |
miwi |
- Update maintainer mail adresse
Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail) |
3.6.7 11 Apr 2009 11:48:09 |
miwi |
- Update to 3.6.7
PR: 133560
Submitted by: bf <bf2006a@yahoo.com> (maintainer) |
3.6.5 20 Aug 2008 07:01:15 |
linimon |
Assign to new volunteer. |
3.6.5 20 Aug 2008 06:40:43 |
linimon |
Reset conrads@cox.net due to lack of time to work on FreeBSD.
Hat: portmgr |
3.6.5 26 Jul 2008 16:36:41 |
lippe |
- Update to 3.6.5.
PR: ports/125393
Submitted by: bf <bf2006a@yahoo.com>
Approved by: gabor (mentor, implicit), maintainer timeout (>2 weeks) |
3.6.4 08 Jun 2008 16:11:45 |
hrs |
Update to 3.6.4. Changes include:
- DSC parser now respects the level of BeginDocument/EndDocument
- Possible segfault has been fixed
- Fixed bug #21239: Vlist.c produces garbage if International is set
- Fixed bug #21740: popup windows may partly invisible as not on the
screen
- The escape key is now working in more contexts
- The filename can optionally be shown insted of the title
- Fixed bug #23199: No error message for errors in opened file
- Got rid of non-free code.
Approved by: Conrad J. Sabatier (maintainer)
PR: ports/124187 |
3.6.3_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
3.6.3_1 22 Mar 2008 14:48:03 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
3.6.3 20 Mar 2008 09:56:52 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
3.6.3 14 Oct 2007 16:52:36 |
araujo |
- Fix pkg-plist.
Approved by: stas (mentor) |
3.6.3 10 Oct 2007 01:08:59 |
araujo |
- Update to 3.6.3.
PR: ports/116433
Submitted by: Marcus von Appen <mva@sysfault.org>
Approved by: stas (mentor), maintainer timeout (2 weeks) |
3.6.2_1 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 |
3.6.2_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.6.2 15 Nov 2006 21:48:47 |
miwi |
- Update to 3.6.2
PR: ports/105034
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: maintainer timeout |
3.6.1 01 Nov 2006 11:23:30 |
miwi |
- Pass maintainership to submitter
(Notes: request of ports@
http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html )
Submitted by: Conrad J. Sabatier <conrads at cox.net> |
3.6.1 25 Nov 2005 17:42:55 |
pav |
- Add SHA256 |
3.6.1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
3.6.1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
3.6.1 10 Apr 2005 05:39:56 |
lesi |
Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon just
fine without explicit version in there, while specifying it can
occasionally confuse (cf. ports/78527). Packages depend on specific
versions of Xaw3d and X libraries anyway and ports will get the right
version number through imake. |
3.6.1 01 Jan 2005 11:26:44 |
krion |
Fix plist.
Approved by: portmgr (implicit) |
3.6.1 30 Dec 2004 09:14:59 |
krion |
Update to version 3.6.1
PR: ports/75627
Submitted by: Ports Fury |
3.5.8_3 11 Dec 2004 10:08:35 |
josef |
Add missing ghostscript dependency.
Approved by: edwin |
3.5.8_3 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
3.5.8_3 21 Dec 2003 00:22:26 |
sergei |
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line |
3.5.8_3 02 Aug 2003 02:36:12 |
maho |
Fix build on gcc-3.3.x
Submitted by: Simon Barner <barner@in.tum.de> |
3.5.8_3 06 Apr 2003 15:50:55 |
nork |
Drop a line which contain apLineDel key, and bump PORTREVISION accordingly.
PR: ports/50074
Submitted by: Daniel Lang <langd@informatik.tu-muenchen.de> |
3.5.8_2 20 Feb 2003 18:55:51 |
knu |
De-pkg-comment. |
3.5.8_2 12 Feb 2003 01:11:28 |
naddy |
Fix breakage introduced with recent security update.
PR: 47776
Submitted by: tmm |
3.5.8_1 23 Oct 2002 15:47:24 |
nork |
Drop a line which contain ^G in gv.man.
PR: ports/44304
Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> |
3.5.8_1 21 Oct 2002 16:33:55 |
obrien |
Sync with the Debian "26" patch set. |
3.5.8_1 18 Oct 2002 09:43:47 |
sobomax |
Fix security vulnerability described in bugtraq id 5808 and bump PORTREVISION.
Obtained from: Debian |
3.5.8 18 Oct 2002 08:48:17 |
sobomax |
Also affected by bugtraq id 5808, so mark as FORBIDDEN. |
3.5.8 08 May 2002 20:56:21 |
obrien |
To ports@freebsd.org. |
26 Feb 2001 02:41:29 |
obrien |
- Support PREFIX properly - Fix Imakefile breakage under XFree86 4.x |
22 Nov 2000 00:21:52 |
obrien |
Add $FreeBSD$, which help me in problem reports. |
08 Oct 2000 11:23:49 |
asami |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 05:10:43 |
asami |
Convert category print to new layout. |
22 Sep 2000 01:17:20 |
asami |
ComplexProgramTarget() -> ComplexProgramTargetNoMan() |
29 Aug 2000 00:57:34 |
obrien |
Look for the correct shared version of Xaw3d. |
27 Aug 2000 05:18:34 |
obrien |
Look for proper version of Xaw3d, as this wasn't done when someone upgraded
the Xaw3d port. |