aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN: UnfetchableKris Kennaway2006-01-191-0/+2
| | | | Notes: svn path=/head/; revision=153914
* - new option GNUSTEP_PREFIXDirk Meyer2006-01-191-1/+2
| | | | | | | allow user defined location of all files Notes: svn path=/head/; revision=153867
* Guarantee of ${PREFIX}/${LDCONFIG{,32}_DIR} are created.Marcus Alves Grando2006-01-191-0/+2
| | | | | | | Approved by: flz Notes: svn path=/head/; revision=153865
* After a wise lesson of linimon@, make it IGNORE instead of BROKENEdwin Groothuis2006-01-191-2/+2
| | | | Notes: svn path=/head/; revision=153857
* [patch] misc/tinderbox shouldn't allow no database to be selectedEdwin Groothuis2006-01-181-0/+4
| | | | | | | | | PR: ports/91943 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: edwin@mavetju.org Notes: svn path=/head/; revision=153801
* - Remove hardcoded /etc/rc.subr.Florent Thoumie2006-01-182-2/+2
| | | | | | | Reported by: Sean Winn <sean@gothic.net.au> Notes: svn path=/head/; revision=153798
* Update to 1.2.1.Maxim Sobolev2006-01-1712-156/+192
| | | | Notes: svn path=/head/; revision=153765
* Ok, maybe I'll do something right today. Revert the logic.Florent Thoumie2006-01-171-2/+2
| | | | Notes: svn path=/head/; revision=153742
* - IGNORE for recent RELENG_[56].Florent Thoumie2006-01-171-2/+4
| | | | | | | Reminded by: mnag Notes: svn path=/head/; revision=153741
* Been there, broke that.Florent Thoumie2006-01-171-2/+2
| | | | | | | Reported by: portsnap buildbox Notes: svn path=/head/; revision=153736
* - ldconfig changes have been MFC'ed to RELENG_[56].Florent Thoumie2006-01-171-1/+3
| | | | Notes: svn path=/head/; revision=153727
* Update to 1.4.0Marcus Alves Grando2006-01-162-4/+5
| | | | | | | | PR: 91865 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=153661
* s/AMD64/AMD64_ONLY/ to match how this is specified in PLIST_SUB alreadyDoug Barton2006-01-141-1/+1
| | | | | | | Pointed out by: pointyhat via kris Notes: svn path=/head/; revision=153515
* - 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