non port: x11-wm/pekwm/Makefile |
SVNWeb
|
Number of commits found XX: 67 |
Wed, 20 May 2020
|
[ 20:09 rene ] 
536021 x11-wm/pekwm/Makefile
536021 x11-wm/pekwm/distinfo
536021 x11-wm/pekwm/files/patch-data__scripts__pekwm_screenshot.sh
x11-wm/pekwm: unexpire, change MASTER_SITE
Also, add USES=autoreconf and add missing USE_XORG=xinerama xrandr
PR: 245185
Submitted by: lbartoletti
Approved by: maintainer
MFH: 2020Q2
|
Sat, 4 Apr 2020
|
[ 20:51 antoine ] 
530719 astro/opencpn/Makefile
530719 audio/festvox-czech/Makefile
530719 audio/gkrellmvolume2/Makefile
530719 audio/mixmos/Makefile
530719 audio/mma/Makefile
530719 audio/pd-cyclone/Makefile
530719 audio/shorten/Makefile
530719 audio/taglib-sharp/Makefile
530719 audio/xhippo/Makefile
530719 biology/consed/Makefile
(Only the first 10 of 520 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] 
517000 x11-clocks/asclock-xlib/Makefile
517000 x11-clocks/asclock/Makefile
517000 x11-clocks/astime/Makefile
517000 x11-clocks/astzclock/Makefile
517000 x11-clocks/bbdate/Makefile
517000 x11-clocks/bclock/Makefile
517000 x11-clocks/buici-clock/Makefile
517000 x11-clocks/dclock/Makefile
517000 x11-clocks/emiclock/Makefile
517000 x11-clocks/eyeclock/Makefile
(Only the first 10 of 432 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Wed, 6 Nov 2019
|
[ 16:26 antoine ] 
516897 science/abinit/Makefile
516897 science/checkmol/Makefile
516897 science/coot/Makefile
516897 science/cp2k/Makefile
516897 science/datawarrior/Makefile
516897 science/dlpoly-classic/Makefile
516897 science/jmol/Makefile
516897 science/medit/Makefile
516897 science/octopus/Makefile
516897 science/openmx/Makefile
(Only the first 10 of 283 ports in this commit are shown above. )
Mark a few ports BROKEN (unfetchable)
|
Sun, 26 Aug 2018
|
[ 02:39 tobik ] 
478092 x11-wm/pekwm/Makefile
x11-wm/pekwm: Unbreak with Clang 6
ActionHandler.cc:603:10: error: case value evaluates to 4294967291, which cannot
be
narrowed to type 'int' [-Wc++11-narrowing]
case WORKSPACE_UP:
^
http://beefy11.nyi.freebsd.org/data/head-i386-default/p474051_s336054/logs/pekwm-0.1.17_4,1.log
PR: 230889
Submitted by: tobik
Approved by: Natacha Porte <natbsd@instinctive.eu> (maintainer)
|
Tue, 26 Jul 2016
|
[ 15:56 amdmi3 ] 
419121 x11-wm/pekwm/Makefile
- Pass maintainership to submitter [1]
- While here, add LICENSE, switch to USES=localbase, other cosmetic fixes
PR: 211131 [1]
Submitted by: natbsd@instinctive.eu [1]
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] 
412351 vietnamese/vn7to8/Makefile
412351 www/R-cran-RgoogleMaps/Makefile
412351 www/R-cran-htmlwidgets/Makefile
412351 www/R-cran-httpuv/Makefile
412351 www/R-cran-httr/Makefile
412351 www/R-cran-rvest/Makefile
412351 www/R-cran-scrapeR/Makefile
412351 www/R-cran-selectr/Makefile
412351 www/R-cran-shiny/Makefile
412351 www/WebMagick/Makefile
(Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] 
390310 Mk/bsd.gecko.mk
390310 astro/astrometry/Makefile
390310 astro/boinc-astropulse/Makefile
390310 astro/boinc-setiathome-v7/Makefile
390310 astro/celestia/Makefile
390310 astro/openuniverse/Makefile
390310 astro/sunclock/Makefile
390310 astro/xephem/Makefile
390310 astro/xplanet/Makefile
390310 audio/deadbeef/Makefile
(Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Wed, 15 Apr 2015
|
[ 08:20 tijl ] 
384038 Mk/Uses/iconv.mk
384038 archivers/unalz/files/patch-UnAlz.cpp
384038 archivers/unrar-iconv/files/patch-iconv
384038 audio/cmus/Makefile
384038 audio/cmus/files/patch-scripts-checks.sh
384038 audio/id3mtag/files
384038 audio/id3mtag/files/patch-charconv.cpp
384038 audio/mp3unicode/files
384038 audio/tagutil/Makefile
384038 audio/tagutil/files
(Only the first 10 of 152 ports in this commit are shown above. )
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above )
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] 
375598 astro/astrometry/Makefile
375598 astro/celestia/Makefile
375598 astro/sunclock/Makefile
375598 astro/viking/Makefile
375598 astro/xephem/Makefile
375598 astro/xplanet/Makefile
375598 astro/xtide/Makefile
375598 audio/csound/Makefile
375598 audio/csound6/Makefile
375598 audio/dvda-author/Makefile
(Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] 
375594 Mk/bsd.gecko.mk
375594 astro/astrometry/Makefile
375594 astro/celestia/Makefile
375594 astro/sunclock/Makefile
375594 astro/viking/Makefile
375594 astro/xephem/Makefile
375594 astro/xplanet/Makefile
375594 audio/csound6/Makefile
375594 audio/dvda-author/Makefile
375594 audio/enscribe/Makefile
(Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Tue, 17 Jun 2014
|
[ 22:59 nox ] 
358192 x11-wm/pekwm/Makefile
- Turns out this is broken with iconv from base (renders empty chars,
breaks bmpanel2, and also it fails to build when ports iconv is present),
so force it to always use iconv from ports.
- Bump PORTREVISION.
Reported by: Gary Perreault (via irc)
|
Mon, 2 Jun 2014
|
[ 07:16 miwi ] 
356196 x11-wm/awesome-vicious/Makefile
356196 x11-wm/enlightenment/Makefile
356196 x11-wm/golem/Makefile
356196 x11-wm/libcompizconfig/Makefile
356196 x11-wm/libdockapp/Makefile
356196 x11-wm/mcwm/Makefile
356196 x11-wm/pager/Makefile
356196 x11-wm/pawm/Makefile
356196 x11-wm/peksystray/Makefile
356196 x11-wm/pekwm/Makefile
(Only the first 10 of 17 ports in this commit are shown above. )
- Convert USE_BZIP2/XZ to USES
Approved by: portmgr
|
Mon, 16 Dec 2013
|
[ 17:26 bapt ] 
336648 audio/gogglesmm/Makefile
336648 benchmarks/siege/Makefile
336648 devel/cdk/Makefile
336648 devel/yajl/Makefile
336648 graphics/jbig2dec/Makefile
336648 graphics/libpuzzle/Makefile
336648 graphics/pngrewrite/Makefile
336648 lang/picoc/Makefile
336648 mail/prayer/Makefile
336648 misc/toilet/Makefile
(Only the first 10 of 26 ports in this commit are shown above. )
Drop maintainership
|
Mon, 23 Sep 2013
|
[ 06:22 bapt ] 
327940 x11-wm/pekwm/Makefile
327940 x11-wm/pekwm/pkg-plist
Use stage
Convert USE_GMAKE to USES=gmake
Fix plist
Bump portrevision
|
Sat, 21 Sep 2013
|
[ 00:01 bapt ] 
327786 x11-wm/aewm/Makefile
327786 x11-wm/afterstep-i18n/Makefile
327786 x11-wm/afterstep-stable/Makefile
327786 x11-wm/afterstep/Makefile
327786 x11-wm/amiwm/Makefile
327786 x11-wm/antiwm/Makefile
327786 x11-wm/awesome-vicious/Makefile
327786 x11-wm/awesome/Makefile
327786 x11-wm/awesome2/Makefile
327786 x11-wm/bbkeys/Makefile
(Only the first 10 of 165 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm)
|
Wed, 4 Sep 2013
|
[ 18:06 madpilot ] 
326307 CHANGES
326307 Mk/Uses/iconv.mk
326307 Mk/bsd.gnome.mk
326307 UPDATING
326307 archivers/rpm/Makefile
326307 archivers/unrar-iconv/Makefile
326307 archivers/unrar/Makefile
326307 archivers/unzip/Makefile
326307 audio/julius/Makefile
326307 audio/mp3unicode/Makefile
(Only the first 10 of 129 ports in this commit are shown above. )
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
|
Tue, 25 Jun 2013
|
[ 13:20 bapt ] 
321742 x11-wm/pekwm/Makefile
Readd PORTEPOCH removed by mistake
|
[ 11:50 bapt ] 
321734 x11-wm/pekwm/Makefile
321734 x11-wm/pekwm/distinfo
321734 x11-wm/pekwm/files/patch-data__scripts__pekwm_screenshot.sh
321734 x11-wm/pekwm/files/patch-src_x11.cc
321734 x11-wm/pekwm/pkg-plist
Update to 0.1.17 [1]
Add a patch to prevent pekwm_screenshot.sh script to depend on bash
Submitted by: Claes Nasten <me@pekdon.net> (upstream) [1]
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] 
316683 news/newsstar/Makefile
316683 news/slrn/Makefile
316683 news/tin/Makefile
316683 palm/pilot-link/Makefile
316683 palm/synce-hal/Makefile
316683 palm/synce-librapi2/Makefile
316683 palm/synce-librra/Makefile
316683 palm/synce-libsynce/Makefile
316683 palm/synce-vdccm/Makefile
316683 polish/ekg2/Makefile
(Only the first 10 of 181 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Mon, 22 Apr 2013
|
[ 22:33 bapt ] 
316284 audio/gogglesmm/Makefile
316284 audio/tagutil/Makefile
316284 multimedia/libass/Makefile
316284 net/sofia-sip/Makefile
316284 x11-wm/i3/Makefile
316284 x11-wm/pekwm/Makefile
Convert my ports to use the new USES=pkgconfig
|
Mon, 31 Dec 2012
|
[ 11:18 bapt ] 
309715 x11-wm/pekwm/Makefile
309715 x11-wm/pekwm/distinfo
309715 x11-wm/pekwm/files
309715 x11-wm/pekwm/files/patch-src_x11.cc
- update to 0.1.16
- add a patch to fix complication with our old gcc 4.2.1
PR: ports/174847
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
|
Thu, 16 Aug 2012
|
[ 09:42 bapt ]
302630 x11-wm/pekwm/Makefile
302630 x11-wm/pekwm/distinfo
302630 x11-wm/pekwm/pkg-plist
- update to 0.1.15
- changes: https://www.pekwm.org/projects/pekwm/wikis/Release-0_1_15
|
Fri, 27 Jul 2012
|
[ 12:34 bapt ]
301605 x11-wm/pekwm/Makefile
- Use USE_PKGCONFIG macro
- Remove useless post-patch
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ]
1.59 Mk/bsd.gecko.mk
1.1246 UPDATING
1.18 accessibility/accerciser/Makefile
1.12 accessibility/at-poke/Makefile
1.77 accessibility/at-spi/Makefile
1.5 accessibility/at-spi2-atk/Makefile
1.54 accessibility/dasher/Makefile
1.60 accessibility/gnome-mag/Makefile
1.45 accessibility/gnopernicus/Makefile
1.51 accessibility/gok/Makefile
(Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Tue, 10 Jan 2012
|
[ 13:19 bapt ]
1.42 x11-wm/pekwm/Makefile
1.22 x11-wm/pekwm/distinfo
- update to 0.1.14
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ]
1.11 Mk/bsd.cmake.mk
1.65 Mk/bsd.database.mk
1.5 Mk/bsd.efl.mk
1.66 Mk/bsd.gnustep.mk
1.82 Mk/bsd.kde.mk
1.2 Mk/bsd.ncurses.mk
1.46 Mk/bsd.openssl.mk
1.696 Mk/bsd.port.mk
1.28 Mk/bsd.qt.mk
1.17 accessibility/accerciser/Makefile
(Only the first 10 of 2369 ports in this commit are shown above. )
- 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, 10 Jul 2011
|
[ 17:01 bapt ]
1.40 x11-wm/pekwm/Makefile
1.21 x11-wm/pekwm/distinfo
1.11 x11-wm/pekwm/pkg-plist
- update to 0.1.13
- use bzip2 distfile
PR: ports/158620
Submitted by: David Demelier <demelier.david@gmail.com>
|
Wed, 28 Jul 2010
|
[ 17:31 bapt ]
1.7 audio/audiotag/Makefile
1.24 audio/gmm/Makefile
1.3 audio/tagutil/Makefile
1.31 benchmarks/siege/Makefile
1.3 devel/fossil/Makefile
1.2 devel/p5-Config-INI/Makefile
1.4 devel/p5-Mixin-Linewise/Makefile
1.15 devel/paexec/Makefile
1.3 devel/yajl/Makefile
1.2 graphics/jbig2dec/Makefile
(Only the first 10 of 28 ports in this commit are shown above. )
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor)
|
Fri, 9 Jul 2010
|
[ 13:40 sylvio ]
1.38 x11-wm/pekwm/Makefile
1.19 x11-wm/pekwm/distinfo
- Update to 0.1.12
- Pass maintainership to submitter.
PR: ports/148466
Submitted by: Bapt <baptiste.daroussin@gmail.com>
|
Sun, 28 Mar 2010
|
[ 18:58 dinoex ]
1.37 x11-wm/pekwm/Makefile
- fix build for png-1.4.1
PR: 145117
|
[ 06:47 dinoex ]
1.20 Mk/bsd.gecko.mk
1.12 accessibility/accerciser/Makefile
1.10 accessibility/at-poke/Makefile
1.72 accessibility/at-spi/Makefile
1.51 accessibility/dasher/Makefile
1.54 accessibility/gnome-mag/Makefile
1.42 accessibility/gnopernicus/Makefile
1.46 accessibility/gok/Makefile
1.11 accessibility/java-access-bridge/Makefile
1.32 accessibility/kdeaccessibility/Makefile
(Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ]
1.19 Mk/bsd.gecko.mk
1.11 accessibility/accerciser/Makefile
1.9 accessibility/at-poke/Makefile
1.71 accessibility/at-spi/Makefile
1.50 accessibility/dasher/Makefile
1.53 accessibility/gnome-mag/Makefile
1.41 accessibility/gnopernicus/Makefile
1.45 accessibility/gok/Makefile
1.10 accessibility/java-access-bridge/Makefile
1.31 accessibility/kdeaccessibility/Makefile
(Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sun, 2 Aug 2009
|
[ 02:51 wxs ]
1.38 audio/csound/Makefile
1.13 audio/mpdscribble/Makefile
1.32 deskutils/zorro/Makefile
1.30 devel/cdialog/Makefile
1.29 devel/clanlib/Makefile
1.18 devel/clig/Makefile
1.5 devel/p5-Config-ApacheFormat/Makefile
1.7 devel/pear-XML_Tree/Makefile
1.38 editors/e93/Makefile
1.21 editors/vigor/Makefile
(Only the first 10 of 32 ports in this commit are shown above. )
- Reset maintainer and remove old MASTER_SITES.
PR: ports/137224
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer)
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ]
1.14 Mk/bsd.gecko.mk
1.22 astro/boinc-setiathome-enhanced/Makefile
1.43 astro/celestia/Makefile
1.15 astro/gaia/Makefile
1.32 astro/openuniverse/Makefile
1.28 astro/stellarium/Makefile
1.32 astro/sunclock/Makefile
1.54 astro/xephem/Makefile
1.45 astro/xplanet/Makefile
1.27 astro/xrmap/Makefile
(Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Wed, 17 Jun 2009
|
[ 16:35 dhn ]
1.32 x11-wm/pekwm/Makefile
1.18 x11-wm/pekwm/distinfo
- Update to 0.1.11
PR: ports/135215
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Approved by: maintainer timeout (two weeks)
|
Sat, 31 Jan 2009
|
[ 13:56 amdmi3 ]
1.31 x11-wm/pekwm/Makefile
1.17 x11-wm/pekwm/distinfo
1.10 x11-wm/pekwm/pkg-plist
- Update to 0.1.10
PR: 131043
Submitted by: Henrik Friedrichsen <hrkfdn at gmail dot com>
Approved by: Martin Tournoij <carpetsmoker at rwxrwxrwx dot net> (maintainer)
|
Thu, 8 Jan 2009
|
[ 15:56 miwi ]
1.30 x11-wm/pekwm/Makefile
1.16 x11-wm/pekwm/distinfo
1.2 x11-wm/pekwm/files/patch-Frame.cc
- Update to 0.1.9a
PR: 129823
Submitted by: "Henrik Friedrichsen" <hrkfdn@gmail.com>
Approved by: maintainer timeout
|
Sun, 23 Nov 2008
|
[ 16:30 miwi ]
1.29 x11-wm/pekwm/Makefile
1.15 x11-wm/pekwm/distinfo
1.1 x11-wm/pekwm/files/patch-Frame.cc
1.2 x11-wm/pekwm/files/patch-data-scripts-pekwm_themeset.sh
- Update to 0.1.8
PR: 128767
Submitted by: Henrik Friedrichsen <hrkfrd@googlemail.com>
Approved by: maintainer
|
Fri, 8 Aug 2008
|
[ 22:52 miwi ]
1.28 x11-wm/pekwm/Makefile
1.14 x11-wm/pekwm/distinfo
1.3 x11-wm/pekwm/files/patch-aa
1.2 x11-wm/pekwm/files/patch-ab
1.1 x11-wm/pekwm/files/patch-data-scripts-pekwm_themeset.sh
1.6 x11-wm/pekwm/pkg-descr
1.9 x11-wm/pekwm/pkg-plist
o Update to 0.1.7
o Update maintainer email address
Version 0.1.7 contains both bug fixes and new features compared to
0.1.6, most notably:
o UTF-8 support, finally non ASCII characters should render ok.
o RandR support, multi-screen configuration is now detected and should
be handled correctly.
o Viewport support removed, it was buggy and not used by many.
For a somewhat more complete list of changes see:
http://www.pekwm.org/projects/pekwm/wikis/Release-0_1_7
PR: 126318
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
|
Fri, 16 May 2008
|
[ 14:21 lippe ]
1.27 x11-wm/pekwm/Makefile
1.13 x11-wm/pekwm/distinfo
1.5 x11-wm/pekwm/pkg-descr
- Update to 0.1.6.
- Make fetchable again.
- Update pkg-desc.
PR: ports/123126, ports/117900
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>, Henrik Friedrichsen
<henrik@cheat-project.com>
Approved by: gabor (mentor), Martin Tournoij <carpetsmoker@xs4all.nl>
(maintainer)
|
Tue, 6 May 2008
|
[ 22:26 itetcu ]
1.26 x11-wm/pekwm/Makefile
Reset maintainer:
<xcas@cox.net>: host mx.west.cox.net[68.6.19.3] said: 550 5.1.1 <xcas@cox.net>
recipient rejected (in reply to RCPT TO command)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ]
1.3 Mk/bsd.efl.mk
1.46 Mk/bsd.gnustep.mk
1.76 Mk/bsd.kde.mk
1.2 Mk/bsd.ocaml.mk
1.10 Mk/bsd.scons.mk
1.13 Mk/bsd.wx.mk
1.7 Mk/bsd.xorg.mk
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile
1.65 accessibility/gail/Makefile
(Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Sat, 19 May 2007
|
[ 20:32 flz ]
1.1364 MOVED
1.566 Mk/bsd.port.mk
1.1 Mk/bsd.xorg.mk
1.1 Tools/scripts/mergebase.sh
1.502 UPDATING
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.29 accessibility/at-spi/pkg-plist
1.51 accessibility/atk/Makefile
1.27 accessibility/atk/pkg-plist
(Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Fri, 28 Apr 2006
|
[ 21:30 pav ]
1.23 x11-wm/pekwm/Makefile
1.12 x11-wm/pekwm/distinfo
1.8 x11-wm/pekwm/pkg-plist
- Update to 0.1.5 (20060417)
PR: ports/96073
Submitted by: Greg J. <xcas@cox.net> (maintainer)
|
Wed, 15 Mar 2006
|
[ 18:34 novel ]
1.22 x11-wm/pekwm/Makefile
1.11 x11-wm/pekwm/distinfo
Update to 0.1.4 final (20060222).
PR: 93734
Submitted by: Greg J. (maintainer)
|
Fri, 17 Feb 2006
|
[ 20:22 ehaupt ]
1.21 x11-wm/pekwm/Makefile
1.10 x11-wm/pekwm/distinfo
1.7 x11-wm/pekwm/pkg-plist
- Update to 20060216 snapshot
- Remove imlib2 & pcre dependencies
- Add jpeg, png & xpm dependencies
- Use autotools for this version
PR: 93463
Submitted by: Greg J. <xcas@cox.net> (maintainer)
|
Mon, 30 May 2005
|
[ 21:25 flz ]
1.20 x11-wm/pekwm/Makefile
1.8 x11-wm/pekwm/distinfo
1.6 x11-wm/pekwm/pkg-plist
- Update to 20050515.
PR: ports/81345
Submitted by: maintainer
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ]
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile
(Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ]
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile
(Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Mon, 14 Mar 2005
|
[ 17:45 flz ]
1.17 x11-wm/pekwm/Makefile
- Bump PORTREVISION after latest commit.
Noticed by: Adam McDougall <mcdouga9@egr.msu.edu>
|
Tue, 8 Mar 2005
|
[ 23:15 flz ]
1.16 x11-wm/pekwm/Makefile
- Fix Imlib2 dependency.
PR: ports/78584
Submitted by: Greg J. <xcas@cox.net> (maintainer)
Approved by: pav (mentor)
|
Thu, 3 Mar 2005
|
[ 00:04 flz ]
1.15 x11-wm/pekwm/Makefile
1.7 x11-wm/pekwm/distinfo
- Update to 20050227 snapshot.
- Add site to MASTER_SITES.
PR: ports/78328
Submitted by: Greg J. <xcas@cox.net> (maintainer)
Approved by: pav (mentor)
|
Sat, 26 Feb 2005
|
[ 00:06 pav ]
1.14 x11-wm/pekwm/Makefile
1.6 x11-wm/pekwm/distinfo
1.5 x11-wm/pekwm/pkg-plist
- Update to 20050209-5
PR: ports/78092
Submitted by: Greg J. <xcas@cox.net> (maintainer)
|
Fri, 11 Feb 2005
|
[ 14:36 vs ]
1.13 x11-wm/pekwm/Makefile
1.5 x11-wm/pekwm/distinfo
1.1 x11-wm/pekwm/files/patch-ab
1.4 x11-wm/pekwm/pkg-descr
1.4 x11-wm/pekwm/pkg-plist
- Update to 20040828 CVS snapshot
- Assign maintainership to submitter
PR: ports/71557
Submitted by: "Greg J."
|
Wed, 14 Apr 2004
|
[ 18:52 krion ]
1.12 x11-wm/pekwm/Makefile
1.3 x11-wm/pekwm/pkg-descr
- Update MASTER_SITES and WWW: line
PR: ports/65540
Submitted by: Ports Fury
|
Wed, 24 Mar 2004
|
[ 22:30 krion ]
1.9 cad/oregano/Makefile
1.30 irc/ninja/Makefile
1.15 net/gtkyahoo/Makefile
1.11 x11-wm/pekwm/Makefile
- Reset maintainer to ports@FreeBSD.org, thank you Anders for
your work!
PR: ports/64665
Submitted by: Anders Andersson <anders@andersa.net>
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ]
1.6 mail/hotwayd/Makefile
1.12 mail/ifile/Makefile
1.30 mail/imp3/Makefile
1.5 mail/isoqlog/Makefile
1.16 mail/kiltdown/Makefile
1.4 mail/kshowmail/Makefile
1.3 mail/ksig/Makefile
1.18 mail/lbdb/Makefile
1.9 mail/liamail/Makefile
1.26 mail/libesmtp/Makefile
(Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Wed, 24 Sep 2003
|
[ 09:37 osa ]
1.3 audio/adpcm/Makefile
1.15 audio/ecasound/Makefile
1.19 audio/sidplay/Makefile
1.39 audio/xmcd/Makefile
1.8 audio/xmms-musepack/Makefile
1.16 audio/xmradio/Makefile
1.10 benchmarks/dbs/Makefile
1.40 benchmarks/iozone/Makefile
1.21 benchmarks/netperf/Makefile
1.4 biology/dna-qc/Makefile
(Only the first 10 of 143 ports in this commit are shown above. )
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
Thu, 26 Jun 2003
|
[ 07:12 daichi ]
1.8 x11-wm/pekwm/Makefile
1.1 x11-wm/pekwm/files/patch-aa
Maintain-update of x11-wm/pekwm
PR: 53509
Submitted by: Anders Andersson <anders@andersa.net> (maintainer)
|
Thu, 19 Jun 2003
|
[ 11:31 daichi ]
1.7 x11-wm/pekwm/Makefile
1.3 x11-wm/pekwm/distinfo
1.3 x11-wm/pekwm/pkg-plist
x11-wm/pekwm to latest version: 0.1.2 --> 0.1.3
PR: 53452
Submitted by: herbert@bugat.at
Reviewed by: Anders Andersson <anders@andersa.net> <anders@andersa.net>
(maintainer)
|
Sun, 23 Mar 2003
|
[ 07:13 adamw ]
1.6 x11-wm/pekwm/Makefile
1.2 x11-wm/pekwm/pkg-descr
Chase new website in MASTER_SITES and WWW.
PR: 50192
Submitted by: Anders Andersson <anders@andersa.net> (maintainer)
|
Fri, 28 Feb 2003
|
[ 22:53 kris ]
1.7 audio/audacity/Makefile
1.3 audio/evilbar/Makefile
1.13 audio/mp3blaster/Makefile
1.10 audio/snack/Makefile
1.6 audio/terminatorx/Makefile
1.16 databases/firebird/Makefile
1.39 devel/autoconf/Makefile
1.45 devel/autoconf213/Makefile
1.46 devel/autoconf257/Makefile
1.30 devel/automake/Makefile
(Only the first 10 of 38 ports in this commit are shown above. )
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
|
Thu, 20 Feb 2003
|
[ 01:27 leeym ]
1.6 cad/oregano/Makefile
1.2 cad/oregano/pkg-comment
1.43 irc/epic4/Makefile
1.38 irc/ircII/Makefile
1.7 irc/ircII/pkg-comment
1.29 irc/ninja/Makefile
1.3 irc/ninja/pkg-comment
1.16 mail/getmail/Makefile
1.2 mail/getmail/pkg-comment
1.11 net/gtkyahoo/Makefile
(Only the first 10 of 13 ports in this commit are shown above. )
- use COMMENT
- change MAINTAINER's email address
PR: 48469
Submitted by: Anders Andersson <anders@hack.org> <anders@andersa.net>
|
Sun, 1 Dec 2002
|
[ 00:51 kris ]
1.3 x11-wm/pekwm/Makefile
Coalesce two pre-everything targets into one.
|
Thu, 21 Nov 2002
|
[ 19:28 nork ]
1.2 x11-wm/pekwm/Makefile
1.2 x11-wm/pekwm/distinfo
1.2 x11-wm/pekwm/pkg-plist
Update to 0.1.2(change new config file format).
PR: ports/45539
Submitted by: Anders Andersson <anders@hack.org> (maintainer)
|
Sun, 3 Nov 2002
|
[ 17:05 vanilla ]
1.105 x11-wm/Makefile
1.1 x11-wm/pekwm/Makefile
1.1 x11-wm/pekwm/distinfo
1.1 x11-wm/pekwm/pkg-comment
1.1 x11-wm/pekwm/pkg-descr
1.1 x11-wm/pekwm/pkg-plist
Add pekwm, it's a windowmanager based on aewm++.
PR: ports/44815
Submitted by: Anders Andersson <anders@hack.org>
|
Number of commits found XX: 67 |