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: x11-wm/windowmaker/Makefile

Number of commits found: 156 (showing only 56 on this page)

«  1 | 2 

Tuesday, 26 Oct 2004
08:49 dougb search for other commits by this committer
Update to 0.91.0, the latest version from the window maker team.
It contains several bug fixes, especially for the new alt-tab code.

1. Adopt this port, at least for the time being. I use it every day,
and follow the wm-user list so I'm probably qualified.

2. Update the descriptions of the OPTIONS.

3. Restore the knob for KDE, and add knobs for XINERAMA and the
additional LINGUAS files. These, and the XKB_STATUS knobs are all
off by default, but on for the PACKAGE_BUILDING case. I borrowed
this concept from the fluxbox port.

4. Add a knob for the experimental virtual desktop code, off by default.
The window maker folks warn that this is still experimental, so users
shouldn't wander into it by mistake.

5. Instead of bumping the SHLIB version number to 5, set it back to 4.
The window maker folks use N.N.N for their libwraster version string,
and their version for the 0.80.2 version of window maker was 2.3.0.
Thus, our previous version number of 4 was already bogus, so keep it
bogus even though they've bumped their version to 3.N.N. The new lib
is forward compatible for apps compiled with old library (I've tested
many of them), and this "fixes" all the ports that depend on libwraster.

6. Make the locale files hidden under the LINGUAS knob conditional
in the plist.
Original commit
Monday, 25 Oct 2004
22:27 pav search for other commits by this committer
- Fix build on 4-stable
- Fix libwraster shared library version
- Remove a patch which is no longer needed
- Remove options which are no longer supported
- Fix pkg-plist
- Revise pkg-descr

PR:             ports/73082
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Sunday, 24 Oct 2004
11:02 dougb search for other commits by this committer
Update to 0.90.0, the latest release from the Window Maker team.
This release adds many new features, including font anti-aliasing.

1. Update LIB_DEPENDS to include Xft
2. Modernize USE_LIBTOOL
3. Hermes is no longer relevant
4. Update man page list and pkg-plist for new version
Original commit
Saturday, 21 Aug 2004
09:28 pav search for other commits by this committer
- Convert to OPTIONS

PR:             ports/70718
Submitted by:   Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Original commit
Sunday, 11 Jul 2004
11:30 krion search for other commits by this committer
Pet portlint
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Original commit
Thursday, 6 May 2004
05:12 kris search for other commits by this committer
Drop maintainership; I don't use this from day-to-day thesedays.
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Sunday, 15 Feb 2004
06:54 kris search for other commits by this committer
Really fix the typo.
Original commit
06:53 kris search for other commits by this committer
Fix typo that somehow made it into my previous commit.

Submitted by:   Masahide -mac- NODA <mac@clave.gr.jp>
Original commit
Saturday, 14 Feb 2004
06:04 kris search for other commits by this committer
Set WITHOUT_HERMES on sparc64, because that library has an endianness
bug that interchanges red and blue channels in images.

Take maintainership.
Original commit
Wednesday, 4 Feb 2004
04:36 marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Original commit
Friday, 23 Jan 2004
18:12 trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
Original commit
Wednesday, 21 Jan 2004
17:13 nork search for other commits by this committer
o Fix flickering problem with GTK2.
o Bump PORTREVISION acrodingly.

PR:             ports/61661
Submitted by:   Palle Girgensohn <girgen@pingpong.net>
Obtained from:  http://www.monkey.org/openbsd/archive/ports/0308/msg00111.html
Original commit
Saturday, 27 Sep 2003
03:04 edwin search for other commits by this committer
Fix breakage by KATO megapatch

Submitted by:   Adam McLaurin <blueeskimo@gmx.net>
Original commit
01:01 edwin search for other commits by this committer
KATO mega patch

- ECHO -> ECHO_MSG

For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD

PR:             ports/56820-56858
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Tuesday, 26 Aug 2003
20:25 marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
Original commit
Monday, 25 Aug 2003
05:41 marcus search for other commits by this committer
Chase the libintl.so shared lib version.
Original commit
Tuesday, 29 Jul 2003
09:12 sobomax search for other commits by this committer
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
Original commit
Friday, 7 Mar 2003
06:14 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Thursday, 2 Jan 2003
10:39 sobomax search for other commits by this committer
Revert superfluous PORTREVISION bump from the previous commit.
Original commit
10:34 sobomax search for other commits by this committer
Add a knob to disable Hermes support.

PR:             45748
Submitted by:   Miguel Mendez <flynn@energyhq.homeip.net>
Original commit
Wednesday, 20 Nov 2002
20:31 sobomax search for other commits by this committer
Update to 0.80.2.

PR:             45523
Submitted by:   "Sergey A.Osokin" <osa@FreeBSD.org.ru>
Original commit
Thursday, 1 Aug 2002
16:22 ade search for other commits by this committer
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
Original commit
Wednesday, 10 Jul 2002
16:40 sobomax search for other commits by this committer
Add new knob WITH_XKB_STATUS, which enables support for XKB keyboard
language status.

