notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: chinese/pcmanx/Makefile
SVNWeb

Number of commits found: 66

Sat, 26 Aug 2023
[ 21:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  commit hash:7a4777dc53583a897fb8bc1328c6be87bfed8047  7a4777d  (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
*: Rename GTK+ to GTK

GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
Thu, 2 Mar 2023
[ 05:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  commit hash:fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8  fa81a4f  (Only the first 10 of 1168 ports in this commit are shown above. View all ports for this commit)
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:25fe59a33ef000c1e61b9135490822d4b5069764  commit hash:25fe59a33ef000c1e61b9135490822d4b5069764  commit hash:25fe59a33ef000c1e61b9135490822d4b5069764  25fe59a  (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 7 Mar 2021
[ 16:45 tobik search for other commits by this committer ] Original commit   Revision:567577 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Remove redundant option descriptions that match the default ones

(ignoring case)

Reported by:	danfe (for net/mosquitto), portscan
Fri, 8 Nov 2019
[ 09:31 tobik search for other commits by this committer ] Original commit   Revision:517041 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
c*: Add missing USES={gnome,php,sdl,xorg}
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Wed, 13 Mar 2019
[ 05:27 linimon search for other commits by this committer ] Original commit   Revision:495558
Fix build on gcc-based architectures:

  /usr/local/lib/libgraphite2.so.3: undefined reference to
`__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
Sat, 11 Aug 2018
[ 08:30 lwhsu search for other commits by this committer ] Original commit   Revision:476861
- Added a patch in upstream but not release yet to fix the code that
  incorrectly trim URL [1]
- Sort patches
- Pet portlint

PR:		230020 [1]
Submitted by:	holishing <holishingtest@gmail.com>
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 28 Feb 2016
[ 14:43 rakuco search for other commits by this committer ] Original commit   Revision:409743
Update to 1.3.

PR:		207516
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Wed, 19 Aug 2015
[ 13:30 mat search for other commits by this committer ] Original commit   Revision:394778 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Mon, 20 Jul 2015
[ 07:39 robak search for other commits by this committer ] Original commit   Revision:392552
chinese/pcmanx: fix LIB_DEPENDS typo

PR:		201628
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
MFH:		2015Q3
Thu, 5 Mar 2015
[ 03:23 amdmi3 search for other commits by this committer ] Original commit   Revision:380474
- Clarify LICENSE
- Add LICENSE_FILE
- Fix build with disabled NLS
- Add empty directory to plist
Fri, 17 Oct 2014
[ 10:23 bapt search for other commits by this committer ] Original commit   Revision:371040 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Reset maintainership
Sun, 1 Jun 2014
[ 16:43 ohauer search for other commits by this committer ] Original commit   Revision:356156 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
Thu, 9 Jan 2014
[ 07:20 vanilla search for other commits by this committer ] Original commit   Revision:339203 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Add stagedir support.

Approved by:	 portmgr (blanket infrastructure)
Wed, 11 Dec 2013
[ 14:58 bapt search for other commits by this committer ] Original commit   Revision:336173 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in chinese
Fri, 20 Sep 2013
[ 16:01 bapt search for other commits by this committer ] Original commit   Revision:327713 (Only the first 10 of 138 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
Tue, 3 Sep 2013
[ 06:36 bapt search for other commits by this committer ] Original commit   Revision:326122 (Only the first 10 of 148 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Sat, 27 Apr 2013
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:316654 (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Sat, 23 Feb 2013
[ 07:21 pclin search for other commits by this committer ] Original commit   Revision:312799
- Update to 1.2
- Remove unused USE_LDCONFIG knob

Approved by:	swills (mentor)
Wed, 13 Feb 2013
[ 06:04 pclin search for other commits by this committer ] Original commit   Revision:312143 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
- Update MAINTAINER email address for all my ports
- Convert Makefile header to new style if needed

Approved by:	swills (mentor)
Sat, 2 Jun 2012
[ 13:29 bapt search for other commits by this committer ] Original commit 
Convert to new options framework

PR:             ports/168522
Submitted by:   Po-Chien Lin <linpc@cs.nctu.edu.tw> (maintainer)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Mon, 14 May 2012
[ 18:00 lwhsu search for other commits by this committer ] Original commit 
- Update to 1.1
- Pass maintainership to submitter

PR:             ports/167475
Submitted by:   Po-Chien Lin <linpc@cs.nctu.edu.tw>
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sun, 31 Oct 2010
[ 00:08 rene search for other commits by this committer ] Original commit 
- Unbreak on 9 (tested with compiler-rt branch) [1]
- upgrade to 0.3.9 [1]
- change WWW line in pkg-descr [1]
- Remove MD5 checksum and zero PORTREVISION

PR:             ports/151484
Submitted by:   Kuan-Chung Chiu [buganini gmail.com] [1]
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Sat, 20 Mar 2010
[ 13:25 miwi search for other commits by this committer ] Original commit 
- Mark BROKEN: fails to build with new utmpx

Reported by:    pointyhat
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Fri, 28 Aug 2009
[ 17:37 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 221 ports in this commit are shown above. View all ports for this commit)
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:            portmgr
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Tue, 12 Aug 2008
[ 17:25 chinsan search for other commits by this committer ] Original commit 
- Tarball has been rerolled.
- Add WGET knob for support downloading articles.
Sat, 9 Aug 2008
[ 18:23 chinsan search for other commits by this committer ] Original commit 
- Update to 0.3.8
Fri, 25 Jul 2008
[ 14:34 pav search for other commits by this committer ] Original commit  (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Fri, 6 Jun 2008
[ 13:14 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Sun, 23 Mar 2008
[ 16:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Sun, 6 Jan 2008
[ 08:16 chinsan search for other commits by this committer ] Original commit 
- Update to 0.3.7.
Wed, 3 Oct 2007
[ 04:33 chinsan search for other commits by this committer ] Original commit 
- Add backup for tarball.

Noticed by:     pav, linimon
Pointyhat on:   chinsan
Tue, 18 Sep 2007
[ 19:02 chinsan search for other commits by this committer ] Original commit 
- Update to 0.3.6.
Wed, 18 Jul 2007
[ 16:23 chinsan search for other commits by this committer ] Original commit 
- Remove the boring keymap of Backspace.

Approved by:    rafan (mentor)
Sat, 2 Jun 2007
[ 04:23 rafan search for other commits by this committer ] Original commit 
- Fix bug in anti-idle support

PR:             ports/113229
Submitted by:   chinsan (maintainer)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sat, 4 Nov 2006
[ 10:26 rafan search for other commits by this committer ] Original commit 
- Move to LOCALBASE

PR:             ports/105120
Submitted by:   rafan
Approved by:    chinsan (maintainer)
Tue, 3 Oct 2006
[ 15:34 chinsan search for other commits by this committer ] Original commit  (Only the first 10 of 91 ports in this commit are shown above. View all ports for this commit)
Change the following ports to my FreeBSD.org email.
Approved by:    delphij (mentor)

archivers/pecl-bz2/Makefile
archivers/pecl-lzf/Makefile
archivers/pecl-rar/Makefile
audio/fapg/Makefile
audio/pecl-id3/Makefile
chinese/CJKUnifonts/Makefile
chinese/auto-tw-l10n/Makefile
chinese/dfsongsd/Makefile
chinese/fortunetw/Makefile
chinese/gcin/Makefile
chinese/joe/Makefile
chinese/joe2/Makefile
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 5 Sep 2006
[ 17:26 miwi search for other commits by this committer ] Original commit 
- Update to 0.3.5

PR:             ports/102842
Submitted by:   chinsan <chinsan.tw(at)gmail.com> (maintainer)
Sun, 23 Apr 2006
[ 06:47 clsung search for other commits by this committer ] Original commit 
Remove some unused patch

PR:             ports/96176
Submitted by:   maintainer (chinsan)
Thu, 6 Apr 2006
[ 16:10 jmelo search for other commits by this committer ] Original commit 
- Update to 0.3.4.

PR:             ports/95355
Submitted by:   chinsan <chinsan.tw@gmail.com> (maintainer)
Approved by:    mnag (mentor)
Sat, 1 Apr 2006
[ 18:14 vanilla search for other commits by this committer ] Original commit 
add USE_ICONV.

PR:             ports/95140
Submitted by:   maintainer
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Mon, 16 Jan 2006
[ 09:20 clsung search for other commits by this committer ] Original commit 
- remove BROKEN
- reason listed in
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2005101122/zh-pcmanx-0.3.3_1.log
  has been solved at ports/91785
Sat, 14 Jan 2006
[ 09:29 kris search for other commits by this committer ] Original commit 
BROKEN: Does not build
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Sat, 5 Nov 2005
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1045 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared library update.
Tue, 11 Oct 2005
[ 03:07 mnag search for other commits by this committer ] Original commit 
Update to 0.3.3
Take maintainership

PR:             87235
Submitted by:   chinsan <chinsan.tw@gmail.com>
Tue, 20 Sep 2005
[ 18:17 mnag search for other commits by this committer ] Original commit 
Update to 0.3.2

PR:             ports/86375
Submitted by:   chinsan <chinsan.tw@gmail.com>
Approved by:    pav (mentor)
Mon, 19 Sep 2005
[ 12:49 mnag search for other commits by this committer ] Original commit 
Update to 0.3.1

PR:             ports/85213
Submitted by:   chinsan <chinsan.tw@gmail.com>
Approved by:    pav (mentor)
Tue, 6 Sep 2005
[ 17:32 leeym search for other commits by this committer ] Original commit 
- drop maintainership

PR:             85803
Submitted by:   chinsan <chinsan.tw@gmail.com>
Tue, 26 Jul 2005
[ 22:46 pav search for other commits by this committer ] Original commit 
- Update to 0.2.6

PR:             ports/84144
Submitted by:   chinsan <chinsan.tw@gmail.com> (maintainer)
Wed, 20 Jul 2005
[ 11:45 pav search for other commits by this committer ] Original commit 
- Update to 0.1.8

PR:             ports/83772
Submitted by:   chinsan <chinsan.tw@gmail.com> (maintainer)
Tue, 19 Jul 2005
[ 15:44 vanilla search for other commits by this committer ] Original commit 
Add pcmanx 0.1.7, PCManX is a BBS client using GTK+ 2.x.

PR:             ports/83713
Submitted by:   chinsan <chinsan.tw@gmail.com>

Number of commits found: 66