Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.14_15,1 23 Feb 2019 08:03:47
![Revision:493656 Revision:493656](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove scrollkeeper which has been replaced upstream by rarian long ago |
0.3.14_15,1 15 Mar 2018 21:50:20
![Revision:464642 Revision:464642](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bdrewery ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Stop touching the filesystem during build.
The pkg-install handles the scrollkeeper-rebuild and xmlcatalog needs.
This also avoids:
Shared object "libscrollkeeper.so.0" not found, required by
"scrollkeeper-update" |
0.3.14_14,1 01 Apr 2016 14:25:18
![Revision:412349 Revision:412349](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.3.14_14,1 08 Jun 2015 01:18:01
![Revision:388799 Revision:388799](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Modernize plist
Approved by: portmgr blanket |
0.3.14_14,1 23 Jan 2015 22:50:50
![Revision:377770 Revision:377770](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package |
0.3.14_14,1 22 Dec 2014 22:46:12
![Revision:375281 Revision:375281](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Get rid of gnomehier |
0.3.14_13,1 11 Jun 2014 14:50:00
![Revision:357486 Revision:357486](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.3.14_13,1 26 Apr 2014 00:22:17
![Revision:352193 Revision:352193](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Support stage |
19 Feb 2014 14:45:19
![Revision:345097 Revision:345097](/images/subversion.png)
|
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight |
0.3.14_12,1 18 Feb 2014 14:50:35
![Revision:344900 Revision:344900](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase docbook cleanup dependencies.
Sponsored by: Absolight |
0.3.14_12,1 20 Sep 2013 23:17:32
![Revision:327773 Revision:327773](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.3.14_12,1 26 Apr 2013 10:44:29
![Revision:316596 Revision:316596](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ak ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
0.3.14_12,1 08 Mar 2013 11:32:12
![Revision:313635 Revision:313635](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
0.3.14_12,1 03 Sep 2012 22:57:43
![Revision:303628 Revision:303628](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix the build with clang.
Submitted by: Pawel Worach |
0.3.14_12,1 23 Sep 2011 22:26:39
![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- 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 |
0.3.14_12 11 Aug 2011 19:20:17
![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
kwm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.3.14_12,1 03 Jul 2011 14:40:25
![files touched by this commit files touched by this commit](/images/logs.gif) |
ohauer ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-remove MD5 |
0.3.14_12,1 04 Dec 2010 07:34:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Sync to new bsd.autotools.mk |
0.3.14_12,1 31 May 2010 02:01:56
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.3.14_11,1 02 Aug 2009 19:36:34
![files touched by this commit files touched by this commit](/images/logs.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.3.14_11,1 02 Feb 2009 01:36:16
![files touched by this commit files touched by this commit](/images/logs.gif) |
araujo ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav) |
0.3.14_11,1 26 Dec 2008 03:04:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove strndup declaration as it is not used by scrollkeeper. |
0.3.14_11,1 06 Jun 2008 14:05:09
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
0.3.14_10,1 24 Oct 2007 23:37:25
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
0.3.14_9,1 17 Oct 2007 10:13:01
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
0.3.14_8,1 19 May 2007 20:32:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
flz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.3.14_7,1 19 Mar 2007 05:14:07
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico. |
0.3.14_5,1 01 Feb 2007 02:42:06
![files touched by this commit files touched by this commit](/images/logs.gif) |
kris ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use libtool port instead of included version to avoid objformat a.out botch |
0.3.14_5,1 14 Oct 2006 08:35:50
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there, (Only the first 15 lines of the commit message are shown above ) |
0.3.14_4,1 12 Jun 2006 04:58:43
![files touched by this commit files touched by this commit](/images/logs.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use the correct mtree when you change the prefix, for example:
Incorrect: (before)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (after)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================ |
0.3.14_4,1 13 May 2006 04:24:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove USE_REINPLACE from categories starting with T |
0.3.14_4,1 23 Feb 2006 10:40:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.3.14_3,1 14 Feb 2006 23:54:32
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
* Fix some off-by-one errors
* Update our strndup implementation |
0.3.14_2,1 31 Jan 2006 19:10:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use catalog.ports instead of catalog to stoure our DTD info. The root XML
catalog should only be touched by xmlcatmgr. |
0.3.14_1,1 26 Nov 2005 01:33:24
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Use intlhack |
0.3.14_1,1 23 Nov 2005 22:41:05
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add SHA256 checksums |
0.3.14_1,1 15 Nov 2005 06:52:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
0.3.14_1,1 04 Mar 2005 08:01:33
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove the now-redundant MTREE file selection code. This is handled in
bsd.port.mk.
Requested by: lesi |
0.3.14_1,1 23 Jul 2004 19:10:32
![files touched by this commit files touched by this commit](/images/logs.gif) |
anholt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl) |
0.3.14_1,1 09 Jul 2004 17:43:11
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
0.3.14_1,1 18 Mar 2004 14:33:42
![files touched by this commit files touched by this commit](/images/logs.gif) |
pav ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add SIZE to GNOME ports
Submitted by: trevor |
0.3.14_1,1 14 Mar 2004 06:17:56
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
0.3.14_1,1 04 Feb 2004 04:36:30
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
0.3.14,1 23 Jan 2004 18:12:26
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Now gettext 0.12.1 is gettext-old. |
0.3.14,1 07 Dec 2003 08:34:20
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build with Perl < 5.6.
Reported by: krion |
0.3.14,1 06 Dec 2003 23:13:31
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.3.14. |
0.3.12_4,1 13 Nov 2003 12:54:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
0.3.12_4,1 04 Nov 2003 13:23:08
![files touched by this commit files touched by this commit](/images/logs.gif) |
bland ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build on -STABLE. |
0.3.12_3,1 04 Nov 2003 08:53:11
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert scrollkeeper over to use the system catalog location. This helps
to unbreak gtk-doc as well as removes a ton of gross hacks to support
the old location. Also, import some CVS patches from SK to fix some
potential crashes when installing bad catalogs.
While I tested this with a full SK database rebuild, problems may still
occur. Please let me know if you encounter any issues with OMF files
after this commit. |
0.3.12_2,1 26 Aug 2003 20:25:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
0.3.12_1,1 25 Aug 2003 05:41:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase the libintl.so shared lib version. |
0.3.12_1,1 12 Jun 2003 09:46:10
![files touched by this commit files touched by this commit](/images/logs.gif) |
adamw ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove REINPLACE commands that were rolled into gnomehack. |
0.3.12_1,1 29 Apr 2003 05:55:03
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Start the find at ${LOCALBASE}/share to avoid a potential search through
something like a cvsup server's symlinks.
Pointed out by: sf |
0.3.12_1,1 27 Apr 2003 22:58:20
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Bump PORTREVISION to pick up -pthread from libxml2. As of libxml2-2.5.7,
thread support is enabled by default. This fixes undefined symbol errors
when running scrollkeeper apps. |
0.3.12,1 26 Apr 2003 07:29:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Tell find to follow symlinks when searching for DocBook files.
PR: 51429
Submitted by: Martyn J.Pearce <fluffy@sixears.com> |
0.3.12,1 23 Apr 2003 05:13:21
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.3.12. |
0.3.11_8,1 20 Apr 2003 19:44:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove USE_GNOMENG. |
0.3.11_8,1 07 Mar 2003 06:11:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.3.11_8,1 01 Feb 2003 04:20:15
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix a long-standing bug that required scrollkeeper to build as root.
Instead, make configure check for a file installed by docbook-sk, and
move the catalog creation to a pre-install target.
Prompted by: Andrew J Caines <A.J.Caines@halplant.com>
Tested by: myself
Andrew J Caines <A.J.Caines@halplant.com> |
0.3.11_7,1 24 Jan 2003 05:03:03
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
* Allow bento to generate the necessary XML catalogs
* Update the XSL versions |
0.3.11_6,1 21 Jan 2003 22:08:14
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Allow the XML catalogs to be built if BATCH is defined.
Reported by: Hung Michael Nguyen <nguyenhm16@mac.com> |
0.3.11_6,1 20 Jan 2003 00:30:26
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix two long-standing bugs where scrollkeeper would overwrite the
SGML catalogs in favor of its own XML format catalogs as well as prevent
scrollkeeper from making HTTP connections to obtain DTDs for OMF
validation.
PR: 39504 46179
Tested by: Stephen Hilton <nospam@hiltonbsd.com>
Mezz bsdforums.org <reigncracks@hotmail.com> |
0.3.11_5,1 13 Jan 2003 02:43:19
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Set the MTREE_FILE explicitly since we're setting PREFIX explicitly.
Modeled after: lang/librep |
0.3.11_4,1 09 Oct 2002 19:52:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add support for Docbook 4.2.
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> |
0.3.11_3,1 09 Oct 2002 16:34:46
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Apply the vendor patch for the recent security exploit.
See http://online.securityfocus.com/bid/5602/info/ for more details. |
0.3.11_2,1 20 Sep 2002 17:07:51
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location. |
0.3.11_2,1 13 Sep 2002 04:03:50
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Attempt to fix a security bug in scrollkeeper in which the code will follow
symlinks when attempting to locate a temp file. Note, this is not the
author's patch, but one of my own. I think this should fix it, but I'm
not sure if I'm missing something. The patch is based on the description
from securityfocus.com.
See http://online.securityfocus.com/bid/5602/info/ for more details.
Reported by: Daniel Harris <dh@askdh.com> |
0.3.11_1,1 03 Sep 2002 15:14:01
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build when /usr/local is a symlink.
PR: 42320 |
0.3.11_1,1 28 Aug 2002 02:48:56
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove -L from the find command used to locate dtds. This flag proved
problematic for some users. Instead, fix it so that only ${LOCALBASE}
will be followed if it is a symlink.
PR: 42096
Tested by: John-David Childs <jdc@nterprise.net> |
0.3.11_1,1 14 Aug 2002 15:52:41
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
We backup the original SGML catalog files before converting them to XML.
When we uninstall scrollkeeper, revert back to the original catalog files
so the dependecny chain has a better chance of being preserved. Bump
PORTREVISION.
PR: 41300 |
0.3.11,1 11 Aug 2002 17:32:36
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add an explicit dependency on docbook-xml to get around a problem where
the implicit dependency fails due to the catalog file not being removed
when docbook-xml is deleted.
PR: 41300 |
0.3.11,1 01 Aug 2002 16:22:41
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
0.3.11,1 28 Jul 2002 17:39:25
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Attempt to detect docbook-xml while package building.
Submitted by: bento |
0.3.11,1 25 Jul 2002 14:51:25
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.3.11. |
0.3.9,1 11 Jul 2002 17:16:11
![files touched by this commit files touched by this commit](/images/logs.gif) |
sobomax ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert all core GNOME1 components and some of the most popular GNOME1
apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular,
which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably
reduce langht of dependency chains for GNOME1 ports (for example after this
commit AbiWord's dependency chain was reduced by 7 ports from 57 to only
50, while Gnumeric's - from 60 to 53 and so on).
The most of the GNOME1 apps are still not converted, so that lot of work is
still ahead.
Please report any unusual problems to gnome@FreeBSD.org.
Discussed with: marcus
Reviewed by: marcus |
0.3.9,1 01 Jul 2002 04:51:13
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Allow the pkg-install script to traverse symbolic links looking for DTD files.
This fixes a problem where /usr/local might be a symlink.
Reported by: Eric W. Bates <ericx@vineyard.net> |
0.3.9,1 26 Jun 2002 10:52:08
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Forced commit to test cvs email. |
0.3.9,1 19 Jun 2002 08:18:10
![files touched by this commit files touched by this commit](/images/logs.gif) |
sobomax ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add USE_REINPLACE where appropriate. |
0.3.9,1 18 Jun 2002 19:23:16
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.3.9.
Approved by: silence from the GNOME user group |
0.2,1 09 Jun 2002 06:28:09
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase the _right_ version number for libintl. |
0.2,1 09 Jun 2002 06:27:17
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add dependency on gettext after it was removed from gmake.
Reported by: bento |
0.2,1 26 May 2002 21:54:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Revert back to 0.2 to fix some conflicts with the GNOME 1.4 OMF files.
Also, fix it so scrollkeeper 0.2 will produce a correct XML
database. Bump PORTEPOCH.
scrollkeeper 0.3.x will be looked at further to see if there is a good way
to make it work with both GNOME 1.4 and GNOME 2.0.
PR: 38581 |
0.3.6 26 May 2002 05:09:10
![files touched by this commit files touched by this commit](/images/logs.gif) |
marcus ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.3.6.
With this new version, GNOME 2.0 documentation works, and scrollkeeper
updates for GNOME 1.x applications work as well. I have tested builds
of most of the GNOME 1.x applications, and none of them fail.
Reviewed by: sobomax |
01 Aug 2001 07:56:44
![commit hash: fp1.16702@dev.null.freshports.org commit hash: fp1.16702@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.16702@dev.null.freshports.org commit hash: fp1.16702@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.16702@dev.null.freshports.org commit hash: fp1.16702@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sobomax ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use `@unexex /bin/rm' to remove symlinks to dirs, otherwise weird things
happen and as a result bento can't build gnomelibs package. |
20 May 2001 12:36:36
![commit hash: fp1.13908@dev.null.freshports.org commit hash: fp1.13908@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.13908@dev.null.freshports.org commit hash: fp1.13908@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.13908@dev.null.freshports.org commit hash: fp1.13908@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sobomax ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add -p to the one of `@exec mkdir' to silence possible warning if directory to
be created already exists. |
11 May 2001 17:36:50
![commit hash: fp1.13666@dev.null.freshports.org commit hash: fp1.13666@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.13666@dev.null.freshports.org commit hash: fp1.13666@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.13666@dev.null.freshports.org commit hash: fp1.13666@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SWitch maintainership of core GNOME ports to a small group of committers
(gnome@FreeBSD.org), since this is now definitely too big for just one person.
|
23 Apr 2001 18:06:31
![commit hash: fp1.12990@dev.null.freshports.org commit hash: fp1.12990@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.12990@dev.null.freshports.org commit hash: fp1.12990@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.12990@dev.null.freshports.org commit hash: fp1.12990@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use a PREFIX hack (from lang/librep) instead of USE_X_PREFIX (which has a few
extra undesired consequences) |
23 Apr 2001 17:27:02
![commit hash: fp1.12988@dev.null.freshports.org commit hash: fp1.12988@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.12988@dev.null.freshports.org commit hash: fp1.12988@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.12988@dev.null.freshports.org commit hash: fp1.12988@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix a number of issues with scrollkeeper, install things in the right places
(see Makefile for more details), fix a bug, bump PORTREVISION |
20 Apr 2001 17:33:03
![commit hash: fp1.12901@dev.null.freshports.org commit hash: fp1.12901@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.12901@dev.null.freshports.org commit hash: fp1.12901@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.12901@dev.null.freshports.org commit hash: fp1.12901@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sobomax ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add scrollkeeper 0.2, an Open Document Cataloging Project. |