Submitted by:   Alexander Peresunko <alex@freeman.org.ua>
Original commit
Tuesday, 2 Jul 2002
15:03 sobomax search for other commits by this committer
Update to 0.80.1.
Original commit
Monday, 15 Apr 2002
17:05 sobomax search for other commits by this committer
GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already in
LIB_DEPENDS.
Original commit
Friday, 12 Apr 2002
17:10 ade search for other commits by this committer
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:    portmgr
Original commit
Friday, 15 Mar 2002
19:44 ade search for other commits by this committer
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
Original commit
Tuesday, 29 Jan 2002
12:14 knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
Original commit
Tuesday, 25 Dec 2001
09:46 sobomax search for other commits by this committer
Update to 0.80.0.    
Original commit
Thursday, 25 Oct 2001
09:17 sobomax search for other commits by this committer
Fix a potential segfault.    
Original commit
Wednesday, 10 Oct 2001
11:20 sobomax search for other commits by this committer
Update to 0.70.0.    
Original commit
Sunday, 30 Sep 2001
22:09 sobomax search for other commits by this committer
Catch up changes of the windowmaker ftp directory structure.    
Original commit
Tuesday, 11 Sep 2001
04:39 ache search for other commits by this committer
Bump png major    
Original commit
Monday, 6 Aug 2001
14:34 sobomax search for other commits by this committer
Unbroke wsetfont in Japanese/Korean environment.    
Original commit
Tuesday, 24 Jul 2001
10:00 sobomax search for other commits by this committer
Update to 0.65.1.    
Original commit
02:24 kris search for other commits by this committer
Prevent possibly-exploitable buffer overflows coming from long window names.    
Original commit
Saturday, 16 Jun 2001
10:42 sobomax search for other commits by this committer
Try harder to avoid hardcoded /usr/local/GNUstep in localised menus.    
Original commit
Wednesday, 6 Jun 2001
16:31 sobomax search for other commits by this committer
Patch buindled menus, so they are properly reffer to ${PREFIX}/GNUstep, not   to
the /usr/local/GNUstep.    
Original commit
Sunday, 27 May 2001
16:31 sobomax search for other commits by this committer
1. Backport two patches from windowmaker-i18n port;   2. add wmicons into
RUN_DEPENDS and remove similar functionality from      this port;   3. due to
(1) bump PORTREVISION.    
Original commit
Tuesday, 15 May 2001
10:39 sobomax search for other commits by this committer
Cleanup MASTER_SITES:    
Original commit
Monday, 14 May 2001
19:59 sobomax search for other commits by this committer
Update to 0.65.0.    
Original commit
Monday, 19 Feb 2001
20:41 sobomax search for other commits by this committer
Update to 0.64.0.    
Original commit
Monday, 5 Feb 2001
21:06 olgeni search for other commits by this committer
Layout fixes in x11-wm.    
Original commit
Monday, 8 Jan 2001
08:54 sobomax search for other commits by this committer
Explicitly require ${LOCALBASE}/lib/libfreetype to be present at the build time,
  because WM may fail to build if XFree86-4's version of libfreetype.so.6 is  
detected and freetype2 port is not installed (XFree86 doesn't install any  
freetype's header files). This is temporarly workaround until jmz will fix  
XFree86-4 properly.    
Original commit
02:09 sobomax search for other commits by this committer
Update to the long awaited new release 0.63.1.    
Original commit
Wednesday, 8 Nov 2000
09:55 sobomax search for other commits by this committer
Remove USE_GNOME, which I erroneously added after receiving kick from billf.    
Original commit
07:48 sobomax search for other commits by this committer
Add missed USE_GNOME if HAVE_GNOME is defined.    
Original commit
Tuesday, 10 Oct 2000
18:15 reg search for other commits by this committer
Fix my breakage.  Add a missing dependency on gettext, and install the   default
laocale files.    
Original commit
Thursday, 5 Oct 2000
08:22 reg search for other commits by this committer
Implement WANT_GNOME.    
Original commit
Thursday, 3 Aug 2000
10:28 asami search for other commits by this committer
(1) Add new variable, XFREE86_VERSION, to specify which version of       XFree86
(3 or 4) to depend to when USE_XLIB is set.       XFREE86_VERSION defaults to 3
for now, but adventurous users can       override it in /etc/make.conf.  When
XFREE86_VERSION=3, USE_XLIB       will add a dependency to x11/XFree86; when it
is set to 4, the       dependency will be to x11/XFree86-4-libraries.  When     
 XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS       hacks
to avoid messing with XFree86 are turned off.    
Original commit
Tuesday, 4 Jul 2000
08:13 sobomax search for other commits by this committer
Bump png shared library version.    
Original commit
Friday, 16 Jun 2000
22:52 asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
Original commit
09:19 sobomax search for other commits by this committer
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
Original commit
Thursday, 15 Jun 2000
17:44 sobomax search for other commits by this committer
First round of INSTALL_SHLIB fixes.    
Original commit

Number of commits found: 156 (showing only 56 on this page)

«  1 | 2