Commit graph

948 commits

Author SHA1 Message Date
Joe Marcus Clarke
034a457bcd Chase the at-spi shared lib version. 2003-07-15 17:18:59 +00:00
Kris Kennaway
7213e2db1d If GNU_CONFIGURE is defined, replace all instances of config.guess
and config.sub found under ${WRKDIR} with the master versions from
${PORTSDIR}/Template.  This allows old ports (which contain old versions
of these scripts) to build on newer architectures like ia64 and amd64.

Submitted by:	naddy (initial patch, reworked by me)
2003-07-11 06:30:43 +00:00
Sheldon Hearn
51aa188e22 Move Exim mirror sites to MASTER_SITE_EXIM in Mk/bsd.sites.mk.
Add additional mirrors.

PR:		ports/53499
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-07-07 11:32:28 +00:00
Kris Kennaway
102c8761f1 * Add 'maintainer' as a recursive target [1]
* Fix the subdirectory recursion [2]

PR:		51985 [1]
Submitted by:	Mark Linimon <linimon@lonesome.com> [1], hoek [2]
2003-07-06 23:57:41 +00:00
Kris Kennaway
bffcbb778f * Attempt to detect and disallow installation of a port with PREFIX
set to a different value to that with which it was configured and
  built.  This is achieved by recording the PREFIX in the build-stage
  cookies [1]

* Add scheme [2], tcl84 and tk84 [5] as virtual categories

* Add the PERL_PORT variable and use it to register the dependency on
  the correct perl port when PERL_LEVEL is set [3]

* Add support for USE_AUTOHEADER [4]

* Fix 'make maintainer' when MAINTAINER is set to a bogus value (not
  in user@example.com format). [6]

* Add a 'package-recursive' target to create packages for a port and
  all of its dependencies [7]

* Fix command-line overflow errors in 'make readmes' on certain ports,
  with the bonus of providing a measurable speed-up to readme
  generation [8]

* Fix inclusion of alternative makefiles such as Makefile.inc,
  Makefile.local, etc. (broken since 1.403) [9]

* Reintroduce support for install/deinstall targets checking for older
  versions of the port, and re-add the deinstall-all target that
  removes all existing installations of a port (originally introduced
  in 1.446 and backed out in 1.450).  This patch has been reworked to
  eliminate the corner cases in the previous code.  Ports that
  dynamically generate their ${PLIST} at install-time must now do so
  before the do-install target is run, e.g. in pre-install.  [10]

* When installing ports as non-root, use su(1) to execute the targets
  that require root privilege.  This is achieved by splitting up the
  _INSTALL_SEQ target list into _INSTALL_SUSEQ [11].

PR:		23581 [1], 47238 [2], 48465 [3], 50165 [4], 51985 [6],
		52388 [7], 51609 [11]
Submitted by:	Matt Emmerton <matt@gsicomp.on.ca> [1],
		Sergey Matveychuk <sem@ciam.ru> [1] [7] [10] [11],
		Kimura Fuyuki <fuyuki@hadaly.org> [2],
		"Scot W. Hetzel" <hetzels@westbend.net> [3],
		Anton Berezin <tobez@FreeBSD.org> [3], nork [4],
		hsu [5], Mark Linimon <linimon@lonesome.com> [6],
		hoek [8], sobomax [9], marcus [10] [11], des [11]
2003-07-06 23:54:33 +00:00
Jimmy Olgeni
f38bcf44cc MASTER_SITE_ECLIPSE: move faster site at beginning of list. 2003-07-04 22:19:06 +00:00
Jimmy Olgeni
a27f866b8c Add support for MASTER_SITE_ECLIPSE.
PR:		54085
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-07-04 21:30:03 +00:00
Hye-Shik Chang
98e78bc3d1 Add MASTER_SITE_PYTHON for python official mirrors. 2003-07-04 11:44:42 +00:00
Hye-Shik Chang
c84dbd4727 Update new python-devel port to 2.3.b2.
This update introduces two new knobs to _disable_ somewhat
experimental options:
 BUILD_STATIC=yes	Unless this option is specified,
			the port will build python as shared
			binary.
 WITH_UCS2=yes		Unless this option is specified,
			Py_UNICODE type will charge 4 bytes
			per character (as we do for wchar_t)

