1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

73 Commits

Author SHA1 Message Date
Pietro Cerutti
5572c35664 - use ${PREFIX}/etc instead of /etc for system-wide preferences
PR:		162023
Submitted by:	bf
Feature safe:	yes
2011-11-28 12:59:50 +00:00
Pietro Cerutti
ff79c78f95 - Fix build with clang
Reported by:	rdivacky (via IRC)
Feature safe:	yes
2011-11-28 10:11:53 +00:00
Pietro Cerutti
ab84145f7f - Update to 1.3.0 2011-10-24 13:12:23 +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
Martin Wilke
4ed31e1af7 - Kick MD5 support 2011-07-02 18:18:48 +00:00
Pietro Cerutti
efc1619c8f - Respect NOPORTDOCS
Reported by:	QAT
2010-04-29 12:42:01 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Pietro Cerutti
ea074376d3 - Update x11-toolkits/fltk to 1.1.10
- Unconditionally enable threads on x11-toolkits/fltk
- Mark x11-toolkits/fltk-threads as IGNORE (master port has threads now)
2010-03-23 21:06:53 +00:00
Pietro Cerutti
d135f5a8ab - Fix build on 8.0-RELEASE after last commit
Reported by:	Jan Henrik Sylvester <me@janh.de> via freebsd-questions@
Feature safe:	yes
2010-03-05 16:09:04 +00:00
Pietro Cerutti
cd8800e1e4 - Fix on 7.3 (dirent API change)
Reported by:	PH via linimon@
Feature safe:	yes
2010-02-25 13:36:59 +00:00
Pietro Cerutti
51c9af79b9 - Fix after scandir API change on STABLE as well (800501)
Reported by:	Till Plewe <till.plewe@gmail.com>
Feature safe:	yes
2010-02-17 08:04:46 +00:00
Pietro Cerutti
a2d5eb0c8b - Really fix after 900006 2010-02-15 14:00:06 +00:00
Pietro Cerutti
3e1f73cee5 - Fix build after scandir API change 2010-02-12 07:56:11 +00:00
Pietro Cerutti
ebc3a88489 - Fix mismatching declaration
PR:		143638
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>
2010-02-09 15:13:28 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Pietro Cerutti
e4bb8cee3a - Actually fix plist issues (trial #2) 2008-08-28 07:17:57 +00:00
Pietro Cerutti
3f9032fcb3 - Update to 1.1.9
- Minor Makefile cleanup
- Take over maintainship [1]
- Fix PLIST [2]

Approved by:	demon@ (former maintainer) [1]
Reported by:	QA Tindie [2]
2008-08-28 06:52:26 +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
Martin Wilke
5afc678aac - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 16:44:09 +00:00
Mark Linimon
c27796ed0c Re-enable building with gcc4.2. Apparently patches were committed
after the last amd64-7 build.

I'm doing this one myself because I was the one that marked it broken.

PR:		ports/117843
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3 dot ru>
Approved by:	portmgr (self)
2007-11-06 09:04:06 +00:00
Mark Linimon
55b1a5801a Mark as BROKEN on amd64-7 and sparc64-7 due to gcc4 errors. While here,
remove 4.X cruft.

Hat:		portmgr
2007-09-29 07:51:25 +00:00
Diane Bruce
dc46db692a - Fix gcc42 build on amd64, these diffs duplicate vendor fltk-1.1.x-r5940
work in progress, so can be backed out on next major release of fltk.

Approved by:	demon
2007-09-27 17:17:58 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Dmitry Sivachenko
13afc99a99 Correct typos plus cosmetic chenges in Makefile.
PR:		107901
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2007-02-01 12:02:46 +00:00
Dmitry Sivachenko
d788388b32 Update to 1.1.7
PR:		106146
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-12-02 14:16:56 +00:00
Pav Lucistnik
1c5f5e01ba - This no longer conflicts with fltk2 2006-06-05 20:57:46 +00:00
Pav Lucistnik
0b41041fdf - CONFLICTS with fltk-2.* 2006-05-26 16:23:46 +00:00
Edwin Groothuis
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Dmitry Sivachenko
2a70195a32 Add '-lm' to the output of fltk-config --ldstaticflags and
fltk-config --ldflags.  libm is needed when linking against libfltk.

This fixes OpenOffice build with fltk installed.

PR:		82551
Submitted by:	Mike Durian <durian@shadetreesoftware.com>
2005-06-25 18:25:28 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Thierry Thomas
baa4d589a9 Remove patch-fltk-config.in: fltk-config --ldflags should not return
-L/usr/local/lib, but this breaks audio/spiralsynthmodular and
graphics/quat-gui which rely on it.

Reported by:	Kris via pointyhat.
2005-02-09 21:12:31 +00:00
Thierry Thomas
df997bbf4f - prepare for a new slave port x11-toolkits/fltk-threads;
- remove -L/usr/local/lib from `fltk-config --ldflags`;

- mark IGNORE if threading is enable on 4.x (if someone had a
  a clue to fix it, it would be great!).

Approved by:	demon (maintainer)
2005-02-07 21:16:05 +00:00
Thierry Thomas
2002ed9e65 - Upgrade to 1.1.6;
- pet portlint.

Approved by:	demon (maintainer).
2005-01-31 21:09:48 +00:00
Pav Lucistnik
5470044395 - Sneak CXX into configure script as CC. Configure script ignores CXX and keeps
on linking C++ code with "cc". This fixes build on gcc 3.4
2004-08-21 16:28:20 +00:00
Akinori MUSHA
e14f8d6914 Remove the WITH_XUNICODE knob I once added, since fltk-xunicode is way
too old and obsolete.
2004-06-22 04:45:25 +00:00
Dmitry Sivachenko
45144bdd5b Link with pthreads only when WITH_THREADS is defined.
Enable antialiased text.

Submitted by:	Dan Nelson <dnelson@allantgroup.com>
2004-03-25 08:06:19 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Dmitry Sivachenko
a3f735cb56 Update to version 1.1.4. 2003-09-09 08:42:25 +00:00
Dmitry Sivachenko
4c9de967c0 Add WITH_THREADS knob to compile with threads support.
Submitted by:	dave <dave@gufi.org>
2003-09-05 13:40:43 +00:00
Dmitry Sivachenko
fdd61f5b78 Update to 1.1.3. 2003-02-22 14:05:54 +00:00
Akinori MUSHA
7dd9dbd385 De-pkg-decomment fltk master-slave ports. 2003-02-18 06:01:09 +00:00
Dmitry Sivachenko
fe46a3b325 Update to 1.1.2 2003-01-05 16:07:11 +00:00
Steve Price
b3df7d17d8 Spell pronounced correctly. 2002-03-29 19:23:12 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Dmitry Sivachenko
8c6c7bc703 Fix typo (DICSDIR -> DOCSDIR).
Submitted by:	Per Andersson <pa@cdg.chalmers.se>
2001-07-19 11:02:28 +00:00
Dmitry Sivachenko
927f19e6e8 Utilize DATADIR and DOCSDIR. 2001-07-15 08:21:18 +00:00
Maxim Sobolev
505bbd1d84 Fix detection of pthreaded MesaGL.
Approved by:	maintainer
2001-04-17 10:14:58 +00:00