Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
10.7.5_4 09 Mar 2024 20:01:29 |
Nuno Teixeira (eduardo) |
lang/newlisp: Move man pages to share/man
Approved by: portmgr (blanket) |
10.7.5_3 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
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) |
10.7.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 ) |
10.7.5_3 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
10.7.5_3 09 May 2022 19:23:51 |
Kevin Bowling (kbowling) |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
10.7.5_2 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
10.7.5_2 16 Jun 2021 19:31:27 |
Tobias C. Berner (tcberner) |
math/gsl: update to 2.7
From [1]
* What is new in gsl-2.7:
* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
* fixed bug #60335 (spmatrix test failure, J. Lamb)
* fixed bug #36577
* clarified documentation on interpolation accelerators (V. Krishnan)
* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
* fixed doc bug #59758
* fixed bug #58202 (rstat median for n=5)
* added support for native C complex number types in gsl_complex
when using a C11 compiler
* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 (Only the first 15 lines of the commit message are shown above ) |
10.7.5_1 15 May 2021 07:14:04 |
Tobias Kortkamp (tobik) Author: Yasuhiro Kimura |
*: Remove unnecessary 'port' argument from USES=readline
PR: 248459
Exp-run by: antoine |
10.7.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
10.7.5_1 04 Jul 2020 18:11:42 |
zeising |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
10.7.5 25 May 2020 12:42:55 |
olgeni |
Update lang/newlisp to version 10.7.5.
PR: 237530 (plus changes for 10.7.5)
Submitted by: wen |
10.6.2_2 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
10.6.2_2 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
10.6.2_2 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
10.6.2_2 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 |
10.6.2_1 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 |
10.6.2 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
10.6.2 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
10.6.2 10 Jan 2016 16:44:24 |
bapt |
Convert categories m* and m* to USES=sqlite and USES=firebird |
10.6.2 23 May 2015 15:01:49 |
olgeni |
Upgrade to version 10.6.2. |
10.6.0_2 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
10.6.0_2 02 Mar 2015 23:31:10 |
bapt |
Remove Author from pkg-descr and white space fixes |
10.6.0_2 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
10.6.0_2 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
10.6.0_2 17 Aug 2014 13:09:56 |
tijl |
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port) |
10.6.0_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
10.6.0_1 23 Jul 2014 13:24:53 |
adamw |
Add USES=readline to fix build on -current. |
10.6.0_1 15 Jul 2014 15:49:34 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS
without defining it in OPTIONS_DEFINE. |
10.6.0_1 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) |
10.6.0 11 May 2014 15:41:33 |
olgeni |
LICENSE is actually GPLv3. |
10.6.0 11 May 2014 15:37:54 |
olgeni |
Upgrade to version 10.6.0.
- Add LICENSE
- Use new LIB_DEPENDS syntax
- Remove stray MAN1 |
10.5.4 07 Oct 2013 10:47:20 |
olgeni |
- Upgrade to version 10.5.4.
- Add staging support.
- Fix portlint warning in pkg-descr (WWW tag). |
10.5.3 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
10.5.3 24 Aug 2013 11:16:54 |
olgeni |
Upgrade to version 10.5.3. |
10.5.0 23 May 2013 07:41:14 |
olgeni |
Do not mute installation commands.
Submitted by: danfe |
10.5.0 23 May 2013 07:11:47 |
olgeni |
Upgrade to version 10.5.0; fix PORTEXAMPLES support and cleanup. |
10.4.5_1 09 Mar 2013 23:01:45 |
olgeni |
Register conflicts with lang/newlisp-devel. |
10.4.5 09 Mar 2013 21:28:49 |
olgeni |
Add support for the extended FFI, thus enabling the optional use
of the math/gsl interface.
Also, cleanup Makefile patches. |
10.4.5 21 Nov 2012 21:09:54 |
olgeni |
Upgrade to version 10.4.5.
Feature safe: yes |
10.4.4 04 Nov 2012 01:50:46 |
olgeni |
Upgrade to version 10.4.4.
Feature safe: yes |
10.3.3_1 07 Oct 2012 14:04:10 |
olgeni |
Convert to OptionsNG. |
10.3.3_1 31 Dec 2011 21:20:51 |
olgeni |
- Remove version specific MySQL options. [1]
- Also remove extra $MBSDlabs$ CVS tag while I'm here.
- Bump PORTREVISION.
PR: ports/163728 [1]
Submitted by: dougb |
10.3.3 22 Dec 2011 14:38:03 |
olgeni |
- Take maintainership from ports@
- Fix pkg-plist when GUISERV is defined
- Add LOCALBASE to share/newlisp (fixes GUI server) |
10.3.3 21 Nov 2011 18:33:10 |
crees |
- Update to 10.3.3
- Add pgsql OPTION
- Use bsd.port.options.mk
PR: ports/162711
Submitted by: stas
Feature safe: yes |
10.2.8 24 Oct 2011 03:33:20 |
stas |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
10.2.8 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
10.2.8 03 Jun 2010 03:15:17 |
stas |
- Update to 10.2.8. |
10.2.1_1 19 Apr 2010 10:43:43 |
ale |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin) |
10.2.1 19 Mar 2010 07:54:04 |
stas |
- Update to 10.2.1. |
10.1.7 15 Dec 2009 05:50:12 |
stas |
- Update to 10.1.7. |
10.1.5 26 Sep 2009 20:31:30 |
stas |
- Update to 10.1.5.
Feature safe: yes |
10.1.1 27 Aug 2009 18:31:08 |
amdmi3 |
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for
consistency)
Approved by: portmgr (pav) |
10.1.1 11 Aug 2009 11:47:01 |
stas |
- Update to 10.1.1.
- Change the master site URL until SF problems are resolved. |
10.1.0 03 Jul 2009 10:52:56 |
stas |
- Update to 10.1.0. |
10.0.2 13 May 2009 09:46:02 |
ale |
Chase libgmp and bump PORTREVISION. |
10.0.2 07 Apr 2009 12:28:17 |
stas |
- Update to 10.0.2. |
9.4.5 07 Aug 2008 17:58:38 |
stas |
- Update to 9.4.5. |
9.4.3 27 Jul 2008 21:29:17 |
stas |
- Update to 9.4.3. |
9.3.0 14 May 2008 17:48:54 |
stas |
- Update to 9.3.0. |
9.2.0 08 Apr 2008 07:19:56 |
stas |
- Fix install with GuiServ.
PR: ports/122554
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> |
9.2.0 10 Sep 2007 16:25:01 |
stas |
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to avoid stripping. |
9.2.0 09 Sep 2007 18:51:46 |
stas |
- Update to 9.2.0. |
9.1.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 |
9.1.1 27 Mar 2007 21:24:50 |
stas |
- Update to 9.1.1. |
9.1.0_1 24 Mar 2007 14:03:04 |
pav |
- COPYTREE_* are now part of bsd.port.mk
PR: ports/100996
Submitted by: stass |
9.1.0_1 22 Feb 2007 00:45:00 |
stas |
- Remove redundant substitutions
- Bump PORTREVISION. |
9.1.0 22 Feb 2007 00:37:00 |
stas |
- Update to 9.1.0
- Use Tk 8.5. |
9.0.0_1 08 Nov 2006 15:47:00 |
stas |
- Handle dependencies properly
- Correct the default modules location path [1]
- Correct example programs headers (shell path)
- Install docs/examples into the separate directory
PR: ports/105253 [1]
Reported by: clemens fischer <ino-news@spotteswoode.dnsalias.org> [1] |
9.0.0 01 Nov 2006 23:59:39 |
stas |
- Update to 9.0.0
- Change my email |
8.9.0 13 Sep 2006 15:24:13 |
miwi |
The newLISP is a scripting language for developing web applications and
programs in general and in the domains of artificial intelligence (AI) and
statistics.
Author: Lutz Mueller
WWW: http://www.newlisp.org/
PR: ports/103226
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> |