Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.70 15 Mar 2025 15:57:30
    |
Daniel Engberg (diizzy)  |
textproc/syck: Mark BROKEN, deprecate and set expiration date to 2025-04-30
* Unfetchable, no response from upstream in a year
* While at it some minor Makefile layout changes
Reference:
https://github.com/indeyets/syck/issues/21 |
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) |
0.70 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 ) |
0.70 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 ) |
0.70 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.70 16 Nov 2019 13:46:54
  |
tobik  |
Clean up WRKSRC and USE_GITHUB usage in some ports |
0.70 04 Sep 2014 19:26:24
  |
antoine  |
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr |
0.70 25 Aug 2014 18:40:26
  |
antoine  |
Allow staging as a regular user |
0.70 17 May 2014 10:54:42
  |
miwi  |
- Support USE_GITHUB
PR: 187744
Submitted by: Ports Fury |
0.70 01 Mar 2014 18:13:11
  |
miwi  |
- Stage support |
0.70 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.70 23 Mar 2013 17:51:37
  |
miwi  |
- Unbreak build
PR: 176956
Submitted by: Stephon Chen <stephon@gmail.com> |
0.70 08 Mar 2013 13:21:31
  |
miwi  |
- BROKEN does not build:
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -fPIC -O2 -pipe -fPIC
-fno-strict-aliasing -MT gram.o -MD -MP -MF .deps/gram.Tpo -c -o gram.o gram.c
In file included from sycklex.h:4,
from gram.y:23:
gram.h:107: error: conflicting types for 'syckparse' |
0.70 08 Mar 2013 11:32:12
  |
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
0.70 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
0.70 22 Nov 2009 19:49:43
 |
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
0.70 01 Oct 2009 14:34:34
 |
wen  |
- Update to 0.70
- Update MASTER_SITES
Approved by: miwi(mentor) |
0.55_1 17 Oct 2007 10:13:01
 |
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
0.55 04 Mar 2007 02:12:36
 |
linimon  |
dd@ has had his port bit taken for safekeeping. Therefore, return these
to the pool.
Hat: portmgr |
0.55 08 Aug 2006 11:35:27
 |
jmelo  |
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by: portmgr (erwin) |
0.55 16 Jul 2006 21:49:19
 |
linimon  |
Mark broken: fails to fetch. |
0.55 02 Jul 2006 07:29:42
 |
sem  |
- Update to 0.55
PR: ports/98834
Approved by: maintainer timeout (4 weeks) |
0.45 24 Jan 2006 03:10:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.45 02 May 2005 06:13:15
 |
krion  |
Fix build of textproc/py-syck by using -fPIC in CFLAGS. |
0.45 07 Dec 2004 07:39:04
 |
dd  |
This port require bison even though it will configure without it.
Found by: kris via pointyhat |
0.45 02 Dec 2004 12:08:00
 |
dd  |
Syck is a YAML parser for popular scripting languages |