| non port: x11/wdm/Makefile |
|
CVSWeb
|
Number of commits found: 49 |
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ]
1.17 accessibility/accerciser/Makefile
1.11 accessibility/at-poke/Makefile
1.76 accessibility/at-spi/Makefile
1.4 accessibility/at-spi2-atk/Makefile
1.4 accessibility/at-spi2-core/Makefile
1.65 accessibility/atk/Makefile
1.4 accessibility/atkmm/Makefile
1.53 accessibility/dasher/Makefile
1.5 accessibility/eflite/Makefile
1.59 accessibility/gnome-mag/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
|
|
Tue, 19 Apr 2011
|
[ 18:20 xride ]
1.86 x11/wdm/Makefile
1.3 x11/wdm/files/wdm.pam
Fixing a pam_nologin(8) warning.
PR: 142740
Submitted by: martinko <gamato@users.sf.net>
|
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ]
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
1.42 accessibility/kdeaccessibility4/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.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
1.40 accessibility/kdeaccessibility4/Makefile
(Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ]
1.9 accessibility/accerciser/Makefile
1.8 accessibility/at-poke/Makefile
1.69 accessibility/at-spi/Makefile
1.49 accessibility/dasher/Makefile
1.40 accessibility/gnopernicus/Makefile
1.43 accessibility/gok/Makefile
1.8 accessibility/java-access-bridge/Makefile
1.29 accessibility/kdeaccessibility/Makefile
1.35 accessibility/kdeaccessibility4/Makefile
1.11 accessibility/mousetweaks/Makefile
(Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
|
Mon, 5 Jan 2009
|
[ 19:42 wxs ]
1.33 x11/decurs/Makefile
1.109 x11/gdm/Makefile
1.93 x11/gnome-panel/Makefile
1.212 x11/kdebase3/Makefile
1.16 x11/libcapplet/Makefile
1.51 x11/mlterm/Makefile
1.86 x11/nvidia-driver/Makefile
1.123 x11/rxvt-unicode/Makefile
1.82 x11/wdm/Makefile
1.10 x11/xidle/Makefile
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
|
|
Sun, 28 Dec 2008
|
[ 18:17 xride ]
1.81 x11/wdm/Makefile
1.1 x11/wdm/files/patch-change_wm
Unable to change window manager after the first selection/login.
PR: 104255
Submitted by: martinko <gamato@users.sf.net>
|
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
|
Fri, 6 Jun 2008
|
[ 14:09 edwin ]
1.19 x11/Terminal/Makefile
1.14 x11/alltray/Makefile
1.16 x11/apwal/Makefile
1.32 x11/aterm/Makefile
1.31 x11/bbrun/Makefile
1.15 x11/brightside/Makefile
1.10 x11/chameleon/Makefile
1.11 x11/cnslock/Makefile
1.32 x11/decurs/Makefile
1.10 x11/deskmenu/Makefile
(Only the first 10 of 151 ports in this commit are shown above. )
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)
|
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ]
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/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)
|
|
Wed, 26 Mar 2008
|
[ 08:23 miwi ]
1.5 finance/xtrader/Makefile
1.29 games/torcs/Makefile
1.9 x11-fm/FSViewer/Makefile
1.77 x11/wdm/Makefile
- Add missing dependens
Submitted by: pointyhat via pav
|
|
Sat, 22 Mar 2008
|
[ 14:48 miwi ]
1.10 astro/gpsd/Makefile
1.18 astro/wmglobe/Makefile
1.27 audio/audacity-devel/Makefile
1.35 audio/audacity/Makefile
1.5 audio/bmp-musepack/Makefile
1.4 audio/praat/Makefile
1.11 audio/xmms-cdread/Makefile
1.20 audio/xmms-ladspa/Makefile
1.13 audio/xmms-mac/Makefile
1.18 audio/xmms-mailnotify/Makefile
(Only the first 10 of 61 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
Sat, 19 May 2007
|
[ 20:32 flz ]
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile
(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, 29 Sep 2006
|
[ 22:01 xride ]
1.9 astro/phoon/Makefile
1.5 audio/dream/Makefile
1.46 audio/gnump3d/Makefile
1.13 audio/py-ao/Makefile
1.10 audio/py-ogg/Makefile
1.10 audio/py-vorbis/Makefile
1.7 comms/gpsk31/Makefile
1.9 comms/linpsk/Makefile
1.5 comms/twpsk/Makefile
1.6 comms/xnecview/Makefile
(Only the first 10 of 27 ports in this commit are shown above. )
Change my MAINTAINER email to be my @FreeBSD email
Approved by: tmclaugh
|
|
Sun, 16 Jul 2006
|
[ 16:17 pav ]
1.73 x11/wdm/Makefile
- Grant maintainership
PR: ports/100395
Submitted by: Soeren Straarup <xride@x12.dk>
|
|
Sat, 13 May 2006
|
[ 05:00 edwin ]
1.9 x11-clocks/alltraxclock/Makefile
1.2 x11-clocks/bdesktopclock/Makefile
1.19 x11-clocks/dclock/Makefile
1.14 x11-clocks/eyeclock/Makefile
1.62 x11-clocks/kdetoys3/Makefile
1.6 x11-clocks/osdclock/Makefile
1.27 x11-clocks/rclock/Makefile
1.6 x11-clocks/wmbinclock/Makefile
1.16 x11-clocks/wmclockmon/Makefile
1.17 x11-clocks/wmfishtime/Makefile
(Only the first 10 of 191 ports in this commit are shown above. )
Remove USE_REINPLACE from categories starting with X
|
|
Tue, 18 Oct 2005
|
[ 09:15 garga ]
1.71 x11/wdm/Makefile
- Fix MASTER_SITES
PR: ports/87540
Submitted by: Ports Fury
|
|
Sat, 15 Oct 2005
|
[ 02:22 mnag ]
1.70 x11/wdm/Makefile
Fix xrdb path in Xsession
Bump PORTREVISION
PR: 87448
Notified by: Adrian Filipi <adrian@ubergeeks.com> <adrian@ubergeeks.com>
|
|
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'.
|
|
Tue, 5 Apr 2005
|
[ 07:59 flz ]
1.67 x11/wdm/Makefile
1.11 x11/wdm/distinfo
1.2 x11/wdm/files/patch-src::wdm::session.c
1.12 x11/wdm/pkg-plist
- Update to 1.28.
PR: ports/79486
Submitted by: Ports Fury
|
|
Thu, 2 Dec 2004
|
[ 14:05 dougb ]
1.66 x11/wdm/Makefile
1.11 x11/wdm/pkg-plist
Unbreak by updating pkg-plist. Pet portlint.
Submitted by: kris/pointyhat
|
|
Sat, 27 Nov 2004
|
[ 02:44 kris ]
1.65 x11/wdm/Makefile
BROKEN: Broken pkg-plist
|
|
Sun, 21 Nov 2004
|
[ 20:38 dougb ]
1.64 x11/wdm/Makefile
It's unclear why removing LDFLAGS="${LDFLAGS}" from CONFIGURE_ENV
works, but it does allow it to build, so let's go with this till
someone comes up with a better solution.
PR: ports/74169
Submitted by: Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
|
|
Mon, 1 Mar 2004
|
[ 18:23 krion ]
1.63 x11/wdm/Makefile
1.10 x11/wdm/distinfo
1.10 x11/wdm/pkg-plist
- Update to version 1.27
PR: ports/63597
Submitted by: Ports Fury
|
|
Sat, 14 Feb 2004
|
[ 05:53 kris ]
1.62 x11/wdm/Makefile
Mark IGNORE on sparc64 (does not work), and drop maintainership.
|
|
Wed, 11 Feb 2004
|
[ 23:32 linimon ]
1.61 x11/wdm/Makefile
1.9 x11/wdm/pkg-plist
Include updated patch from Ports Fury that fixes install problem
by creating all install directories. Updates the pkg-plist file
which I forgot in my last commit.
Submitted by: KATO Tsuguru <jungle@m8.dion.ne.jp>
|
[ 04:26 linimon ]
1.60 x11/wdm/Makefile
1.9 x11/wdm/distinfo
1.2 x11/wdm/files/patch-src::wdm::loghelpers.c
Update to wdm 1.26. Highlights of changes:
- daemon mode works again
- spanish and czech translations added
- en locale is now different from C locale.
- fixed problem with wdm not reacting to signals sent
to process with pid written to pid file.
- removed unused code
- many other bugfixes
See NEWS, README, and ChangeLog for the complete list.
PR: ports/57010
Submitted by: Ports Fury
Approved by: maintainer timeout (>3 months)
|
|
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)
|
|
Tue, 22 Jul 2003
|
[ 15:58 nork ]
1.58 x11/wdm/Makefile
1.1 x11/wdm/files/patch-src::wdm::session.c
Set the user's credentials: uid, gid, groups, environment
variables, resource limits, and umask.
Pointed out by: kan
Submitted by: Ports Fury
Approved by: maintainer implicitly
|
|
Fri, 11 Jul 2003
|
[ 18:33 nork ]
1.57 x11/wdm/Makefile
1.8 x11/wdm/distinfo
1.2 x11/wdm/files/patch-Login.c
1.5 x11/wdm/files/patch-ab
1.4 x11/wdm/files/patch-ad
1.6 x11/wdm/files/patch-ag
1.2 x11/wdm/files/patch-ai
1.2 x11/wdm/files/patch-al
1.4 x11/wdm/files/patch-am
1.2 x11/wdm/files/patch-an
(Only the first 10 of 13 ports in this commit are shown above. )
Update to 1.25.
PR: ports/53108
Submitted by: Ports Fury
Approved by: maintainer timeout (1 month)
|
|
Sun, 13 Apr 2003
|
[ 12:33 edwin ]
1.56 x11/wdm/Makefile
1.7 x11/wdm/distinfo
1.4 x11/wdm/pkg-descr
ix11/wdm project moved, update MASTER_SITES and WWW
The wdm project moved, so the distfile is no longer fetchable
at the old MASTER_SITES. Update MASTER_SITES and WWW. The
new author obviousle created a new tarball with a different
md5. Both tarballs include the same files as checked by
diff.
PR: ports/47299
Submitted by: Erwin Lansing <erwin@lansing.dk>
Approved by: maintainer timeout
|
|
Fri, 7 Mar 2003
|
[ 06:36 ade ]
1.110 x11/XFree86-4-clients/Makefile
1.10 x11/XFree86-4-documents/Makefile
1.122 x11/XFree86-4-libraries/Makefile
1.11 x11/XFree86-4-manuals/Makefile
1.151 x11/XFree86-4/Makefile
1.21 x11/XFree86-contrib/Makefile
1.103 x11/XFree86/Makefile
1.19 x11/aterm/Makefile
1.11 x11/decurs/Makefile
1.29 x11/dgs/Makefile
(Only the first 10 of 140 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
Sun, 27 Oct 2002
|
[ 01:28 kris ]
1.54 x11/wdm/Makefile
Grr. Try harder to fix PAM case.
|
|
Mon, 7 Oct 2002
|
[ 07:15 kris ]
1.53 x11/wdm/Makefile
1.2 x11/wdm/files/wdm.pam
Oops, I accidentally committed the version of the pam config file I was
using to test it.
|
|
Sun, 6 Oct 2002
|
[ 08:11 kris ]
1.52 x11/wdm/Makefile
1.7 x11/wdm/pkg-plist
1.1 x11/wdm/files/wdm.pam
* Take over maintainership of this port.
* Take a shot at fixing the broken PAM support, which could never possibly
have worked under FreeBSD because it was using the Linux/Solaris
PAM module path. Enable PAM by default on 5.0 and install a config
file derived from /etc/pam.d/xdm.
|
|
Sun, 1 Sep 2002
|
[ 16:07 dwcjr ]
1.5 audio/snack/Makefile
1.15 audio/xmpeg3/Makefile
1.3 comms/acfax/Makefile
1.42 databases/db4/Makefile
1.7 databases/dbtool/Makefile
1.7 databases/dbview/Makefile
1.22 databases/freetds/Makefile
1.48 databases/msql/Makefile
1.17 databases/typhoon/Makefile
1.15 databases/xmbase-grok/Makefile
(Only the first 10 of 76 ports in this commit are shown above. )
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
|
|
Thu, 11 Apr 2002
|
[ 12:04 tg ]
1.50 x11/wdm/Makefile
1.6 x11/wdm/distinfo
1.6 x11/wdm/pkg-plist
Use another daemon pic as logo.
Submitted by: "Andrew S. Midthune" <amidthune@cableone.net>
|
|
Thu, 4 Apr 2002
|
[ 14:02 will ]
1.49 x11/wdm/Makefile
1.1 x11/wdm/files/patch-Login.c
Add Xinerama support for WDM (yay!!). Bump PORTREVISION.
George helped me better understand the Xinerama API. Please note that
there is no support for specifying a particular physical display for
which the login frame should appear -- it will always choose physical
screen number zero.
Helped with this patch: George Staikos <staikos@kde.org>
|
|
Sun, 6 Jan 2002
|
[ 06:20 will ]
unknown archivers/rpm/Makefile
unknown audio/ecasound/Makefile
unknown audio/flac/Makefile
unknown audio/freeamp/Makefile
unknown devel/adabroker/Makefile
unknown devel/cvsutils/Makefile
unknown devel/fam/Makefile
unknown devel/flux/Makefile
unknown devel/orbitcpp/Makefile
unknown editors/emacs20/Makefile
(Only the first 10 of 40 ports in this commit are shown above. )
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things
|
|
Mon, 31 Dec 2001
|
[ 10:20 dirk ]
unknown emulators/quasi88/Makefile
unknown graphics/sane-frontends/Makefile
unknown graphics/xfig/Makefile
unknown graphics/xsane/Makefile
unknown japanese/mozilla-jlp/Makefile
unknown japanese/postgresql7/Makefile
unknown math/oleo/Makefile
unknown net/cflowd/Makefile
unknown print/xtem/Makefile
unknown shells/tcsh/Makefile
(Only the first 10 of 14 ports in this commit are shown above. )
Use '::' as an dependency operator for pre-everything target. This is needed
because of the special nature of the pre-everything target.
|
|
Thu, 29 Nov 2001
|
[ 18:10 petef ]
unknown x11/wdm/Makefile
Specify DEF_SERVER explicitly in case the user is buildling with just the X
libraries installed.
|
|
Tue, 6 Nov 2001
|
[ 12:22 olgeni ]
unknown x11/wdm/Makefile
wdm also depends on libPropList, but WindowMaker 0.70 no longer includes it.
|
|
Mon, 14 May 2001
|
[ 20:00 sobomax ]
unknown astro/wmglobe/Makefile
unknown audio/cdplayer.app/Makefile
unknown games/wmtimebomb/Makefile
unknown x11-wm/wmakerconf/Makefile
unknown x11/login.app/Makefile
unknown x11/wdm/Makefile
Update version number of wmraster shared library.
|
|
Thu, 29 Mar 2001
|
[ 19:19 olgeni ]
unknown x11/wdm/Makefile
unknown x11/wdm/pkg-plist
Preserve Xsetup_0 at install/deinstall time.
|
|
Tue, 27 Mar 2001
|
[ 10:03 olgeni ]
unknown x11/wdm/Makefile
unknown x11/wdm/pkg-plist
Preserve wdm-config at install/deinstall time.
|
|
Mon, 5 Feb 2001
|
[ 16:18 olgeni ]
unknown x11/aterm/Makefile
unknown x11/bgrot/Makefile
unknown x11/blast/Makefile
unknown x11/dgs/Makefile
unknown x11/dxpc/Makefile
unknown x11/eterm/Makefile
unknown x11/fbsd-icons/Makefile
unknown x11/finder/Makefile
unknown x11/gmessage/Makefile
unknown x11/gnomeapplets/Makefile
(Only the first 10 of 68 ports in this commit are shown above. )
Style fixes for ports/x11.
|
|
Fri, 12 Jan 2001
|
[ 20:29 sobomax ]
unknown x11/wdm/Makefile
- Fix breakage under new location where WINGs headers are installed (after
Window Maker 0.63.1)
|
|
Tue, 20 Jun 2000
|
[ 08:39 will ]
unknown x11/wdm/Makefile
unknown x11/wdm/patches/patch-ak
unknown x11/wdm/patches/patch-am
unknown x11/wdm/files/xdm-3.3.2-auth.patch
Use USE_AUTOMAKE; add missing EXTRACT_ONLY; remove some useless patches.
|
Number of commits found: 49 |