| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
05 Nov 2005 09:07:45
1.5.3_2
|
kris  |
Remove expired ports |
23 Jul 2005 02:53:43
1.5.3_2
|
kris  |
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it. |
18 Feb 2005 19:27:42
1.5.3_2
|
kris  |
BROKEN: Incorrect pkg-plist |
14 Mar 2004 06:17:56
1.5.3_2
|
ade  |
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. |
12 Mar 2004 17:05:45
1.5.3_2
|
trevor  |
Only one of the Linuxberg sites (as it happens, the Brazilian one)
has the original distfile. A slightly different distfile is available
from Sunsite:
diff -burN linuxberg/include/make/jx_config_common
sunsite/include/make/jx_config_common
--- linuxberg/include/make/jx_config_common Sat Sep 25 19:25:40 1999
+++ sunsite/include/make/jx_config_common Wed Sep 1 02:18:53 1999
@@ -7,14 +7,14 @@
ifeq ($(findstring g++,$(CXX)),g++)
ifeq ($(CXX),g++)
- JX_HAS_GNUG_PRE_2_8 := $(shell \
- if { $(CXX) --version | egrep '^(cygnus-)?2\.[0-7]' > /dev/null; } \
- then { echo 1; } \
- else { echo 0; } fi)(Only the first 15 lines of the commit message are shown above ) |
04 Feb 2004 05:10:27
1.5.3_2
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
29 Jan 2004 16:13:06
1.5.3_1
|
trevor  |
SIZEify. |
07 Sep 2003 23:39:04
1.5.3_1
|
lioux  |
Drop maintainership |
23 Mar 2003 04:58:15
1.5.3_1
|
lioux  |
Fix typo: add missing \ to continue line |
08 Mar 2003 18:33:07
1.5.3_1
|
lioux  |
Fix build: improve previous solution where the distfile was tricked
into believing makemake was installed during build time even though
it really is not
PR: 46217 [1]
Reported by: bento,
Nick Jennings <nkj@grenzik.us.mvd> [1] |
23 Feb 2003 19:58:35
1.5.3_1
|
lioux  |
De-pkg-comment |
11 Nov 2002 20:45:20
1.5.3_1
|
lioux  |
Replace hard dependences on auto{conf,make} with newly added
USE_AUTO{CONF,MAKE}_VER |
20 Sep 2002 17:20:13
1.5.3_1
|
lioux  |
Fix build in -STABLE and -CURRENT
Prompted by: bento |
20 Sep 2002 14:38:47
1.5.3_1
|
lioux  |
Sanitize MASTER_SITES
Submitted by: fenner's distfile survey |
23 Aug 2002 22:08:02
1.5.3_1
|
lioux  |
Mark BROKEN for -CURRENT post gcc 3.1 |
22 Oct 2001 18:12:33 
|
lioux  |
Add working MASTER_SITES |
11 Sep 2001 04:32:41 
|
ache  |
Bump png major |
11 Mar 2001 01:18:17 
|
lioux  |
The distfile located in one of the MASTER_SITES does not correspond to the one
"checksummed" for port use. Therefore, it will removed untill this is
rectified. |
22 Feb 2001 02:49:48 
|
lioux  |
Sanitize MASTER_SITES. |
14 Feb 2001 04:12:53 
|
lioux  |
typo clean up police: \s -> \t |
31 Jan 2001 23:28:05 
|
olgeni  |
Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}
files. |
20 Jan 2001 00:39:56 
|
will  |
Hopefully finish syncing with bsd.port.mk rev 1.361 - use bsd.port.mk defined
PORTDOCS PLIST_SUB. |
16 Jan 2001 19:08:46 
|
will  |
Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in
bsd.port.mk, for easy removal of documentation. I left alone one port -
japanese/elisa8x8 (or something like that), because it appeared to have some
rather weird way of doing PORTDOCS substitution. |
08 Oct 2000 08:03:53 
|
asami  |
Convert category x11-toolkits to new layout. |
07 Oct 2000 23:53:08 
|
asami  |
Rename ${FILESDIR}/patch-aa to ${PATCHDIR}/post-patch-aa. (This patch does
post-patch processing.) |
03 Oct 2000 06:12:50 
|
lioux  |
Maintainer is now a committer, update email accordingly |
17 Sep 2000 22:26:15 
|
steve  |
Major overhaul of this port so that we cleanly build the other ports that
depend on it. |
11 Aug 2000 12:50:37 
|
will  |
Make these COMMENT files conform to Handbook standard. |
03 Aug 2000 10:28:58 
|
asami  |
(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. |
10 Jul 2000 02:44:23 
|
steve  |
- Set USE_X_PREFIX. - Consistently put things in the jx directory. |
04 Jul 2000 08:13:36 
|
sobomax  |
Bump png shared library version. |
16 Jun 2000 22:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25 
|
sobomax  |
Fourth round of INSTALLS_SHLIBS conversion. |
09 Jun 2000 20:38:12 
|
will  |
Don't try to make this port respect CC/CFLAGS. It won't work. :-( |
07 Jun 2000 17:52:01 
|
will  |
JX is a C++ application framework and widget library for X11. |