Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.3.16_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 ) |
0.3.16_5 20 Jul 2022 14:21:00 |
Tobias C. Berner (tcberner) |
chinese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <intron@intron.ac>
* Bo-Yi Wu <appleboy.tw@gmail.com>
* Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
* Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@cs.ucdavis.edu)
* Eric L. Camachat <eric@camachat.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org> (Only the first 15 lines of the commit message are shown above ) |
0.3.16_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.16_5 13 Dec 2016 06:44:19 |
kevlo |
Unbreak fetching by pointing to archived distfile in Google Cloud Storage. |
0.3.16_5 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.3.16_5 05 Dec 2015 09:37:07 |
amdmi3 |
- Switch to options helpers |
0.3.16_5 04 Aug 2015 19:25:37 |
amdmi3 |
- Don't use / in sed regexps to allow paths, unbreaking cross-builds
Approved by: portmgr blanket |
0.3.16_5 09 May 2015 01:12:51 |
amdmi3 |
- Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by: portmgr blanket
MFH: 2015Q2 |
0.3.16_4 20 Oct 2014 08:38:22 |
bapt |
Cleanup plist |
0.3.16_4 12 Jul 2014 08:41:55 |
sunpoet |
- Simplify Makefile |
0.3.16_4 02 Jun 2014 21:08:04 |
tijl |
Fix pkg-plist after previous commit. |
0.3.16_3 02 Jun 2014 20:14:24 |
tijl |
Properly respect CFLAGS, LDFLAGS, etc.
When building a port with base system make, variables like CC and CFLAGS
need to be defined using '=' in the makefile. With '+=' values from
make.conf can be picked up. Normally the ports system values for these
variables are passed to a configure script which generates a makefile with
them. If there's no configure script the makefile has to be patched to use
the right values. |
0.3.16_2 20 May 2014 19:32:39 |
tijl |
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de> |
0.3.16_2 03 Oct 2013 06:57:32 |
sunpoet |
- Remove unnecessary slash after STAGEDIR |
0.3.16_2 27 Sep 2013 12:33:07 |
vanilla |
Support stage. |
0.3.16_2 20 Sep 2013 16:01:22 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese) |
0.3.16_2 01 Aug 2013 06:46:32 |
bapt |
Fix without gcc |
0.3.16_2 24 Jun 2012 17:36:11 |
sunpoet |
- Change pre-install: to post-install:
- While I'm here:
- Add LICENSE
- Move documentation to DOCSDIR
- Convert to new options framework
- Pet portlint
- Bump PORTREVISION for package change
PR: ports/169347
Submitted by: Kit Sin <ktsin@acm.org> |
0.3.16_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.3.16_1 30 Jun 2010 02:15:08 |
vanilla |
respect $(CC) to make clang happy.
Feature safe: yes |
0.3.16 22 Nov 2009 19:49:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
0.3.16 30 Jan 2009 23:41:16 |
pav |
- Update download location
Reported by: -fetch-original pointyhat run |
0.3.16 25 Dec 2008 03:13:51 |
linimon |
Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on ports
right now, by request.
Hat: portmgr |
0.3.16 20 Mar 2008 09:23:28 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.3.16 30 Dec 2006 03:53:35 |
rafan |
- Update to 0.3.16
This builds on newer gcc.
- Respect CC, CFLAGS
- Comply new style patch filename
- xchat plugin is disabled for now
PR: ports/107264
Submitted by: Ying-Chieh Chen (maintainer) |
0.3.14 14 Aug 2006 02:15:38 |
clsung |
- Respect DESTDIR
- Use USE_LDCONFIG
PR: ports/101901
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (Ying-Chieh Chen) |
0.3.14 06 Jul 2006 02:25:39 |
rafan |
- Update to 0.3.14
PR: 99815
Submitted by: rafan
Approved by: maintainer, delphij (mentor, implicit) |
0.3.13 03 May 2006 23:38:41 |
edwin |
remove USE_REINPLACE for all ports with categories starting with C |
0.3.13 22 Jan 2006 08:21:06 |
edwin |
SHA256ify
Approved by: krion@ |
0.3.13 22 Mar 2004 08:43:56 |
arved |
Improve amd64 fix, Only build shared library with -fPIC |
0.3.13 08 Feb 2004 21:19:07 |
krion |
- Fix build on AMD64
Approved by: maintainer informed |
0.3.13 16 Oct 2003 08:41:33 |
krion |
- Fix build on -current
PR: 58084
Submitted by: maintainer |
0.3.13 11 Jun 2003 16:55:44 |
leeym |
Update MASTER_SITES
PR: 53210
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
0.3.13 15 May 2003 06:16:33 |
ijliao |
1. dont specify -lgnugetopt in Makefile
2. respect CFLAGS
3. utilize BSD_INSTALL_* macro |
0.3.13 15 May 2003 03:18:25 |
ijliao |
utilize DATADIR |
0.3.13 15 May 2003 03:17:44 |
ijliao |
typo |
0.3.13 15 May 2003 03:06:04 |
ijliao |
utilize USE_GETOPT_LONG and DATADIR
Approved by: maintainer |
0.3.13 21 Feb 2003 11:06:31 |
knu |
De-pkg-comment. |
13 Aug 2001 14:14:49 |
kevlo |
- Update to version 0.3.13 - Update MASTER_SITES |
10 May 2001 20:41:41 |
vanilla |
Upgrade to 0.3.12. |
14 Jan 2001 14:53:37 |
clive |
o Install additional 2 include files o portlint |
14 Jan 2001 14:45:33 |
clive |
Update to 0.3.8 |
08 Oct 2000 00:38:35 |
asami |
Convert category chinese to new layout. |