aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add missing file.Archie Cobbs2005-01-011-0/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=125626
* Add more mirrors in MASTER_SITES, since GNU ftp is down.Jeremy Messenger2005-01-013-3/+12
| | | | | | | | Reported by: pointyhat via kris Approved by: portmgr (krion) Notes: svn path=/head/; revision=125624
* Fix a security vulnerabiliy which allows an attacker in the sameSimon L. B. Nielsen2005-01-012-1/+13
| | | | | | | | | | | | domain as the list admin to gain administrator privileges and alter list settings. VuXML: http://vuxml.FreeBSD.org/be543d74-539a-11d9-a9e7-0001020eed82.html Obtained from: Debian Approved by: portmgr (krion), maintainer timeout Notes: svn path=/head/; revision=125623
* Document FTP command injection vulnerability in kdelibs3.Simon L. B. Nielsen2005-01-011-0/+36
| | | | | | | Approved by: portmgr (implicit, VuXML) Notes: svn path=/head/; revision=125622
* Patch ftp kioslave command injection vulnerability.Michael Nottebrock2005-01-014-2/+38
| | | | | | | | | | | References: http://www.securityfocus.com/bid/11827 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1165 Approved by: portmgr Notes: svn path=/head/; revision=125621
* Fix build.Kirill Ponomarev2005-01-011-1/+1
| | | | | | | | Submitted by: Ports Fury Approved by: portmgr (implicit) Notes: svn path=/head/; revision=125620
* Fix plist.Kirill Ponomarev2005-01-011-1/+6
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=125619
* Unbreak 'make patch'.David E. O'Brien2005-01-012-3/+2
| | | | | | | Approved by: portmgr(kris) Notes: svn path=/head/; revision=125618
* Fix pkg-plist.Hiroki Sato2005-01-012-0/+9
| | | | | | | | Spotted by: kris Approved by: portmgr (kris) Notes: svn path=/head/; revision=125617
* Canonicalize date. FreshPorts and portsmon expect the date to be inMark Linimon2005-01-011-1/+1
| | | | | | | | | | this format. Requested by: Dan Langille Approved by: portmgr [self, implicit] Notes: svn path=/head/; revision=125616
* Properly increment PORTREVISION relative to the previous value (3,Kris Kennaway2004-12-317-7/+7
| | | | | | | | | | | incorrectly inherited from the linux-gtk port because it was not previously overridden in this slave port). Noticed by: eikbot Approved by: portmgr (self) Notes: svn path=/head/; revision=125615
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-31251-604/+1687
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr Notes: svn path=/head/; revision=125613
* - Chase libxine updatePav Lucistnik2004-12-313-3/+3
| | | | | | | Pointy hat: nobutaka (in stereo) Notes: svn path=/head/; revision=125612
* - Chase libxine updatePav Lucistnik2004-12-312-4/+4
| | | | | | | Pointy hat to: the usual suspect Notes: svn path=/head/; revision=125611
* Add p5-Email-Delete 1.02, delete Messages from Folders.Lars Thegler2004-12-315-0/+46
| | | | Notes: svn path=/head/; revision=125609
* - Fix gnu-crypto.info:Mario Sergio Fujikawa Ferreira2004-12-312-2/+20
| | | | | | | | | | | o Properly categorize it under "GNU Libraries" o Register it within post-install target - Bump PORTREVISION since it fixes installation issues Submitted by: Tim Welch <twelch@thepentagon.org> Notes: svn path=/head/; revision=125608
* New port jzlib version 1.0.5: A re-implementation of zlib in pure JavaMario Sergio Fujikawa Ferreira2004-12-314-0/+85
| | | | Notes: svn path=/head/; revision=125606
* Update to 0.5Tilman Keskinoz2004-12-315-35/+68
| | | | | | | Chase xine Shared Library version Notes: svn path=/head/; revision=125605
* Update to version 8.50Kirill Ponomarev2004-12-3122-28/+585
| | | | | | | | PR: ports/75690 Submitted by: Ports Fury Notes: svn path=/head/; revision=125604
* Update to version 1.0.27Kirill Ponomarev2004-12-312-6/+5
| | | | | | | | PR: ports/75691 Submitted by: Ports Fury Notes: svn path=/head/; revision=125603
* Update to version 1.3.5Kirill Ponomarev2004-12-312-3/+3
| | | | | | | | PR: ports/75692 Submitted by: Ports Fury Notes: svn path=/head/; revision=125602
* Update to version 0.40.1Kirill Ponomarev2004-12-313-9/+10
| | | | | | | | PR: ports/75689 Submitted by: Ports Fury Notes: svn path=/head/; revision=125601
* - Chase libxine Shared libraryTilman Keskinoz2004-12-312-2/+55
| | | | | | | | | | | | | | Forgotten by: nobutaka (5 times in a row) - Sync with debian package: * Fixed an out-of-bounds error in src/support/widgets/zlist.c discovered by Matthias Urlichs. * Fixed a segfault on exit when no audio device available. - Bump PORTREVISION Notes: svn path=/head/; revision=125600
* Update to version 1.0.0Kirill Ponomarev2004-12-312-5/+10
| | | | | | | | PR: ports/75688 Submitted by: Ports Fury Notes: svn path=/head/; revision=125599
* Fix build with MySQL 4.1.x.Dmitry Sivachenko2004-12-311-0/+14
| | | | | | | | Submitted by: Michael Hambly <mike@blackbirdsoftware.com> PR: 74237 Notes: svn path=/head/; revision=125598
* Update to snapshot 20041202Mario Sergio Fujikawa Ferreira2004-12-316-16/+26
| | | | | | | Submitted by: Peter Thoenen <eol1@yahoo.com> Notes: svn path=/head/; revision=125597
* - Add a note for users of www/awstatsPav Lucistnik2004-12-311-1/+8
| | | | | | | - Collect nearby spurious whitespace Notes: svn path=/head/; revision=125596
* update to libzvbi 0.2.11Oliver Lehmann2004-12-314-5/+5
| | | | Notes: svn path=/head/; revision=125595
* - Update to 6.2Pav Lucistnik2004-12-3110-1234/+1312
| | | | | | | | PR: ports/74788 (followup) Submitted by: Chris Stuart <webmaster@lightningfire.net> (maintainer) Notes: svn path=/head/; revision=125594
* o Update to Freenet Stable build 5100 released 20041220 snapshotMario Sergio Fujikawa Ferreira2004-12-316-12/+12
| | | | | | | | o Bump PORTREVISION since it is the same build number but another snapshot Notes: svn path=/head/; revision=125593
* - Disable debug for packagePav Lucistnik2004-12-311-0/+6
| | | | | | | | | | | - Enable readline for non-package PR: ports/75504 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Approved by: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=125592
* o Update to <bsd.java.mk> standard 2.0Mario Sergio Fujikawa Ferreira2004-12-3130-272/+197
| | | | | | | | | o Bump PORTREVISION due to jar location changes Prompted by: hq Notes: svn path=/head/; revision=125591
* Fixed MASTER_SITE_SUBDIR.Lars Thegler2004-12-311-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=125590
* Re-add libXThrStub for FreeBSD that requires thread stubs. Between 6.7 and 6.8Eric Anholt2004-12-3110-32/+256
| | | | | | | | | | | | | | | | | | I had moved libXThrStub into libX11, because it seemed unnecessary. However, because libc_r symbols are also weak, the weak stubs in libX11 would interfere, however they don't if they are in a library linked by libX11. The most common manifestation of the problem was: GThread-ERROR **: file gthread-posix.c: line 137 (g_thread_impl_init): error 'Invalid argument' during 'pthread_getschedparam (pthread_self(), &policy, &sched)' in glib apps. PR: ports/75477 Submitted by: KIMURA Yasuhiro, yasu at utahime dot org Testing by: marcus Notes: svn path=/head/; revision=125589
* Update to 2.2.Hiroki Sato2004-12-314-37/+14
| | | | Notes: svn path=/head/; revision=125588
* Upgrade to version 0.46.Dmitry Sivachenko2004-12-312-4/+4
| | | | Notes: svn path=/head/; revision=125587
* Use "install.sh" during build and also during install as done inJoseph Koshy2004-12-312-6/+20
| | | | | | | | | lang/sml-nj-devel to resolve PR 40866. Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> Notes: svn path=/head/; revision=125586
* New port: p5-MARC-Record.Dmitry Sivachenko2004-12-315-0/+48
| | | | | | | The core class for representing a single MARC record. Notes: svn path=/head/; revision=125584
* Note where the missing parameter is.David E. O'Brien2004-12-311-1/+1
| | | | | | | | I don't understand enough of what this patch is trying to do, to be able to adjust it for versions 8.31+. Notes: svn path=/head/; revision=125583
* Add a secondary (really primary) website.David E. O'Brien2004-12-311-0/+1
| | | | Notes: svn path=/head/; revision=125582
* New port gnu-crypto version 2.0.1: Java cryptographic primitivesMario Sergio Fujikawa Ferreira2004-12-314-0/+84
| | | | | | | and tools Notes: svn path=/head/; revision=125580
* Upgrade to version 8.30.David E. O'Brien2004-12-313-79/+5
| | | | Notes: svn path=/head/; revision=125579
* Various enhancements and fixes for slimserver:Brooks Davis2004-12-3121-153/+1281
| | | | | | | | | | | | | | | | | | | - Use a new system to track which files in the CPAN directory should be installed. As a side effect, generate most of the RUN_DEPENDS list at runtime. - Add a script to start softsqueeze. The javavm port and a Jave VM must be installed to the script to actually work. A dependency was not added at this point because that's a huge barrier. - Fix a bug in EXCEPTFILES processing. - Patch the configuration parsing code to default the cache and playlist directories to locations under /var/db/slimserver instead of the weird defaults. This will fix the cache on new installs. [0] - Bump port revision. Reported by: Kraig Vander Berg <kraig at woodshoes dot net> [0] Notes: svn path=/head/; revision=125578
* Remove USE_X_PREFIX=no and set PREFIX?=${LOCALBASE} explicitly, since weKris Kennaway2004-12-301-1/+1
| | | | | | | | still want the X libraries but don't want to install in X11BASE for some reason. Notes: svn path=/head/; revision=125577
* Rework MTREE_FILE handling from last commit:Kris Kennaway2004-12-301-6/+4
| | | | | | | | | | | | | * Users may specify a nonstandard PREFIX to install somewhere. If they are trying to use an USE_X_PREFIX=yes port, install with BSD.x11*.dist. Otherwise, use BSD.local.dist. Ports that deliberately set a nonstandard PREFIX must also set NO_MTREE to avoid spamming their hierarchy with an inappropriate MTREE specfile. Pointed out by: krion Notes: svn path=/head/; revision=125576
* - Back out version upgrade from last commit: Saxon 8.2 requires JAXP 1.3 whichHerve Quiroz2004-12-304-14/+16
| | | | | | | | | | it is not possible (AFAICT) to port for now, due to the GUI installer used by Sun. JAXP 1.3 is included in J2SE 1.5 so Saxon 8.2 will be back in the ports tree when we get a working JDK 1.5. - Rename a temporary variable to keep portlint(1) happy Notes: svn path=/head/; revision=125575
* Add p5-Email-Folder-IMAPS 1.02, Email::Folder access to IMAP over SSLLars Thegler2004-12-305-0/+42
| | | | | | | folders. Notes: svn path=/head/; revision=125573
* Set maintainer to Lauri Watts <lauri@kde.org>Mario Sergio Fujikawa Ferreira2004-12-302-2/+2
| | | | Notes: svn path=/head/; revision=125572
* Add p5-URI-imaps 1.01, support IMAPS URI.Lars Thegler2004-12-305-0/+36
| | | | Notes: svn path=/head/; revision=125570
* Fix issue with rb:show/1 (could not be called twice).Jimmy Olgeni2004-12-304-0/+132
| | | | | | | Obtained from: Peter Andersson <peppe (at) erix.ericsson.se> Notes: svn path=/head/; revision=125569