aboutsummaryrefslogtreecommitdiff
path: root/comms/xlog
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.6.2Thomas Abthorpe2007-12-133-27/+66
| | | | | | | | PR: ports/118424 Submitted by: Matt Dawson <matt chronos.org.uk> (maintainer) Notes: svn path=/head/; revision=203476
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-241-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Updated to 1.5Nicola Vitale2007-03-094-34/+32
| | | | | | | | | | | - Added USE_GETTEXT, WITHOUT_NLS - Fixed typo in pkg-descr PR: ports/109769 Submitted by: Matt Dawson <matt at chronos.org.uk> (maintainer) Notes: svn path=/head/; revision=187000
* - Move into LOCALBASERong-En Fan2006-09-163-5/+13
| | | | | | | | | | | | - Change MASTER_SITES address, WWW entry - Change maintainer's email address - Workaround for autoconf 2.60 (mandir) PR: ports/103303 Submitted by: Matt Dawson <matt at mattsnetwork.co.uk> (maintainer) Notes: svn path=/head/; revision=173140
* - Update to 1.3.1Pav Lucistnik2006-03-193-15/+4
| | | | | | | | PR: ports/94664 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer) Notes: svn path=/head/; revision=157635
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-7/+7
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* - Fix 'all-depends-list' target in cases if dependencies list isKirill Ponomarev2006-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | very long and if some dependencies can't be added into the list. [1] - Fix FAM support. Make gamin the default FAM system. [2] - Introduce new 'quicksearch' target to show only port, path and info section of the matching ports. [3] - Introduce new category - rubygems. [4] - Fix stale dependencies while installing qmail slaveport and another port that depends on qmail. [5] - Add commentary for describes target in bsd.port.mk. [6] - Fix warning issued during make index on archs !368. [7] - Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from all files under ${WRKSRC}. If set to a string, remove in all files under ${WRKSRC} with one of these names the ^Ms. [8] - Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by checking the existance of the Perl modules with the "perl -e 'use module;'" command. [9] - Fix bsd.port.mk variable quoting issues. No quoting is necessary anymore either in the Makefile or on the command line. Affected variables include: BROKEN FORBIDDEN IGNORE MANUAL_PACKAGE_BUILD NO_CDROM NO_PACKAGE RESTRICTED [10] - Add NOFETCHFILES variable. If set, don't download these files from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from ${MASTER_SITE_OVERRIDE}). [11] - Improve 'search' target output. [12] - Add a new virtual category for Amateur Radio - hamradio. [13] - Cleanup some old/unused pathes in bsd.port.mk. [14] - Add @dirrmtry for plists which does the same as: "@unexec rmdir %D/foo 2>/dev/null || true" [15] - Remove virtual category - offix. [16] - Use portsnap instead of cvsup or cvs on "make update" in /usr/ports. [17] - Move location of bsd.autotools.mk within bsd.port.mk [18] - Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19] - Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20] - Replace the string "FreeBSD" by "The FreeBSD Project" in the security warning [21] - Add bsd.local.mk for local modification to ports framework. [22] - Replace rcNG spelling by rc.d [23] - Remove superfluous USE_REINPLACE. [24] Special thanks to: linimon for spending hours with all these patches clement for fixes kris for help with pointyhat PR: ports/86310 [1], ports/89498 [2], ports/83530 [3], ports/83789 [4], ports/84053 [5], ports/86281 [6], ports/87214 [7], ports/87234 [8], ports/87318 [9], ports/87396 [10], ports/87605 [11], ports/87840 [12], ports/88230 [13], ports/88493 [14], ports/88711 [15], ports/88751 [16], ports/89281 [17], ports/89999 [18], ports/90031 [19], ports/90150 [20], ports/90668 [21], ports/91433 [23], ports/88754 [24] Submitted by: mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3], pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7], edwin [8, 9, 11, 15, 21], fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12], Carl Makin <carl@stagecraft.cx> [13], arved [14], NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18], jylefort [19], linimon [22], dougb [23] Notes: svn path=/head/; revision=154065
* - Update to 1.3Pav Lucistnik2005-12-225-11/+18
| | | | | | | | PR: ports/90768 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer) Notes: svn path=/head/; revision=151807
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Directory share/pixmaps is now included in mtreeDejan Lesjak2005-06-191-1/+0
| | | | | | | | | | (BSD.x11-4.dist rev. 1.27), so remove it from plist. Noticed by: Soeren Straarup (xride at x12.dk) Approved by: maintainer Notes: svn path=/head/; revision=137715
* Unbreak by adding dependency on gtk20.Tilman Keskinoz2005-06-151-3/+1
| | | | Notes: svn path=/head/; revision=137494
* BROKEN: Configure failsKris Kennaway2005-06-111-0/+2
| | | | Notes: svn path=/head/; revision=137293
* - Upadte to 1.2.2.Florent Thoumie2005-04-113-32/+32
| | | | | | | | PR: ports/79793 Submitted by: maintainer Notes: svn path=/head/; revision=133036
* - Update to 1.2Pav Lucistnik2005-04-054-18/+22
| | | | | | | | PR: ports/79553 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer) Notes: svn path=/head/; revision=132583
* Fully-qualify the path to update-desktop-database and update-mime-database inJeremy Messenger2005-03-162-3/+3
| | | | | | | the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION. Notes: svn path=/head/; revision=131439
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* - Update to 1.1Michael Johnson2005-03-014-9/+22
| | | | | | | | PR: ports/78162 Submitted by: maintainer Notes: svn path=/head/; revision=130085
* - Don't remove directory created by shared-mime-infoPav Lucistnik2005-01-081-1/+0
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=125805
* - Deal with empty directories left behindPav Lucistnik2004-12-302-0/+10
| | | | Notes: svn path=/head/; revision=125561
* Since it doesn't build on alpha, use NOT_FOR_ARCHS knob.Kirill Ponomarev2004-12-171-0/+2
| | | | | | | | PR: ports/75141 Submitted by: maintainer Notes: svn path=/head/; revision=124295
* - Update to 1.0Sergey Matveychuk2004-12-113-3/+7
| | | | | | | | PR: ports/74941 Submitted by: maintainer Notes: svn path=/head/; revision=123747
* - Update to 0.9.12Pav Lucistnik2004-12-083-5/+3
| | | | | | | | PR: ports/74804 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer) Notes: svn path=/head/; revision=123485
* - Update to 0.9.11Pav Lucistnik2004-11-153-10/+11
| | | | | | | | PR: ports/73943 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer) Notes: svn path=/head/; revision=121711
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* - Update to 0.9.10Pav Lucistnik2004-11-055-39/+37
| | | | | | | | PR: ports/73453 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer) Notes: svn path=/head/; revision=120886
* Fix for gnome-libs induced breakage.Volker Stolz2004-07-082-0/+14
| | | | | | | | PR: ports/68818 Submitted by: maintainer Notes: svn path=/head/; revision=113232
* - Drop indirect dependencyPav Lucistnik2004-06-052-5/+1
| | | | | | | | | | - Shorten pkg-descr PR: ports/67604 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer) Notes: svn path=/head/; revision=110886
* - Give maintainership to volunteerPav Lucistnik2004-06-031-1/+1
| | | | | | | Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> Notes: svn path=/head/; revision=110792
* - Update to 0.9.6 and unbreakPav Lucistnik2004-06-035-53/+33
| | | | | | | | PR: ports/66778 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> Notes: svn path=/head/; revision=110776
* Putting commit bit in storage. I don't have the timePatrick S. Gardella2004-06-021-1/+1
| | | | | | | to work on FreeBSD for now. Should have done this a while back. Notes: svn path=/head/; revision=110707
* BROKEN: Does not compileKris Kennaway2004-04-191-0/+2
| | | | Notes: svn path=/head/; revision=107519
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
| | | | Notes: svn path=/head/; revision=106175
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* BROKEN on alpha 4.x: Does not compileKris Kennaway2004-03-191-0/+4
| | | | Notes: svn path=/head/; revision=104675
* - Fix INDEX buildKirill Ponomarev2004-02-241-8/+9
| | | | | | | No cookies for: patrick Notes: svn path=/head/; revision=102004
* Merge in port changesPatrick S. Gardella2004-02-241-3/+7
| | | | | | | | PR: 61770 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> Notes: svn path=/head/; revision=101997
* Change WWW addressPatrick S. Gardella2004-02-241-1/+1
| | | | Notes: svn path=/head/; revision=101993
* Remove unneeded patch files for version 0.9.1 to make it compile.Patrick S. Gardella2004-02-043-44/+0
| | | | Notes: svn path=/head/; revision=99981
* Update to 0.9.1Patrick S. Gardella2004-02-044-40/+37
| | | | Notes: svn path=/head/; revision=99980
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Create port for xlog, an amateur radio logging appPatrick S. Gardella2002-11-059-0/+139
Notes: svn path=/head/; revision=69535