1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Carlo Strub
e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00
Thomas Abthorpe
978fe5634d - Reassign to the heap 2012-02-01 15:53:08 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
2009-08-02 19:36:34 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Marcus Alves Grando
cf23a36836 - Update to 0.5.6
PR:		109578 (based on)
Submitted by:	Richard Tector<richardtector___thekeelecentre.com>
2007-03-06 21:01:16 +00:00
Marcus Alves Grando
5b33357908 - Update to 0.5.3
- portlint(1)
2006-10-08 02:45:58 +00:00
Marcus Alves Grando
62b5ee6bea - Fix name on load shared lib.
- Bump PORTREVISION

Submitted by:	Anton Yuzhaninov <citrin@citrin.ru>
Approved by:	portmgr (clement)
2006-02-23 18:54:49 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Marcus Alves Grando
e2a6e85aae - Update to 0.5.2
PR:		93493
Submitted by:	leeym
2006-02-18 01:32:49 +00:00
Marcus Alves Grando
8668751390 Update to 0.5.1
Reorganize Makefile
2006-01-17 13:56:04 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Marcus Alves Grando
ffcf729c85 Add SHA256 2005-11-09 02:32:50 +00:00
Marcus Alves Grando
346fd0a6a3 Update my email
Approved by: pav (mentor)
2005-09-16 17:58:32 +00:00
Yen-Ming Lee
72aedb1752 - Update to 0.5.0
PR:		85773
Submitted by:	maintainer
2005-09-06 01:33:36 +00:00
Jean-Yves Lefort
417c66541f Update to 0.4.2
PR:		ports/83027
Submitted by:	maintainer
2005-07-06 14:24:34 +00:00
Roman Bogorodskiy
683ce41d14 Update to 0.4.1.
PR:		82358
Submitted by:	Marcus Grando (maintainer)
2005-06-17 15:39:54 +00:00
Jean-Yves Lefort
d93a4f3fab [1]:
- Update to 0.4.0

Moreover:
  - Reword COMMENT and pkg-descr
  - Use ${PTHREAD_CFLAGS}

PR:		ports/82203 [1]
Submitted by:	maintainer [1]
2005-06-14 17:50:13 +00:00
Pav Lucistnik
bb59a4ed77 - Fix build with gcc-2.95 2005-05-20 17:24:35 +00:00
Pav Lucistnik
db82381f17 - Update to 0.3.8
PR:		ports/81314
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
2005-05-20 17:24:06 +00:00
Vanilla I. Shu
899cd95264 Upgrade to 0.3.6.
PR:		ports/80569
Submitted by:	maintainer
2005-05-03 09:18:27 +00:00
Yen-Ming Lee
b8cee37d64 - Update to 0.3.5
PR:		79453
Submitted by:	maintainer
2005-04-04 17:31:32 +00:00
Florent Thoumie
e1ce90c83f - Update to 0.3.4.
PR:		ports/78803
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
2005-03-14 08:42:26 +00:00
Pav Lucistnik
e4adc76363 - Update to 0.3.3
PR:		ports/77985
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
2005-02-27 19:42:33 +00:00
Pav Lucistnik
fffddd33d4 - Update to 0.3.2
PR:		ports/77647
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
Approved by:	Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
2005-02-17 23:59:39 +00:00
Pav Lucistnik
5c495190af - Update to 0.3.0
PR:		ports/76826
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
Approved by:	Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
2005-01-29 21:07:06 +00:00
Edwin Groothuis
99e5cba66c New port: mail/pfqueue A console-based tool for handling postfix queues
pfqueue is an effort to give postqueue/mailq/postsuper a
	console (ncurses) interface: it won't add any particular
	functionality to those provided with postfix itself, but
	will hopefully make them to use.

	It's a real-time queue scanner, that show per-queue lists
	of existing messages; the messages can be deleted, put on
	hold or released

	Just for example, it may be useful to inspect a traffic jam
	at a given time, to see what is falling into and unexpectedly
	crowding you deferred queue

PR:		ports/76203
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2005-01-13 23:42:30 +00:00