aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* - Fix issue when the handle of tempfile become closed when the fileStanislav Sedov2009-10-241-1/+1
| | | | | | | | | | | | was unlinked (see http://redmine.ruby-lang.org/issues/show/1494#note-10). - Bump PORTREVISION. PR: ports/139862 Submitted by: Ari Maniatis <ari@ish.com.au> Obtained from: Ruby SVN Notes: svn path=/head/; revision=243258
* - Fix SIGINT signal handling.Stanislav Sedov2009-10-121-1/+1
| | | | | | | | | PR: ports/136804 Submitted by: Emiel van de Laar <gemiel@gmail.com> Obtained from: ruby-lang SVN Notes: svn path=/head/; revision=242736
* - Update ruby 1.9.1 to patchlevel 243.Stanislav Sedov2009-10-121-2/+2
| | | | Notes: svn path=/head/; revision=242734
* - Don't build ruby with threads support on FreeBSD versions before 7.2Stanislav Sedov2009-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - On FreeBSD >= 7.2 allocate the new thread with adequate amount of stack space to run the main ruby code in. This allows to mitigate problem when too low stack space available for ruby when running with pthreads enabled. - Bump portrevision. The long version. Before this change we used to link ruby against pthreads uncoditionally on all versions of FreeBSD. This is indispensable in order to load the threaded shared objects withing ruby. However, this causes a dramatic decrease in the stack space available as pthreads only allows up to several megabytes of stack space for the main application threads. The only solution to this is to create the new thread immediately after the program start with rigth stack size attributes set. Nonetheless this scheme won't work for us on FreeBSD version before 7.2 as malloc implementation in these versions was not threaded fork safe (i.e. this is impossible to fork from the threaded program and expect malloc/free functions to work). Thus the only solution for now can be to disable pthreads entirely on FreeBSD <= 7.2. This won't cause any performance/usability problems for users as Ruby 1.8 uses green threads, however it may prevent <= 7.2 users to load shared libraries linked agains pthreads. Reported by: "François Montel" <seanmullen@gmail.com> Tested by: Sean Mullen <seanmullen@gmail.com> Notes: svn path=/head/; revision=242727
* Add support for USE_GCC=4.5 and USE_GCC=4.5+. Improve the documentationGerald Pfeifer2009-10-101-3/+4
| | | | | | | | | a bit. Suggested by: bsam Notes: svn path=/head/; revision=242631
* Have CFLAGS and LDFLAGS set an -rpath to the lang/gcc44 library directoryGerald Pfeifer2009-09-261-0/+2
| | | | | | | | | | | | | when building with USE_FORTRAN=yes. This makes us use libstdc++.so.6 (and others) brought by this port as opposed to /usr/bin/libstdc++.so.6 that comes with our system compiler which is based on an older version of GCC 4.2. Newer version of GCC run-time libraries with the same soname are always backwards compatible. Feature safe: yes Notes: svn path=/head/; revision=242113
* Also print LDFLAGS as part of the test-gcc target. Print quotes aroundGerald Pfeifer2009-09-231-2/+3
| | | | | | | | | CFLAGS and FFLAGS, too, to exactly see where we have whitespace. Feature safe: yes Notes: svn path=/head/; revision=241998
* Format a few comment lines for ts=4 and <80 columns.Christian Weisgerber2009-09-211-7/+8
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241889
* - Introduce new GNU_CONFIGURE_PREFIX to override default --prefix valueFlorent Thoumie2009-09-171-10/+19
| | | | | | | | | | | | | | passed to configure when GNU_CONFIGURE is set. [1] - Few changes to the new USERS/GROUPS variables (users/groups are created earlier, so they're available in do-install; creates homedir when it's not /var/empty or /nonexistent; set login class if specified). PR: ports/67436 [1] Submitted by: (hrs, self) [1] Feature safe: yes Notes: svn path=/head/; revision=241568
* . welcome a new graphics/linux-f10-libGLU port;Boris Samorodov2009-09-141-2/+3
| | | | | | | | . connect it to build; . make apropriate changes to Mk/bsd.linux-apps.mk. Notes: svn path=/head/; revision=241380
* USE_FORTRAN=yes now implies lang/gcc44 up from lang/gcc43. Remove oneGerald Pfeifer2009-09-121-8/+8
| | | | | | | | | | explicit reference to the version number on the way. Tested by: pav (and pointyhat) Thanks to: pav, everyone who helped up fixing their ports Notes: svn path=/head/; revision=241283
* . update graphics/linux-f10-png to version 1.2.37-1.fc10; [1]Boris Samorodov2009-09-071-1/+1
| | | | | | | | | | | . update distinfo for sources; . update the library version at Mk/bsd.linux-apps.mk. PR: ports/138616 [1] Submitted by: Glen Barber <glen.j.barber at gmail.com> [1] Notes: svn path=/head/; revision=241009
* Add support to create users and groups from information stored in UIDs/GIDsFlorent Thoumie2009-09-061-2/+88
| | | | | | | | | | | | | files. Users and groups won't be deleted at deinstall time as we're lacking a refcount to know if any port is using them. Also convert a few ports while I'm here. PR: ports/108514 Submitted by: mm, self Notes: svn path=/head/; revision=240964
* Remove obsolete Firebird 1.x :Sergey Skvortsov2009-09-031-2/+0
| | | | | | | | - no longer under development - does not build with GCC 4.x Notes: svn path=/head/; revision=240787
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-15/+8
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* The FreeBSD KDE is please to announce the release of KDE 4.3.1,Thomas Abthorpe2009-09-012-8/+11
| | | | | | | | | | | a bugfix, translation and maintenance update. Release note can be found at http://kde.org/announcements/announce-4.3.1.php We would like to thank all our contributors and testers. My personal thanks to miwi and makc for coaching me through my first KDE commit. Notes: svn path=/head/; revision=240675
* Add a new application naslibs to the rank of _LINUX_APPS_ALL.Boris Samorodov2009-09-011-1/+8
| | | | | | | | | It is needed for linux-opera-10. Requested by: mezz (at freebsd-emulation) Notes: svn path=/head/; revision=240655
* - Introduce MASTER_SITE_LOGILABDmitry Marakasov2009-08-311-0/+8
| | | | | | | | | | | - Update MASTER_SITES for ports that use it PR: 137695 Submitted by: Sofian Brabez <sbrabez@gmail.com> Reviewed by: pav Notes: svn path=/head/; revision=240624
* . add a new application (blt) to _LINUX_26_APPS;Boris Samorodov2009-08-311-1/+6
| | | | | | | . add its definitions. Notes: svn path=/head/; revision=240602
* add qdoc3 component for devel/qt4-qdoc3Max Brazhnikov2009-08-291-1/+2
| | | | Notes: svn path=/head/; revision=240506
* - Fix the path of ftp.iasi.roedu.net in MASTER_SITE_FEDORA_LINUX.Akinori MUSHA2009-08-241-2/+1
| | | | | | | | - Remove rubyforge.iasi.roedu.net from MASTER_SITE_RUBYFORGE. It stopped mirroring files lately. Notes: svn path=/head/; revision=240243
* - Fix buildDennis Herrmann2009-08-231-3/+1
| | | | Notes: svn path=/head/; revision=240201
* - bsd.port.mk - Remove ${INDEXDIR}/${INDEXFILE}.bz2 after fetchindex is ↵Martin Wilke2009-08-221-1/+1
| | | | | | | | | | | | | | | | being run PR: 117178 Submitted by: krion - Fix the problem usage MASTER_SITE_SUBDIR without / PR: 131452 Submitted by: osa Tested: pointyhat exp-run Notes: svn path=/head/; revision=240131
* Chase the vte shared lib version.Joe Marcus Clarke2009-08-221-1/+1
| | | | Notes: svn path=/head/; revision=240114
* - Update lang/python31 to Python 3.1.1Li-Wen Hsu2009-08-221-2/+2
| | | | | | | Submitted by: wen heping <wenheping AT gmail.com> Notes: svn path=/head/; revision=240093
* - Switch SourceForge ports to new File Release System, bsd.*.mk changesDmitry Marakasov2009-08-222-13/+5
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=240065
* Add libtool>=2.2, that way it will stop from anyone to try to install anyJeremy Messenger2009-08-191-1/+1
| | | | | | | | | | ports that are with libtool22 while users have libtool15 installed. It will stop the check dependency and tell you to update your libtool first. Approved by: portmgr Notes: svn path=/head/; revision=239921
* - Update Qt mirrorsMartin Wilke2009-08-181-5/+3
| | | | Notes: svn path=/head/; revision=239869
* - Fix some typosMartin Wilke2009-08-141-3/+3
| | | | | | | | PR: 134541 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> Notes: svn path=/head/; revision=239518
* - Mark all math/octave* BROKEN, it fails to build for a long timeMartin Wilke2009-08-141-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=239516
* - Add a new macro SFP, SourceForge Project, for use with the newErwin Lansing2009-08-121-2/+10
| | | | | | | | | | file layout used for new uploads at sourceforge.net - Readd garr after the issues are resolved Based on patches from: Sylvio Cesar <scjamorim@bsd.com.br> and amdmi3 Notes: svn path=/head/; revision=239408
* - Fix previous commit.Philippe Audeoud2009-08-111-1/+1
| | | | Notes: svn path=/head/; revision=239300
* - Remove dead mirror for MASTER_SITE_PACKETSTROMPhilippe Audeoud2009-08-111-3/+10
| | | | | | | | | | - Add new mirrors for MASTER_SITE_PACKETSTROM PR: ports/137596 Submitted by: Sofian Brabez <sbrabez gmail.com> Notes: svn path=/head/; revision=239299
* Mk/bsd.kde4.mk:Max Brazhnikov2009-08-101-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rework KDE4_BUILDENV All ports: - remove needless post-extract target - make patches relative to ${PATCH_WRKSRC} - clean up - bump PORTREVISION when required databases/akonadi: - replace dependency on boost-python-libs with boost-libs (finally, boost-pyhton does not conflict with boost \o/) deskutils/kdepim*: - replace boost-python-libs with boost-libs - reduce dependencies - respect PREFIX - fix build with qt3 installed misc/kdeedu4: - add dependency on astro/xplanet (for KStars) misc/kdeutils4: - add dependency on devel/qca (for okteta) - make dependency on kdebase non-optional multimedia/kdemultimedia4: - add optional support for PulseAudio x11/kdebase4: - remove needless dependency on kdebase4-runtime x11/kdebase4-runtime, x11/kdebase4-workspace - remove extra CMAKE_ARGS to fix build for qt3/kde3 users x11/kdelibs4 - remove needless dependencies - remove extra CMAKE_ARGS to fix build for qt3/kde3 users Notes: svn path=/head/; revision=239247
* The KDE FreeBSD team is proud to announce the release of KDE 4.3.0Martin Wilke2009-08-041-2/+11
| | | | | | | | | | | | | for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release notes can be found at: http://kde.org/announcements/4.3/index.php. We'd like to say thanks to all helpers and submitters. Tested by: pointyhat-exp-run (pav/miwi) Notes: svn path=/head/; revision=238903
* - Update Qt4 to 4.5.2Martin Wilke2009-08-041-101/+11
| | | | | | | | | | The KDE FreeBSD team would like to say thanks to all the helpers and submitters. Tested by: pointyhat-exp-run (pav/miwi) Notes: svn path=/head/; revision=238901
* Fix entries for tcl84 and tk84 components at 8.x. The bugBoris Samorodov2009-08-031-0/+8
| | | | | | | | | was exposed by a new emulators/linux-systemsim port. Reported by: Portsnap buildbox Notes: svn path=/head/; revision=238856
* Unify files to be detected while looking for tcl84 component.Boris Samorodov2009-08-031-1/+1
| | | | Notes: svn path=/head/; revision=238845
* Make the IGNORE message a little bit user-friendly. It puzzles even meBoris Samorodov2009-08-031-1/+1
| | | | | | | from time to time. :-) Notes: svn path=/head/; revision=238842
* - Move pkg_install commands detection to bsd.commands.mkMartin Wilke2009-08-032-14/+15
| | | | | | | | | | | | | PR: 135663 Submitted: Yuri Pankov <yuri.pankov@gmail.com> - Add default FLEX command to bsd.commands.mk PR: 137026 Submitted: gahr@ Tested by: pointyhat exp-build run Notes: svn path=/head/; revision=238833
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-3/+3
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Updated sdl_gfx to 2.0.19Marcus von Appen2009-08-021-1/+1
| | | | | | | | | Bumped PORTREVISION on dependent ports. Approved by: miwi (mentor) Notes: svn path=/head/; revision=238762
* Reset maintainer due to maintainer-timeouts and no response to email.Mark Linimon2009-08-021-1/+1
| | | | | | | | | Reassign to python@. Hat: portmgr Notes: svn path=/head/; revision=238759
* Add a patch forgotten at a previous commit. This should fix make index.Boris Samorodov2009-07-281-0/+2
| | | | | | | | Reported by: Portsnap buildbox, erwin Pointyhat to: me Notes: svn path=/head/; revision=238523
* Add dbusglib and dbuslibs targets.Boris Samorodov2009-07-281-1/+12
| | | | Notes: svn path=/head/; revision=238489
* - fix build for OSVERSION 800105Dirk Meyer2009-07-211-1/+9
| | | | Notes: svn path=/head/; revision=238177
* Add support for upcoming MySQL 5.4.Alex Dupre2009-07-211-0/+1
| | | | Notes: svn path=/head/; revision=238153
* Update to OpenLDAP 2.4.17. Unfortunately a shared library bump is needed.Xin LI2009-07-201-1/+1
| | | | | | | UPDATING to follow. Notes: svn path=/head/; revision=238091
* - Bump ruby18 portrevision.Stanislav Sedov2009-07-191-1/+1
| | | | Notes: svn path=/head/; revision=238063
* - update to jpeg7Dirk Meyer2009-07-181-1/+1
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018