notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: chinese/autoconvert/Makefile

Number of commits found: 38

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Henry Hu <henry.hu.sh@gmail.com>
  *  Jie Gao <gaoj@cpsc.ucalgary.ca>
  *  Jing-Tang Keith Jang <keith@FreeBSD.org>
  *  Joe Horn <joehorn@gmail.com>
  *  Ka Ho Ng <khng300@gmail.com>
  *  Kuang-che Wu <kcwu@csie.org>
  *  Michael C . Wu <keichii@iteration.net>
  *  Michael C. Wu
  *  Ming-I Hseh <PA@FreeBSD.Ntu.edu.TW>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Satoshi TAOKA <taoka@FreeBSD.org>
  *  Shell Hung <shell@shellhung.org>
  *  Shen Chuan-Hsing
  *  Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
  *  Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Zhang Shu
  *  Zhihao Yuan <lichray@gmail.com>
  *  blubee <hello@blubee.me>
  *  buganini@gmail.com
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  clive
  *  clsung
  *  clsung@dragon2.net
  *  gugod@gugod.org
  *  hrs
  *  ijliao
  *  vanilla@

With hat:	portmgr
commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764 commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764 commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764 commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764 25fe59a
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 13 Dec 2016
06:44 kevlo search for other commits by this committer
Unbreak fetching by pointing to archived distfile in Google Cloud Storage.
Original commitRevision:428467 
Wednesday, 14 Sep 2016
15:59 mat search for other commits by this committer
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
Original commitRevision:422140 
Saturday, 5 Dec 2015
09:37 amdmi3 search for other commits by this committer
- Switch to options helpers
Original commitRevision:403041 
Tuesday, 4 Aug 2015
19:25 amdmi3 search for other commits by this committer
- Don't use / in sed regexps to allow paths, unbreaking cross-builds

Approved by:	portmgr blanket
Original commitRevision:393546 
Saturday, 9 May 2015
01:12 amdmi3 search for other commits by this committer
- Don't install static libraries with INSTALL_LIB (part 2/2)

Approved by:	portmgr blanket
MFH:		2015Q2
Original commitRevision:385847 
Saturday, 12 Jul 2014
08:41 sunpoet search for other commits by this committer
- Simplify Makefile
Original commitRevision:361604 
Monday, 2 Jun 2014
21:08 tijl search for other commits by this committer
Fix pkg-plist after previous commit.
Original commitRevision:356251 
20:14 tijl search for other commits by this committer
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.
Original commitRevision:356247 
Tuesday, 20 May 2014
19:32 tijl search for other commits by this committer
Quote ${CC} and similar variables in MAKE_ARGS.

Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
Original commitRevision:354670 
Thursday, 3 Oct 2013
06:57 sunpoet search for other commits by this committer
- Remove unnecessary slash after STAGEDIR
Original commitRevision:329149 
Friday, 27 Sep 2013
12:33 vanilla search for other commits by this committer
Support stage.
Original commitRevision:328460 
Friday, 20 Sep 2013
16:01 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
Original commitRevision:327713 
Thursday, 1 Aug 2013
06:46 bapt search for other commits by this committer
Fix without gcc
Original commitRevision:324096 
Sunday, 24 Jun 2012
17:36 sunpoet search for other commits by this committer
- 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>
Original commit
Wednesday, 30 Jun 2010
02:15 vanilla search for other commits by this committer
respect $(CC) to make clang happy.

Feature safe:   yes
Original commit
Sunday, 22 Nov 2009
19:49 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Original commit
Friday, 30 Jan 2009
23:41 pav search for other commits by this committer
- Update download location

Reported by:    -fetch-original pointyhat run
Original commit
Thursday, 25 Dec 2008
03:13 linimon search for other commits by this committer
Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on ports
right now, by request.

Hat:    portmgr
Original commit
Thursday, 20 Mar 2008
09:23 pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Original commit
Saturday, 30 Dec 2006
03:53 rafan search for other commits by this committer
- 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)
Original commit
Monday, 14 Aug 2006
02:15 clsung search for other commits by this committer
- Respect DESTDIR
- Use USE_LDCONFIG

PR:             ports/101901
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by:    maintainer (Ying-Chieh Chen)
Original commit
Thursday, 6 Jul 2006
02:25 rafan search for other commits by this committer
- Update to 0.3.14

PR:             99815
Submitted by:   rafan
Approved by:    maintainer, delphij (mentor, implicit)
Original commit
Wednesday, 3 May 2006
23:38 edwin search for other commits by this committer
remove USE_REINPLACE for all ports with categories starting with C
Original commit
Monday, 22 Mar 2004
08:43 arved search for other commits by this committer
Improve amd64 fix, Only build shared library with -fPIC
Original commit
Sunday, 8 Feb 2004
21:19 krion search for other commits by this committer
- Fix build on AMD64

Approved by:    maintainer informed
Original commit
Thursday, 16 Oct 2003
08:41 krion search for other commits by this committer
- Fix build on -current

PR:             58084
Submitted by:   maintainer
Original commit
Wednesday, 11 Jun 2003
16:55 leeym search for other commits by this committer
Update MASTER_SITES

PR:             53210
Submitted by:   Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Original commit
Thursday, 15 May 2003
06:16 ijliao search for other commits by this committer
1. dont specify -lgnugetopt in Makefile
2. respect CFLAGS
3. utilize BSD_INSTALL_* macro
Original commit
03:17 ijliao search for other commits by this committer
typo
Original commit
03:06 ijliao search for other commits by this committer
utilize USE_GETOPT_LONG and DATADIR

Approved by:    maintainer
Original commit
Friday, 21 Feb 2003
11:06 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 13 Aug 2001
14:14 kevlo search for other commits by this committer
- Update to version 0.3.13   - Update MASTER_SITES    
Original commit
Thursday, 10 May 2001
20:41 vanilla search for other commits by this committer
Upgrade to 0.3.12.    
Original commit
Sunday, 14 Jan 2001
14:53 clive search for other commits by this committer
o Install additional 2 include files   o portlint    
Original commit
14:45 clive search for other commits by this committer
Update to 0.3.8    
Original commit

Number of commits found: 38