aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove DESTDIR as it is currently problematic.Mark Linimon2006-09-151-1/+1
| | | | | | | | PR: ports/101952 Submitted by: alexbl Notes: svn path=/head/; revision=173099
* * Add PKGVERSION to bsd.port.mk [1]Mark Linimon2006-09-152-2/+442
| | | | | | | | | | | | | | | | * Add bsd.lua.mk to support for lua-based ports [2] * Remove DESTDIR from bsd.scons.mk [3] * Add some quotes in 'missing' target to improve handling of duplicate origins [4] PR: 98565 [1], 101612 [2], 101952 [3], 102100 [4] Submitted by: ahze [1], alepulver [2], alexbl [3], shaun [4] Notes: svn path=/head/; revision=173096
* . Prefer diablo-jdk15 on 5.x/i386, 6.x/i386 and 6.x/amd64 and jdk15Greg Lewis2006-09-141-3/+2
| | | | | | | | | | everywhere else. Reviewed by: hq Suggested by: kris Notes: svn path=/head/; revision=173079
* - Update lang/python-devel to Python 2.5c2Hye-Shik Chang2006-09-131-3/+3
| | | | | | | - Sync some recent workarounds from lang/python. Notes: svn path=/head/; revision=172949
* Change all my MAINTAINER lines to my new FreeBSD.org address.Alexander Botero-Lowry2006-09-131-2/+2
| | | | | | | Approved by: novel Notes: svn path=/head/; revision=172903
* KDE 3.5.4 / KOffice 1.5.2Michael Nottebrock2006-09-122-2/+2
| | | | Notes: svn path=/head/; revision=172898
* - Add osdn.dl.sourceforge.jp again (seems working fine).Jun Kuriyama2006-09-121-1/+1
| | | | | | | - Add qgpop.dl.sourceforge.jp. Notes: svn path=/head/; revision=172858
* Remove expired pecl-imagick port.Alex Dupre2006-09-111-2/+1
| | | | Notes: svn path=/head/; revision=172800
* - order dependenciesDirk Meyer2006-09-101-4/+34
| | | | | | | | | | | | | | | | | | | - new options for ports: USE_GNUSTEP_SYSTEM_LIBS USE_GNUSTEP_LOCAL_LIBS each can hold mutiple definitions, like: USE_GNUSTEP_SYSTEM_LIBS+= Renaissance:${RENAISSANCE_PORT} USE_GNUSTEP_SYSTEM_LIBS+= Renaissance:x11-toolkits/renaissance USE_GNUSTEP_LOCAL_LIBS+= Pantomime:${PANTOMIME_PORT} USE_GNUSTEP_LOCAL_LIBS+= Addresses:${ADDRESSES_PORT} USE_GNUSTEP_LOCAL_LIBS+= SlideShow:${SLIDESHOWKIT_PORT} USE_GNUSTEP_LOCAL_LIBS+= netclasses:${NETCLASSES_PORT} Notes: svn path=/head/; revision=172714
* The following functional changes were made to bsd.sites.mk:Andrew Pantyukhin2006-09-031-5/+16
| | | | | | | | | | | | | | * MASTER_SITES variable can now look like MACRO1/subdir1 MACRO2/subdir2, and be expanded in a way that you expect it to, that is apply different subdirs to different sites. You can safely replace ${M_S_FOO:S/%SUBDIR%/bar/} with FOO/bar. * If M_S_SUBDIR is unset, a macro in M_S won't set it anymore, but rather substitute %SUBDIR% all by itself. Now it's possible to use macros with different default subdirs and they will expand in a proper way. Notes: svn path=/head/; revision=172060
* - update to 0.11.0Dirk Meyer2006-08-311-1/+1
| | | | Notes: svn path=/head/; revision=171692
* - Update to 1.8.5Sergey Matveychuk2006-08-271-1/+1
| | | | | | | A bugs fix release. Notes: svn path=/head/; revision=171457
* - s/${DESTDIR}${PREFIX}/${TARGETDIR}/Erwin Lansing2006-08-143-19/+21
| | | | | | | | | | | | - Fix FORCE_PKG_REGISTER issues [1] - Make USE_RCORDER respect DESTDIR [2] - Make ldconfig stuff respect DESTDIR Reported by: lofi [1] Submitted by: gabor, sem [2] Notes: svn path=/head/; revision=170585
* - Add a bunch of vim mirrors, manually tested in JuneAndrew Pantyukhin2006-08-091-1/+35
| | | | Notes: svn path=/head/; revision=170187
* Add support for DESTDIR part I.Erwin Lansing2006-08-049-148/+413
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* Update python-devel to 2.5b3.Hye-Shik Chang2006-08-041-1/+1
| | | | Notes: svn path=/head/; revision=169619
* - Make MASTER_SITES_MOZILLA_EXTENDED follow same format as other master sitesMichael Johnson2006-08-031-2/+3
| | | | Notes: svn path=/head/; revision=169520
* - Add MASTER_SITE_MOZILLA_EXTENDED, this can be used for most geckoMichael Johnson2006-08-031-0/+5
| | | | | | | | extensions, themes, and most gecko's (add's 14+ hosts via releases.mozilla.org vs. MASTER_SITE_MOZILLA) Notes: svn path=/head/; revision=169518
* - Add MASTER_SITE_RUBYFORGEPav Lucistnik2006-08-021-0/+9
| | | | | | | Submitted by: Rui Lopes over irc Notes: svn path=/head/; revision=169466
* - Add forgotten support for USE_GSTREAMER=pythonMichael Johnson2006-08-011-2/+11
| | | | | | | | | (depends on multimedia/py-gstreamer) Obtained from: marcuscom cvs Notes: svn path=/head/; revision=169307
* - Only set default m_s_subdir if master_sites was undefinedAndrew Pantyukhin2006-07-301-1/+3
| | | | Notes: svn path=/head/; revision=169157
* - Move my csme.ru mirrors from Makefile.xpi to bsd.sites.mkAndrew Pantyukhin2006-07-301-0/+8
| | | | Notes: svn path=/head/; revision=169156
* - Introduce some macro expansion magicAndrew Pantyukhin2006-07-301-0/+49
| | | | | | | Reviewed by: ports@, portmgr@ Notes: svn path=/head/; revision=169110
* Fix installing PHP extensions as non-root user.Alex Dupre2006-07-271-0/+1
| | | | | | | | PR: ports/100541 Submitted by: Steffen M. Boelaars <boelaars@flatrock.eu> Notes: svn path=/head/; revision=168854
* - Remove gnu bad sites:Jean Milanez Melo2006-07-251-2/+0
| | | | | | | | * ftp://ftp.wustl.edu/ * ftp://ftp.nstu.ru/ Notes: svn path=/head/; revision=168735
* - Remove packetstorm bad sites:Jean Milanez Melo2006-07-251-3/+0
| | | | | | | | | * http://packetstormsecurity.com/ * http://packetstorm.dyn.org/ * http://packetstorm.digitallinx.com/UNIX/misc/ Notes: svn path=/head/; revision=168731
* Make LIBPATH and CPPPATH over-writable.Ion-Mihai Tetcu2006-07-241-2/+2
| | | | | | | Requested by: maintainer (on IRC) Notes: svn path=/head/; revision=168685
* - Remove bad PGSQL sites:Jean Milanez Melo2006-07-241-7/+2
| | | | | | | | | | | | | | | | | | | | * ftp://ftp3.us.postgresql.org/pub/postgresql * ftp://ftp.br.postgresql.org/pub/PostgreSQL/ * ftp://ftp3.ca.postgresql.org/pub/ * ftp://ftp2.cr.postgresql.org/pub/Unix/postgres/ * ftp://ftp2.fr.postgresql.org/postgresql/ - Fix PGSQL sites: * ftp://ftp.cz.postgresql.org/pub/ftp.postgresql.org/ to: ftp://ftp.cz.postgresql.org/DATA/postgresql/ * ftp://ftp.lv.postgresql.org/pub/software/postgresql/ to: ftp://ftp.lv.postgresql.org/pub/postgresql/ Notes: svn path=/head/; revision=168648
* - Fix pop-mg.com.br path in MASTER_SITE_APACHE.Jean Milanez Melo2006-07-241-2/+1
| | | | | | | | - Remove bad site: * ftp://ftp.gbnet.net/pub/apache. Notes: svn path=/head/; revision=168644
* - Remove bad GNU site:Jean Milanez Melo2006-07-241-1/+0
| | | | | | | * ftp://ftp.lip6.fr/pub/gnu/ Notes: svn path=/head/; revision=168641
* - Fix afterstep mastersite path:Jean Milanez Melo2006-07-241-1/+1
| | | | | | | | | * ftp://ftp.kddlabs.co.jp/X11/window_manager/AfterStep/ to: * ftp://ftp.kddlabs.co.jp/X11/AfterStep/ Notes: svn path=/head/; revision=168633
* - Remove bad sourceforge site:Jean Milanez Melo2006-07-211-1/+1
| | | | | | | | | * surfnet - Add new sourceforge site: * easynews Notes: svn path=/head/; revision=168427
* - Remove bad gentoo sites:Jean Milanez Melo2006-07-211-3/+0
| | | | | | | | | * ftp://mirror.pudas.net/gentoo/ * http://gentoo.seren.com/gentoo/ * http://mirror.pudas.net/gentoo/ Notes: svn path=/head/; revision=168426
* - Remove festival bad sites:Jean Milanez Melo2006-07-211-2/+2
| | | | | | | | | * http://www.speech.cs.cmu.edu/festival/cstr/festival/ * ftp://ftp.tuwien.ac.at/opsys/linux/blinux/festival/ - Add new festival mastersites. Notes: svn path=/head/; revision=168412
* - Readd ftp.chg.ru to xcontrib with path correctedAndrew Pantyukhin2006-07-211-1/+2
| | | | Notes: svn path=/head/; revision=168410
* Remove trailing backslash; this will hopefully unbreak both the INDEXColin Percival2006-07-211-1/+1
| | | | | | | | | and every port in the tree. Reported by: Portsnap buildbox Notes: svn path=/head/; revision=168407
* - Remove bad site: ftp://ftp.chg.ru/pub/X11/contrib/Jean Milanez Melo2006-07-211-1/+0
| | | | Notes: svn path=/head/; revision=168405
* - Remove CPAN bad sites:Jean Milanez Melo2006-07-211-2/+0
| | | | | | | | * ftp://ftp.is.co.za/programming/perl/CPAN/modules/by-module/ * ftp://ftp.ucr.ac.cr/pub/Unix/CPAN/modules/by-module/ Notes: svn path=/head/; revision=168402
* - Remove NetBSD bad sites:Jean Milanez Melo2006-07-211-3/+0
| | | | | | | | | * ftp://sunsite.rediris.es/sites/ftp.netbsd.org/pub/NetBSD/packages/distfiles/ * ftp://ftp.fu-berlin.de/unix/NetBSD/packages/distfiles * ftp://ftp.cz.netbsd.org/pub/NetBSD/packages/distfiles/ Notes: svn path=/head/; revision=168399
* - Remove bad site: ftp.lip6.fr/pub/linux/sunsite.Jean Milanez Melo2006-07-211-1/+0
| | | | Notes: svn path=/head/; revision=168396
* - Remove bad site: ftp://sunsite.cnlab-switch.ch/mirror/linux/sunsite/.Jean Milanez Melo2006-07-211-1/+0
| | | | Notes: svn path=/head/; revision=168395
* * Introduce IA32_BINARY_PORT for certain cases where a given port fetchesMark Linimon2006-07-181-4/+30
| | | | | | | | | | | | | | | | and installs compiled i386 binaries [1] * Adds some infrastructure for support of 32-bit i386 apps on amd64 [1] * Again fix USE_LDCONFIG logic to make it work with non-default PREFIX to fix bug introduced in previous revision [2] PR: 98105 [1], 99370 [2] Submitted by: gabor [1], gerald [2] Notes: svn path=/head/; revision=168113
* - Use LIBPATH and CPPPATH by default instead of appending to LINKFLAGS/CCFLAGS,Alejandro Pulver2006-07-131-6/+9
| | | | | | | | | | this should fix some issues with portupgrading audio/xmms2. PR: 100126 Submitted by: maintainer Notes: svn path=/head/; revision=167720
* o change default linux package at bsd.linux-rpm.mk for automaticBoris Samorodov2006-07-131-5/+5
| | | | | | | | | | | | | plist creation to FC4; o upgrade audio ports which use automatic plist creation to use FC4 packages or bump PORTREVISION for those which already use FC4 packages. [1] Approved by: julefort (maintainer, implicit) [1] netchild (mentor) Notes: svn path=/head/; revision=167689
* The site limestone.uoregon.edu appeared to become very unreliable andBoris Samorodov2006-07-061-1/+0
| | | | | | | | | unstable. Remove it. Approved by: linimon Notes: svn path=/head/; revision=167101
* Fix comments about LDAP versions.Mark Linimon2006-07-061-2/+2
| | | | | | | | | PR: ports/99638 Submitted by: Tsurutani Naoki <turutani at scphys dot kyoto-u dot ac dot jp> Pointy hat to: linimon Notes: svn path=/head/; revision=167078
* Whitespace cleanup.Mark Linimon2006-07-051-10/+10
| | | | Notes: svn path=/head/; revision=167002
* Correct maintainer email address.Mark Linimon2006-07-051-1/+1
| | | | | | | Spotted by: pav Notes: svn path=/head/; revision=167001
* * Change all bogus uses of BROKEN to IGNORE. Note: the BROKEN_WITH_*Mark Linimon2006-07-0511-67/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | forms are retained for compatibility but deprecated [1] * Add sha256 to CHECKSUM_ALGORITHMS [2] * Remove some whitespace [2] * Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3] * Fix USE_LDCONFIG with non-default PREFIX [4] * Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets support [5] * Add 'make missing' to show missing dependencies [6] * Fix DESKTOP_ENTRIES processing on 4.x [7] PR: 92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5], 93601 [6], 98891 [7] Submitted by: linimon [1], edwin [2], alex at foxybanana dot com [3], gerald [4], flz [4], alepulver [5], alex at fafula dot com [6], shaun [7] Notes: svn path=/head/; revision=166954
* Add common code to support for WxWidgets based ports.Mark Linimon2006-07-051-0/+534
| | | | | | | | PR: ports/89398 Submitted by: alepulver Notes: svn path=/head/; revision=166952