Repo-copied by:	joe (thanks!)
2003-07-03 14:41:09 +00:00
Joe Marcus Clarke
8faa41a36c Fix a bug where by "yes" would still be included in USE_GNOME for older
ports.

Spotted by:	arved
2003-06-29 22:41:55 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Akinori MUSHA
460ffc0359 Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefully
unbreak for alpha and sparc64. (ia64 and amd64 are not supported yet)
2003-06-26 03:25:13 +00:00
Will Andrews
4ccb00cdbe Add support for CVS builds (using a different repository). Tested on the
FruitSalad portbuild cluster.
2003-06-23 18:14:38 +00:00
Akinori MUSHA
e53d063604 Update lang/ruby-devel to 1.8.0-preview3.
ruby-csv, drb, rexml and yaml are now part of the ruby 1.8 standard
distribution.
2003-06-23 10:16:13 +00:00
Joe Marcus Clarke
ee08332455 Update the MASTER_SITE_GNOME list to reflect current mirror performance and
freshness.

Submitted by:	Pav Lucistnik <pav@oook.cz>
2003-06-19 20:57:59 +00:00
Joe Marcus Clarke
9fd9d94f6c gtksourceview also includes libgnomeprintui. 2003-06-19 03:33:11 +00:00
Adam Weinberger
979bd18baa Add ftp.gnome.org to MASTER_SITE_GNOME. Given its place in the list,
it'll only really get used when the distfiles haven't hit the mirrors
yet.
2003-06-18 20:36:56 +00:00
Dirk Meyer
81cc6cf002 - don't package ~/GNUSstep 2003-06-18 04:07:19 +00:00
Adam Weinberger
7ff6d8a774 pkg_config -> pkg-config 2003-06-16 22:35:59 +00:00
Adam Weinberger
3fcfb79518 Remove unnecessary recursive dependencies upon pkgconfig. 2003-06-16 21:09:18 +00:00
Adam Weinberger
bbc9d6f0ca Add pkgconfig and libgsf targets to USE_GNOME, and make certain other
components depend upon them.
2003-06-16 20:47:13 +00:00
Joe Marcus Clarke
17cc9124f8 Add a gtksourceview component. 2003-06-15 21:19:09 +00:00
Joe Marcus Clarke
c6adda4471 Chase the libgnomedb shared lib version. 2003-06-12 20:22:15 +00:00
Trevor Johnson
24d85a1a17 Add ftp.meiji.ac.jp and ftp.ntnu.no to the TEX_CTAN list. 2003-06-11 22:56:51 +00:00
Joe Marcus Clarke
3a961859ca Chase gal2's shared lib version. 2003-06-11 05:00:43 +00:00
Trevor Johnson
1c3df409f6 Tidy up white space in the update-patches target.
PR:		24292
Approved by:	kris
2003-06-10 14:45:02 +00:00
Trevor Johnson
1d3db28a65 For the update-patches target, support PATCH_WRKSRC, which was
introduced in revision 1.356 of bsd.port.mk.

PR:		24292
Approved by:	kris
2003-06-10 14:43:07 +00:00
Hye-Shik Chang
3b1c9bec7b Take maintainerships from alane's python ports.
Rest in Peace, Alan.
2003-06-09 05:42:04 +00:00
Shigeyuki Fukushima
39a9b84530 Sync with update of editors/xemacs21-mule (to 21.4.13). 2003-06-04 13:12:23 +00:00
Hye-Shik Chang
63f2be090f Update to 2.2.3
PR:		52830
Submitted by:	Chuck Swiger <chuck@pkix.net> (partly)
Approved by:	maintainer (implicitly)
2003-06-04 08:36:48 +00:00
Adam Weinberger
d798b4079c Add a few short configure substitutions to the gnomehack section.
"s|-lpthread|${PTHREAD_LIBS}|g ; s|DATADIRNAME=lib|DATADIRNAME=share|g"
has been appearing in many (most?) GNOME port Makefiles lately.

