aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* - Remove expired portsPav Lucistnik2006-01-144-42/+0
| | | | Notes: svn path=/head/; revision=153501
* - Use PORTDOCS=* instead of a wrong generated PLISTSergey Matveychuk2006-01-142-12/+2
| | | | | | | Proposed by: skv Notes: svn path=/head/; revision=153445
* - Fix issue when WITHOUT_X11 is defined.Florent Thoumie2006-01-131-4/+10
| | | | | | | Noticed by: mnag Notes: svn path=/head/; revision=153391
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-122-2/+2
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* - Adding sensible defaults to the startup script so people don't need toFlorent Thoumie2006-01-123-16/+10
| | | | | | | | | | | touch /etc/rc.conf anymore. - Silent @dirrm for ldconfig directories, this ensures a quiet upgrade. - Fix installation with package, directories weren't created. Noticed by: pav Notes: svn path=/head/; revision=153346
* Utilize NAGIOSWWWDIR variable, just like port of nagios-2.0.r1 does.Dmitry Sivachenko2006-01-092-130/+133
| | | | | | | Pointed out by: Kristof Meers <kristof.meers@psy.kuleuven.be> Notes: svn path=/head/; revision=153146
* - Fix RUN_DEPENDS in bsd.ldconfig.mk.Florent Thoumie2006-01-091-1/+1
| | | | | | | | | | - In a previous commit, I said that you need to use the install-rc-script, you should read install-ldconfig-file. Noticed by: ale Notes: svn path=/head/; revision=153125
* - Use USE_RC_SUBR properlyTim Bishop2006-01-098-126/+131
| | | | | | | | | | | - Use SUB_LIST/SUB_FILES rather than a bunch of seds - Tidy whitespace in pkg-install and pkg-deinstall scripts - Tidy up rc script and improve tests using ps Approved by: clement (mentor) Notes: svn path=/head/; revision=153123
* Update to KDE 3.5.0Michael Nottebrock2006-01-08211-4757/+6802
| | | | Notes: svn path=/head/; revision=153084
* - Add a note about variables used by the script in pkg-message.Florent Thoumie2006-01-082-0/+14
| | | | Notes: svn path=/head/; revision=153073
* Add ldconfig_compat, a port that installs a ldconfig compatibility scriptFlorent Thoumie2006-01-085-0/+137
| | | | | | | | | | | | | | | | | | to reflect latest changes to /etc/rc.d/ldconfig which are the use of ldconfig directories (${PREFIX}/libdata/ldconfig{,32}). This change is meant to remove so-called ldconfig startup scripts installed by ports as 000.${foo}.sh. The bsd.ldconfig.mmk file is only temporary as this should move quickly to bsd.port.mk. Anyway, to use it, just define the following in your ports' Makefile : USE_LDCONFIG= dir1 dir2 and (before bsd.ldconfig.mk moves to bsd.port.mk) : post-install: install-rc-script Notes: svn path=/head/; revision=153061
* Make use of the ldconfig_local_dirs mechanism just committed toDoug Barton2006-01-084-10/+50
| | | | | | | | | | 7-CURRENT. flz has plans to develop the USE_LDCONFIG code in bsd.port.mk, but this will serve as a POC for now. Notes: svn path=/head/; revision=153045
* Update to 0.2.15Edwin Groothuis2006-01-072-4/+4
| | | | Notes: svn path=/head/; revision=153015
* Update to 0.4.1Edwin Groothuis2006-01-072-4/+4
| | | | Notes: svn path=/head/; revision=153013
* - Rename the startup script ${PORTNAME}.sh to 000.${PORTNAME}.sh toHiroki Sato2006-01-074-4/+4
| | | | | | | | | | prevent non-rcNG scripts from being invoked before it. - Bump PORTREVISION. PR: conf/91444 Notes: svn path=/head/; revision=152993
* Upgrade to version 1.86.Jimmy Olgeni2006-01-076-32/+38
| | | | Notes: svn path=/head/; revision=152987
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change. Notes: svn path=/head/; revision=152963
* [UPDATE] misc/krecipes to version 0.9.1, unbreak on 4.xEdwin Groothuis2006-01-078-110/+274
| | | | | | | | | | | | | | | | | | | | | o Update Krecipes to version 0.9.1. o New version builds on FreeBSD 4.11 ... unbreak for 4.x o Clean up Makefile - OPTIONS cleanup - Use USE_SQLITE - Remove unneccesary -O2 optimization from configure script - Disable databases not selected in OPTIONS so startup Wizard disables unavailable selections o New version no longer installs a shared lib and the pkg-plist is the same for any chosen database(s) o Make pkg-descr a little more concise and list available backends PR: ports/91361 Submitted by: Jason E. Hale <jhale@bluebottle.com> APproved by: "Henry Miller" <hank@blackhole.com> Notes: svn path=/head/; revision=152933
* Update to 1.0.7Kirill Ponomarev2006-01-052-4/+4
| | | | Notes: svn path=/head/; revision=152835
* Update to 11.1Kirill Ponomarev2006-01-052-4/+4
| | | | Notes: svn path=/head/; revision=152831
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-052-2/+2
| | | | | | | PR: ports/91270 Notes: svn path=/head/; revision=152778
* Patch port: misc/linux-opengroupwareEdwin Groothuis2006-01-041-2/+2
| | | | | | | | | | Fix a typo in Makefile PR: ports/91273 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> Notes: svn path=/head/; revision=152709
* Update to version 0.12.10Markus Brueffer2006-01-043-4/+8
| | | | Notes: svn path=/head/; revision=152692
* - Force configuration of zidestorePav Lucistnik2006-01-032-2/+10
| | | | | | | | | PR: ports/90669 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=152658
* Add patches as supplied in ports/91151Edwin Groothuis2006-01-031-1/+3
| | | | | | | | PR: ports/91151 Submitted by: Andrey Slusar <anray@freebsd.org> Notes: svn path=/head/; revision=152627
* Fix @dirrm in pkg-plistEdwin Groothuis2006-01-022-2/+2
| | | | | | | Noticed by: YAPHR Notes: svn path=/head/; revision=152558
* - Remove expired portsPav Lucistnik2005-12-315-75/+0
| | | | Notes: svn path=/head/; revision=152476
* Bump PORTREVISION to bring in the REQUIRE: ldconfig change.Doug Barton2005-12-282-2/+2
| | | | Notes: svn path=/head/; revision=152244
* Make the boot scripts REQUIRE: ldconfig so that just in caseDoug Barton2005-12-282-2/+2
| | | | | | | | the script gets ordered prior to ldconfig, that script won't blow away the work done by this one. Notes: svn path=/head/; revision=152243
* - Improve pkg-messageEdwin Groothuis2005-12-262-12/+24
| | | | | | | - Change dependency on net/cvsup-without-gui (itetcu@#bsdports) Notes: svn path=/head/; revision=152132
* don't overwrite user configuration files.Edwin Groothuis2005-12-263-4/+13
| | | | Notes: svn path=/head/; revision=152126
* - Update to 0.2.14Pav Lucistnik2005-12-264-8/+12
| | | | | | | | PR: ports/90930 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=152123
* Add an usefull pkg-descr.Edwin Groothuis2005-12-261-1/+21
| | | | Notes: svn path=/head/; revision=152084
* Port maintainers, commiters and update submitters. Please behold,Edwin Groothuis2005-12-266-0/+256
| | | | | | | | | | here is the tinderbox port which should give you a tinderbox system to test your ports before submitting it. It's unnmissable for everybody making ports, and belongs to the range of tools like portlint and porttools. Notes: svn path=/head/; revision=152082
* - Print pkg-messageSergey Matveychuk2005-12-262-5/+17
| | | | | | | | | PR: ports/90912 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer) Obtained from: dougb@, misc/compat5x Notes: svn path=/head/; revision=152071
* Update to the latest edition (Fri Jan 21 10:30:24 GMT 2005):Sergey Skvortsov2005-12-212-2/+4
| | | | | | | | The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Notes: svn path=/head/; revision=151755
* Add SIZE, SHA256.Sergey Skvortsov2005-12-211-0/+2
| | | | Notes: svn path=/head/; revision=151754
* [NEW PORT] misc/fortune-mod-ferengi_rules_of_acquisitionEdwin Groothuis2005-12-214-0/+30
| | | | | | | | | | | | | | | | Add "The Ferengi Rules of Acquisition", in this version just the ones quoted in SST:DS9 episodes. The rest known Rules will follow shortly. -- This one is dedicated to Little Dirk, maybe he'll be a trekkie after all, despite his fight with W.S.' book. PR: ports/90672 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: Little Dirk Notes: svn path=/head/; revision=151708
* [MAINTAINER] misc/fortune-mod-culmea-culmilor: updateEdwin Groothuis2005-12-215-47/+39
| | | | | | | | | | | | | | | | | | | Update to include "-o" file. Move common fortune ports code in Makefile.fortune. Make -o files code actually work. Make fortune fiels with comments work. Drop pkg-message but show where the fortune file is installed. Future plans: - add other .ro fortunes ports - write a send-fortune tool. PR: ports/90651 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=151707
* Reduce POLA violation for users who didn't expect to have to enableDoug Barton2005-12-202-2/+28
| | | | | | | | | this feature. Prodded by: pav Notes: svn path=/head/; revision=151670
* Update MASTER_SITES.Maxim Sobolev2005-12-201-1/+1
| | | | Notes: svn path=/head/; revision=151612
* Unbreak by fixing packing listHerve Quiroz2005-12-192-10/+10
| | | | | | | | | PR: 90172 Submitted by: maintainer, lioux Approved by: maintainer Notes: svn path=/head/; revision=151568
* Provide new style rc.d boot scripts, using the infrastructure thatDoug Barton2005-12-187-21/+71
| | | | | | | | is present in both bsd.port.mk and rc.subr to make things as simple as possible. Notes: svn path=/head/; revision=151512
* Update to 0.2.5.Sam Lawrance2005-12-182-10/+9
| | | | | | | | PR: ports/90557 Submitted by: Ports Fury Notes: svn path=/head/; revision=151476
* Explicitly set PKGNAMESUFFIX for amd64 case so package is named the same inDejan Lesjak2005-12-181-0/+1
| | | | | | | | | output of 'make describe' for both native and crossbuild. Spotted by: kris Notes: svn path=/head/; revision=151463
* BROKEN: Broken distinfoKris Kennaway2005-12-171-0/+2
| | | | Notes: svn path=/head/; revision=151424
* - Update to 2.33Sergey Matveychuk2005-12-168-4779/+0
| | | | | | | | | | - Move to a more appropriate category (astro) PR: ports/90347 Submitted by: Serge Gagnon (maintainer) Notes: svn path=/head/; revision=151345
* - Re-Add misc/bestfit, a utility to Optimally choose files to be put on aEmanuel Haupt2005-12-164-0/+35
| | | | | | | | | | | CD (or other media) - Add two new master sites - Update WWW - Take maintainership - Remove from MOVED Notes: svn path=/head/; revision=151320
* Fix build on OSVERSION < 500000: <sys/limits.h> -> <limits.h>Mario Sergio Fujikawa Ferreira2005-12-161-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=151286
* Update to display-1.2a, which incorporates our 8-bit character patch andPeter Pentchev2005-12-154-20/+19
| | | | | | | | also unconditionally uses libncurses now. Honor ${STRIP}. Notes: svn path=/head/; revision=151239