aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* - Don't remove directories that are in mtree or are deleted byTilman Keskinoz2005-06-202-74/+0
| | | | | | | | | dependcies. Reported by: pointyhat Notes: svn path=/head/; revision=137757
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:Alexander Leidinger2005-06-175-38/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2] Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout) Tested on: ports cluster (kris) Reviewed by: silence on emulation@ Superseedes PR: 69997 Maintainer approval from: chris@chrisburkert.de cracauer@cons.org des girgen jamie@bishopston.net mezz mi nivit@users.sf.net pat simond@irrelevant.org riggs@rrr.de Udo.Schweigert@Siemens.com Notes: svn path=/head/; revision=137660
* hook-up localedata.FUJISHIMA Satsuki2005-06-171-0/+1
| | | | Notes: svn path=/head/; revision=137654
* fix dependency. rev1.21 did not work at all.FUJISHIMA Satsuki2005-06-171-2/+2
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=137633
* - Update to 3.8.2 [1]Jean-Yves Lefort2005-06-172-4/+4
| | | | | | | | | | - Unsilence the build PR: ports/82267 [1] Submitted by: Andrej Zverev <az@inec.ru> [1] Notes: svn path=/head/; revision=137619
* Update to 10.20Kirill Ponomarev2005-06-162-3/+3
| | | | Notes: svn path=/head/; revision=137559
* Update to 0.2.31Sergey Skvortsov2005-06-152-3/+3
| | | | Notes: svn path=/head/; revision=137498
* Bump PORTREVISION for X mtree changes.Dejan Lesjak2005-06-151-1/+1
| | | | | | | Requested by: ahze Notes: svn path=/head/; revision=137469
* Directory share/pixmaps is now included in mtreeDejan Lesjak2005-06-151-1/+0
| | | | | | | (BSD.x11-4.dist rev. 1.27), so remove it from plist. Notes: svn path=/head/; revision=137468
* Upgrade to 0.10. Changes:Maxim Sobolev2005-06-1411-133/+5
| | | | | | | | | | | | | | | | o T1/E1 on the fly mode switching for wcte11xp/wct4xxp cards. o Removed define which made TDM cards operate wrong during call detection. o Current version is compatible with 4.x (thanks to Luigi Rizzo). o Fixed bug with spurious PCI ID changes by WCTE11XP card. o Fixed bug with TDM cards Rev.H PCI ids. Notes: svn path=/head/; revision=137442
* Bump PORTREVISION for ports affected by libdockapp library version bump.Sam Lawrance2005-06-132-2/+2
| | | | Notes: svn path=/head/; revision=137377
* hook-up localedata for -CURRENT.FUJISHIMA Satsuki2005-06-131-0/+4
| | | | Notes: svn path=/head/; revision=137376
* Add localedata, compatibility locale data for FreeBSD 6.x to runFUJISHIMA Satsuki2005-06-136-0/+1704
| | | | | | | | | | | | | 4.x/5.x binaries. When you have a trouble with locale at running a legacy binary, you should guide them to find legacy locale data with setting PATH_LOCALE environment variable. env PATH_LOCALE=/usr/local/share/compat/locale command Notes: svn path=/head/; revision=137374
* Chase libdockapp update.Sam Lawrance2005-06-122-2/+2
| | | | Notes: svn path=/head/; revision=137320
* add heyu2 - Control a CM11A interface from the command line, version 2Oliver Lehmann2005-06-121-0/+1
| | | | | | | | | Repopcopy by: marcus PR: 64898 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> Notes: svn path=/head/; revision=137308
* BROKEN on 6.0: Does not compileKris Kennaway2005-06-111-0/+4
| | | | Notes: svn path=/head/; revision=137291
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-113-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on) Notes: svn path=/head/; revision=137264
* add Control a CM11A interface from the command line, version 2Oliver Lehmann2005-06-115-57/+41
| | | | | | | | | Repopcopy by: marcus PR: 64898 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> Notes: svn path=/head/; revision=137258
* Update Gaim to 1.3.1 and chase all dependent ports.Joe Marcus Clarke2005-06-113-3/+3
| | | | | | | | | | | | The changes in this release of Gaim can be found at http://gaim.sourceforge.net/ChangeLog. Submitted by: Matthew Luckie <mjl@luckie.org.nz> Security: This release fixes security bugs found at http://gaim.sourceforge.net/security/ Notes: svn path=/head/; revision=137244
* Add krecipes, the KDE CookbookTilman Keskinoz2005-06-109-0/+563
| | | | | | | | PR: 79038 Submitted by: Henry Miller <hank@millerfarm.com> Notes: svn path=/head/; revision=137212
* Add p5-Geography-Countries.Jean-Yves Lefort2005-06-105-0/+36
| | | | | | | | | | | | | | This module maps country names, and their 2-letter, 3-letter and numerical codes, as defined by the ISO-3166 maintenance agency, and defined by the UNSD. WWW: http://search.cpan.org/dist/Geography-Countries/ PR: ports/82022 Submitted by: dikshie <dikshie@lapi.itb.ac.id> Notes: svn path=/head/; revision=137197
* Fix maintainerPatrick Li2005-06-074-4/+4
| | | | Notes: svn path=/head/; revision=136963
* - Unmark BROKEN, problem was fixed in textproc/liblingoteachPav Lucistnik2005-06-051-2/+0
| | | | Notes: svn path=/head/; revision=136832
* GNU watch runs command repeatedly, displaying its output (the firstPav Lucistnik2005-06-056-0/+144
| | | | | | | | | | | screenfull). This allows you to watch the program output change over time. PR: ports/81892 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=136829
* Remove ports which expired on 2005-06-01 (no pending PRs, either)Volker Stolz2005-06-035-61/+0
| | | | Notes: svn path=/head/; revision=136727
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-023-9/+6
| | | | Notes: svn path=/head/; revision=136688
* Fix build on amd64.Roman Bogorodskiy2005-06-024-14/+28
| | | | | | | | | PR: 81797 Submitted by: Manuel Stuehn <freebsdnewbie@freenet.de> Approved by: Danny Boudrot (maintainer) Notes: svn path=/head/; revision=136686
* - Correct time format for de_DE.UTF-8.Florent Thoumie2005-06-012-0/+12
| | | | | | | | | PR: ports/72084 Submitted by: Peter Wullinger <some-mail-drop@gmx.net> Approved by: maintainer timeout (8 months) Notes: svn path=/head/; revision=136648
* - Migrate to OPTIONSSergey Matveychuk2005-06-011-2/+12
| | | | | | | | | - Add MC_IN_MC knob. It allows to run mcedit inside mc. Approved by: maintainer Notes: svn path=/head/; revision=136604
* Reintroduce pre-build target to fix build on -CURRENT. Sigh.Volker Stolz2005-06-011-1/+3
| | | | | | | Noticed by: krisbot Notes: svn path=/head/; revision=136580
* NO_PACKAGE is not necessary when RESTRICTED is set.Edwin Groothuis2005-05-311-1/+0
| | | | Notes: svn path=/head/; revision=136514
* new port: misc/gopodEdwin Groothuis2005-05-316-0/+131
| | | | | | | | | | | | | | | | | | | | | | | | | new port: misc/gopod goPod is a program that allows you to remove the EU Volume limitation on EU iPod's. We can't be held responsible for the use you make with this program or any damage it could cause to your iPod. It is provided for information purpose only. However, uncapping your iPod and using it is illegal in France. goPod is not in any way affiliated with Apple Computer, Inc. Apple(tm) iPod(tm) are trademarks of Apple Computer, Inc. WWW: http://http://gopod.free-go.net/ PR: ports/79529 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=136507
* - Update to 0.8.1Pav Lucistnik2005-05-302-20/+6
| | | | | | | | PR: ports/81683 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=136452
* Update to version 0.13.7Markus Brueffer2005-05-294-6/+6
| | | | Notes: svn path=/head/; revision=136391
* - Add pkg-message with a note about limitation of this software with big filesPav Lucistnik2005-05-282-0/+7
| | | | | | | | PR: ports/74177, ports/81581 Submitted by: No Name <arundel@h3c.de> Notes: svn path=/head/; revision=136343
* Depend on GCC 3.4 or later instead of GCC 3.2 and simplify the respectiveGerald Pfeifer2005-05-281-3/+1
| | | | | | | | | rules. Approved by: maintainer timeout Notes: svn path=/head/; revision=136336
* - Adjust COMMENT (no need to mention device name in it)Alexey Dokuchaev2005-05-263-23/+22
| | | | | | | | | | | | - Make OPTIONS strings more visually appealing - Pet portlint ($(FOO) -> ${FOO}) - Mute directory creation in do-install: target - Utilise ${DATADIR} in Makefile and %%DATADIR%% in pkg-plist - Reindent Makefile header - Kill extra empty line in pkg-descr Notes: svn path=/head/; revision=136154
* use own do-install target (to get an install-mtree)Oliver Lehmann2005-05-253-20/+20
| | | | | | | | | install 3 more icons install iconse above PREFIX/share/alevt bump PORTREVISION Notes: svn path=/head/; revision=136110
* make png support optional (on by default)Oliver Lehmann2005-05-252-8/+33
| | | | | | | add an option to make alevt use a smaller font (off by default) Notes: svn path=/head/; revision=136109
* - patch source MakefileOliver Lehmann2005-05-252-33/+55
| | | | | | | | | | | | | - honor CFLAGS - search for includes and lins in X11BASE and LOCALBASE instead of hardcoded paths - make it BSD-make ready - use BSD_INSTALL-macros - remove USE_GMAKE dependency - while I'm there... change freebsd to FreeBSD (MAINTAINER section) Notes: svn path=/head/; revision=136101
* Use MAKE_ARGS/do-installVolker Stolz2005-05-232-42/+7
| | | | Notes: svn path=/head/; revision=135981
* Use MAKE_ARGSVolker Stolz2005-05-232-15/+2
| | | | Notes: svn path=/head/; revision=135980
* Use explicit do-install-targetVolker Stolz2005-05-232-28/+6
| | | | Notes: svn path=/head/; revision=135979
* Use MAKE_ARGSVolker Stolz2005-05-232-19/+1
| | | | Notes: svn path=/head/; revision=135976
* Use PLIST_FILES/PORTDOCSVolker Stolz2005-05-232-6/+5
| | | | Notes: svn path=/head/; revision=135961
* Cleanup / use MAKE_ARGSVolker Stolz2005-05-232-22/+3
| | | | Notes: svn path=/head/; revision=135960
* Use do-install one-linerVolker Stolz2005-05-232-25/+4
| | | | Notes: svn path=/head/; revision=135959
* Use PLIST_FILES/PORTDOCSVolker Stolz2005-05-232-4/+2
| | | | Notes: svn path=/head/; revision=135952
* - Use PLIST_FILESVolker Stolz2005-05-233-2/+3
| | | | | | | - Add URL to pkg-descr Notes: svn path=/head/; revision=135946
* - Use PLIST_FILES/PORTDOCSVolker Stolz2005-05-233-9/+12
| | | | | | | - Mark as deprecated and initiate deorbit burn: no longer available Notes: svn path=/head/; revision=135942