<FreeBSDMarcus> That should clean up quite a few Makefiles.
2003-06-02 07:57:27 +00:00
Christian Weisgerber
c1154aa932 Remove sites that no longer serve as Packetstorm mirror.
PR:		52682
Submitted by:	Jim Geovedi <negative@magnesium.net>
2003-06-01 19:36:05 +00:00
Akinori MUSHA
2299cc3ed1 RingServer carries Debian distfiles too. 2003-06-01 12:21:09 +00:00
Trevor Johnson
127f85c6d1 Add ftp.informatik.rwth-aachen.de to the GNU and MOZILLA lists. 2003-06-01 07:09:06 +00:00
Dirk Meyer
ccc703d8a6 - Add WITH_GNUSTEP_DEVEL
HEADS UP: New filesystem layout with gnustep-1.7.0
2003-06-01 03:12:41 +00:00
Joe Marcus Clarke
13a334eb2c Chase the libgda2 shared lib version. 2003-06-01 00:32:22 +00:00
Joe Marcus Clarke
671b18b683 Chase gal2's shared lib version. 2003-06-01 00:16:07 +00:00
Kris Kennaway
b7fa920282 Remove excessive quoting of comment strings in created packages.
Submitted by:	lioux
2003-05-26 20:59:12 +00:00
Kris Kennaway
a5a5b115b8 Back out parts [3] and [5] of r1.446, which dealt with improved
'make deinstall' behaviour and stricter checking for an installed package.
There were some edge-case problems with these patches that we were not
able to solve in time for 5.1-RELEASE.  They'll probably reappear in
a modified form soon after release.

Discussed with:	marcus, Sergey Matveychuk <sem@ciam.ru>
2003-05-23 04:14:18 +00:00
Kiriyama Kazuhiko
57bd1f9094 Update xemacs-devel* ports' EMACS_VER. 2003-05-23 02:54:04 +00:00
Trevor Johnson
360f7d5028 Correct some problems in the NETSCAPE list that were turned up by
fenner's survey.
2003-05-22 15:45:48 +00:00
Trevor Johnson
606baf42b3 Remove from the NETBSD list two sites which no longer carry the
NetBSD distfiles (turned up by fenner's survey and confirmed
manually).
2003-05-22 15:21:38 +00:00
Trevor Johnson
b732074a95 Remove ftp.informatik.rwth-aachen.de from the SUNSITE list, because
it appears to no longer carry those files (turned up by fenner's
survey).
2003-05-22 13:35:07 +00:00
Mario Sergio Fujikawa Ferreira
9433ac58db Update to KDE 3.1.2 2003-05-19 19:43:36 +00:00
Tilman Keskinoz
96ae1db4b4 Remove some dead Mirrors from MASTER_SITE_GNUPG.
Add a missing %SUBDIR%.
2003-05-14 17:21:35 +00:00
Eric Anholt
2fb49cd5d1 Check XFREE86_HTML_MAN==yes case insensitively.
Approved by:	portmgr (kris)
2003-05-14 16:47:31 +00:00
Akinori MUSHA
c82c79cfc8 Add the ruby dependency to EXTRACT_DEPENDS and PATCH_DEPENDS as well
as BUILD_DEPENDS.

Submitted by:	olgeni
2003-05-13 19:46:29 +00:00
Adam Weinberger
c62f0d6594 Remove ftp://gd.tuwien.ac.at/linux/sourceforge/%SUBDIR%/ from
MASTER_SITE_SOURCEFORGE. They have designed their own
directory hierarchy.
2003-05-12 04:07:56 +00:00
Pete Fritchman
1a99dabff2 Update MASTER_SITE_PACKETSTORM:
- add packetstorm.touchpointmedia.com
- put packetstormsecurity.nl at the top

PR:		52089
Submitted by:	Jim Geovedi <jim@corebsd.or.id>
2003-05-12 03:27:06 +00:00
Shigeyuki Fukushima
3b512de74c Sync with update of editors/xemacs21-mule (to 21.4.12). 2003-05-12 00:46:51 +00:00