ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/mports/trunk/Mk
Revision 2148 - Directory Listing - [select for diffs]
Modified Thu Aug 2 19:56:23 2007 UTC (16 years, 9 months ago) by ctriv
Diff to previous 2142
Make sure that MAKE_FLAGS was ending with -f.  Make was thinking that we
wanted to make the GNUMakefile, when we wanted to /use/ the GNUMakefile.

Revision 2142 - Directory Listing - [select for diffs]
Modified Thu Aug 2 09:45:37 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 2140
Ignore Packages if it exists.

Revision 2140 - Directory Listing - [select for diffs]
Modified Thu Aug 2 09:25:18 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 2098
OSVERSION

Revision 2098 - Directory Listing - [select for diffs]
Modified Tue Jul 31 16:36:00 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 2097
Set GCC default to 4.2

Revision 2097 - Directory Listing - [select for diffs]
Modified Tue Jul 31 01:55:16 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 2094
Get rid of dead GNUstep mirrors.

Revision 2094 - Directory Listing - [select for diffs]
Modified Tue Jul 31 01:20:27 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 2084
Introduce new USE_GCPIO option.  This must be set to use ${CPIO} in a makefile.  It sets an extract dependancy on the new archivers/gcpio port.  This is needed to fix the linux ports as they rely on GNU style -- features.

Revision 2084 - Directory Listing - [select for diffs]
Modified Mon Jul 30 18:37:41 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 2069
We don't use PARALLEL_PACKAGE_BUILD

Revision 2069 - Directory Listing - [select for diffs]
Modified Mon Jul 30 00:31:37 2007 UTC (16 years, 9 months ago) by ctriv
Diff to previous 1956
check-license stopping make was so annoying that MPORT_MAINTAINER_MODE
wasn't being used.  Changed to sleep for 5 seconds instead.

The package-recursive target was broken for the new port build process.
Updated to the new reality.

Revision 1956 - Directory Listing - [select for diffs]
Modified Fri Jun 29 06:45:06 2007 UTC (16 years, 10 months ago) by ctriv
Diff to previous 1955
Don't try to do anything for ldconfig with gnustep.   GNUstep will configure
LD_LIBRARY_PATH for you if you source the right files (which we do ay boot
by default in mbsd); thus the painful ldconfig gyrations that freebsd
created aren't needed.

Revision 1955 - Directory Listing - [select for diffs]
Modified Thu Jun 28 16:08:12 2007 UTC (16 years, 10 months ago) by ctriv
Diff to previous 1915
Cleaned up bugs in new prefix handling.  This should fix problems with
gnustep ports.

Revision 1915 - Directory Listing - [select for diffs]
Modified Wed Jun 6 19:19:16 2007 UTC (16 years, 11 months ago) by ctriv
Diff to previous 1898
PERL_CONFIGURE wasn't implying USE_PERL5.  Fixed.

Revision 1898 - Directory Listing - [select for diffs]
Modified Fri May 25 19:14:15 2007 UTC (16 years, 11 months ago) by ctriv
Diff to previous 1894
The last commit broke make package's dependancy on make fake. Fixed.

Revision 1894 - Directory Listing - [select for diffs]
Modified Fri May 25 18:16:31 2007 UTC (16 years, 11 months ago) by ctriv
Diff to previous 1883
Removed reference to unsed variable USE_GETOPT_LONG.
Fixed fake bug in portdocs.
Added unknown license type.
Changed how check-fake works.  It no longer depends on fake, but now make
fake will run the check if MPORT_MAINTAINER_MODE is defined.

Revision 1883 - Directory Listing - [select for diffs]
Modified Thu May 24 17:08:15 2007 UTC (16 years, 11 months ago) by ctriv
Diff to previous 1880
Added modula3 license.
removed some extra noise from the check-license target.

Revision 1880 - Directory Listing - [select for diffs]
Modified Thu May 24 16:50:06 2007 UTC (16 years, 11 months ago) by ctriv
Diff to previous 1878
Added support for the LICENSE variable.  The current list of valid licenses
can be found with the license-list target.  This list is incomplete and will
probably change.
Renamed check_fake to check-fake to be more consistant with similar targets.

Revision 1878 - Directory Listing - [select for diffs]
Modified Tue May 22 21:42:38 2007 UTC (16 years, 11 months ago) by ctriv
Diff to previous 1875
Added MPORT_MAINTAINER_MODE.  This variable will turn on checks at points in
the process to insure correct behavior.

NOTE: YOU MUST INSTALL PERL WITH THIS UNSET BEFORE USING IT.

Revision 1875 - Directory Listing - [select for diffs]
Modified Tue May 22 15:47:52 2007 UTC (16 years, 11 months ago) by ctriv
Diff to previous 1855
Added check_fake target.

Revision 1855 - Directory Listing - [select for diffs]
Modified Sun May 20 20:26:10 2007 UTC (16 years, 11 months ago) by ctriv
Diff to previous 1848
If PREFIX has been set directly, make sure that TRUE_PREFIX is set to match.

Revision 1848 - Directory Listing - [select for diffs]
Modified Sun May 20 18:05:21 2007 UTC (16 years, 11 months ago) by ctriv
Diff to previous 1830
Put MAKE_ARGS at the begining of FAKE_MAKEARGS, so that things can be
overridden for fake.

Revision 1830 - Directory Listing - [select for diffs]
Modified Fri May 18 18:28:32 2007 UTC (16 years, 11 months ago) by ctriv
Diff to previous 1759
Fix USE_LDCONFIG to work properly with USE_LINUX_PREFIX.
INSTALLS_SHLIB is now just a wrapper around USE_LDCONFIG.  Consider
INSTALLS_SHLIB moved from deprecated to /really/ deprecated.

Revision 1759 - Directory Listing - [select for diffs]
Modified Tue May 8 00:13:20 2007 UTC (17 years ago) by ctriv
Diff to previous 1727
Various cleanups.  bsd.perl.mk should now work with post/pre properly. Fixed
an edge case in cached-install where the PKGFILE didn't exist but the
package cookie did.

Revision 1727 - Directory Listing - [select for diffs]
Modified Mon May 7 04:06:27 2007 UTC (17 years ago) by ctriv
Diff to previous 1723
Remove the pre/post stuff.  It doesn't work and probably isn't needed.

Revision 1723 - Directory Listing - [select for diffs]
Modified Mon May 7 03:32:33 2007 UTC (17 years ago) by ctriv
Diff to previous 1709
Fix a typo that broke USE_PERL5.

Revision 1709 - Directory Listing - [select for diffs]
Modified Mon May 7 00:55:34 2007 UTC (17 years ago) by ctriv
Diff to previous 1699
Moved all the perl stuff into a seperate bsd.perl.mk.
Fixed a bug where add-plist-docs wasn't fake-aware.
A debugging line in fix-fake-symlinks crept into cvs, removed.

Revision 1699 - Directory Listing - [select for diffs]
Modified Sun May 6 21:09:08 2007 UTC (17 years ago) by ctriv
Diff to previous 1689
Document USE_GNUSTEP_PREFIX.

Revision 1689 - Directory Listing - [select for diffs]
Modified Sun May 6 07:50:10 2007 UTC (17 years ago) by ctriv
Diff to previous 1655
Fake fixes for php extensions.  I love it when you can fix 15 ports in one
commit.

Revision 1655 - Directory Listing - [select for diffs]
Modified Fri May 4 20:29:34 2007 UTC (17 years ago) by ctriv
Diff to previous 1646
Make FAKE_SETUP a public variable.  It should be considered read-only, but
it is useful if you need to execute make from a *-install target.

Revision 1646 - Directory Listing - [select for diffs]
Modified Thu May 3 08:44:55 2007 UTC (17 years ago) by laffer1
Diff to previous 1629
Prepare for lua support.

Revision 1629 - Directory Listing - [select for diffs]
Modified Wed May 2 00:51:46 2007 UTC (17 years ago) by ctriv
Diff to previous 1615
Removed more cruft.  Much remains, and this still has years of FreeBSD
backwards compatibility which we do not need.
makeplist should work better when NO_MTREE is in effect.

Revision 1615 - Directory Listing - [select for diffs]
Modified Mon Apr 30 16:24:29 2007 UTC (17 years ago) by ctriv
Diff to previous 1602
Put creation of the tmpplist in the exact same spot that fbsd's bsd.port.mk
had it, fixing several edge cases with ports that generate their $PLIST.
Removed several targets that are no longer used.
fix-fake-symlinks was making some extra noise: redirected to /dev/null.
Make sure to fix symlinks everywhere when a port installs to both LOCALBASE
and LINUXBASE.

Revision 1602 - Directory Listing - [select for diffs]
Modified Sun Apr 29 19:39:22 2007 UTC (17 years ago) by ctriv
Diff to previous 1601
It appears it was right the first time, back the recursive fix out.

Revision 1601 - Directory Listing - [select for diffs]
Modified Sun Apr 29 19:03:07 2007 UTC (17 years ago) by laffer1
Diff to previous 1600
aha.. space after the \ in the url

Revision 1600 - Directory Listing - [select for diffs]
Modified Sun Apr 29 19:00:53 2007 UTC (17 years ago) by laffer1
Diff to previous 1598
This whitespace is wrong.

Revision 1598 - Directory Listing - [select for diffs]
Modified Sun Apr 29 18:20:18 2007 UTC (17 years ago) by ctriv
Diff to previous 1595
In add cases a recusive var was possible.  Fixed.

Revision 1595 - Directory Listing - [select for diffs]
Modified Sun Apr 29 16:57:10 2007 UTC (17 years ago) by laffer1
Diff to previous 1594
spaces, not tabs :)

Revision 1594 - Directory Listing - [select for diffs]
Modified Sun Apr 29 16:55:15 2007 UTC (17 years ago) by laffer1
Diff to previous 1588
add EMU CS mirror

Revision 1588 - Directory Listing - [select for diffs]
Modified Sun Apr 29 04:39:28 2007 UTC (17 years ago) by ctriv
Diff to previous 1587
Call make-tmpplist instead of generate-plist for automatic plist, as make-tmpplist
includes things like info and ldconfig calls.

Revision 1587 - Directory Listing - [select for diffs]
Modified Sun Apr 29 04:38:19 2007 UTC (17 years ago) by ctriv
Diff to previous 1586
gnomeheir needs to be a run time dependancy now as well, as the mtree file
is needed for fake as well.

Revision 1586 - Directory Listing - [select for diffs]
Modified Sun Apr 29 04:37:35 2007 UTC (17 years ago) by ctriv
Diff to previous 1584
Fake fixes.  Call setup.py with the destdir and the proper prefix.

Revision 1584 - Directory Listing - [select for diffs]
Modified Sun Apr 29 03:43:04 2007 UTC (17 years ago) by ctriv
Diff to previous 1544
Changes for fake.

Revision 1544 - Directory Listing - [select for diffs]
Modified Fri Apr 27 05:06:31 2007 UTC (17 years ago) by ctriv
Diff to previous 1540
fix-fake-symlinks failed when there where no symlinks in the fake dir:
fixed.

Revision 1540 - Directory Listing - [select for diffs]
Modified Thu Apr 26 23:38:48 2007 UTC (17 years ago) by ctriv
Diff to previous 1528
Various improvements.
When installing dependancies, an attempt is now made to install the package
${PKGFILE}.  If that file is not in ${PACKAGES}, then the port is built as
per usual.
At the end of fake sequence, any symlinks in ${FAKE_DESTDIR} that point to
a file via an absolute path into ${FAKE_DESTDIR} are fixed to point to the
correct file.
Various cleanups and bug fixes.  refake no longer complains if fake was
never run.

Revision 1528 - Directory Listing - [select for diffs]
Modified Wed Apr 25 16:49:08 2007 UTC (17 years ago) by ctriv
Diff to previous 1522
Fix bugs with USE_LINUX.  It was set to a run depend, but it should be a
build depend.
Fix .ORDER for parallel builds.

Revision 1522 - Directory Listing - [select for diffs]
Modified Wed Apr 25 04:29:54 2007 UTC (17 years ago) by ctriv
Diff to previous 1515
Stomp out another USE_LDCONFIG bug.  Both cases are now tested to work
correctly.

Revision 1515 - Directory Listing - [select for diffs]
Modified Tue Apr 24 20:05:39 2007 UTC (17 years ago) by ctriv
Diff to previous 1514
Move makeplist to the end so that all the vars are defined.
Update MTREE_LINUX_FILE to the new location.
USE_LINUX no longer implies NO_MTREE, as we are going to have an mtree file
for each linux-base.

Revision 1514 - Directory Listing - [select for diffs]
Modified Tue Apr 24 20:03:30 2007 UTC (17 years ago) by ctriv
Diff to previous 1511
Cleanup to work with fake.

Revision 1511 - Directory Listing - [select for diffs]
Modified Tue Apr 24 17:40:17 2007 UTC (17 years ago) by ctriv
Diff to previous 1508
Rip out a bunch of checks for old versio of freebsd.

Revision 1508 - Directory Listing - [select for diffs]
Modified Tue Apr 24 02:12:44 2007 UTC (17 years ago) by ctriv
Diff to previous 1491
Fixed and cleaned up ldconfig configuration file magic.
Added refake target.

Revision 1491 - Directory Listing - [select for diffs]
Modified Sun Apr 22 18:37:58 2007 UTC (17 years ago) by ctriv
Diff to previous 1486
pre-su-install was being done before pre-install, which is wrong.  Fixed.
A bit more cookie cleanup cleanup.

Revision 1486 - Directory Listing - [select for diffs]
Modified Sun Apr 22 17:59:54 2007 UTC (17 years ago) by ctriv
Diff to previous 1483
The commands should be set to LOCALBASE, because a mod might have an odd
prefix, which would not be the same prefix as your ruby install.

Revision 1483 - Directory Listing - [select for diffs]
Modified Fri Apr 20 03:55:31 2007 UTC (17 years ago) by ctriv
Diff to previous 1482
Cleaned up some paths that were hard wired to $LOCALBASE that should have
been set to $PREFIX.

Revision 1482 - Directory Listing - [select for diffs]
Modified Thu Apr 19 22:12:16 2007 UTC (17 years ago) by ctriv
Diff to previous 1476
Add KMODDIR to the variables faked.

Revision 1476 - Directory Listing - [select for diffs]
Modified Thu Apr 19 19:39:36 2007 UTC (17 years ago) by ctriv
Diff to previous 1475
Update gnustep-back version.

Revision 1475 - Directory Listing - [select for diffs]
Modified Thu Apr 19 19:23:35 2007 UTC (17 years ago) by ctriv
Diff to previous 1468
Run pre-su-install as well as pre-install.  Warn that pre-su-install is
deprecated.

Revision 1468 - Directory Listing - [select for diffs]
Modified Thu Apr 19 03:21:35 2007 UTC (17 years ago) by ctriv
Diff to previous 1457
Make sure that PREFIX is still twiddled with for {pre,post}-install if the
trueprefix FAKE_OPT is set.
Don't delete the package cookie on make deinstall.

Revision 1457 - Directory Listing - [select for diffs]
Modified Tue Apr 17 21:07:19 2007 UTC (17 years ago) by ctriv
Diff to previous 1450
Fake fixes.

Revision 1450 - Directory Listing - [select for diffs]
Modified Tue Apr 17 19:11:06 2007 UTC (17 years ago) by ctriv
Diff to previous 1443
USE_IMAKE now implies USE_X_PREFIX.  imake ports seem to be hardwired.
A few other cleanups.

Revision 1443 - Directory Listing - [select for diffs]
Modified Mon Apr 16 00:58:10 2007 UTC (17 years ago) by ctriv
Diff to previous 1440
Added new options for FAKE_OPTS: trueprefix.  This is for ports that let you
override both DESTDIR and PREFIX.  Most ports don't do this, but if
something is trying to install to $DESTDIR$PREFIX, and you get silly long
paths, this is the option you need.

Revision 1440 - Directory Listing - [select for diffs]
Modified Sat Apr 14 01:31:23 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1429
Bug fix.
Some ports expect the temp packing list to be present during
{pre,post}-install.  We were doing it before 'package', which caused
problems.  The temp plist is now made in the begining of the 'fake'
sequence.

Revision 1429 - Directory Listing - [select for diffs]
Modified Fri Apr 13 06:25:20 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1423
Fixed RC scripts.  Minor bug fix where MAKEARGS wasn't propogated to
FAKE_MAKEARGS.

Revision 1423 - Directory Listing - [select for diffs]
Modified Fri Apr 13 03:19:36 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1422
Fix the man symlink issue properly.

Revision 1422 - Directory Listing - [select for diffs]
Modified Thu Apr 12 15:32:18 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1410
Fixes for MANCOMPRESSED.  This needs to get refactored more.

Revision 1410 - Directory Listing - [select for diffs]
Modified Tue Apr 10 06:25:41 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1409
Symlink fixes for makeplist.
Turned down the noise some for fake-install.

Revision 1409 - Directory Listing - [select for diffs]
Modified Tue Apr 10 00:56:13 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1407
Added makeplist target.  This is currently undocumented, and missing
several features, notably symlink support.

Revision 1407 - Directory Listing - [select for diffs]
Modified Tue Apr 10 00:07:29 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1381
Various cleanups.

Revision 1381 - Directory Listing - [select for diffs]
Modified Sat Apr 7 04:34:01 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 1379
Remove directions for "FreeBSD commiters".

Revision 1379 - Directory Listing - [select for diffs]
Modified Sat Apr 7 04:06:26 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 1369
Correct configure script to use ${CONFIGURE_SCRIPT} instead of configure.

Revision 1369 - Directory Listing - [select for diffs]
Modified Thu Apr 5 05:44:21 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1366
FAKE_TARGET was hard wired to install, it should be ${INSTALL_TARGET}.
Fixed.

Revision 1366 - Directory Listing - [select for diffs]
Modified Thu Apr 5 05:24:51 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1362
Added FAKE_OPTS, for common things like "I need to talk to the port's libs during fake", or "I need the binaries"
Fixed info.
Fixed SUB_FILES.
Various tweaks.:

Revision 1362 - Directory Listing - [select for diffs]
Modified Thu Apr 5 00:57:01 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1353
Various bug fixes.
imake now works properly.
linux ports now see /compat/linux in their fake dirs.
you can now move FAKE_INSTALLDIR upwards from $WRKDIR, and make clean will
still delete it.

Revision 1353 - Directory Listing - [select for diffs]
Modified Wed Apr 4 23:32:53 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 1332
We don't have tcl/tk 81

Revision 1332 - Directory Listing - [select for diffs]
Modified Wed Apr 4 20:07:02 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 1318
Lets do a little cleanup work.  Add some new versions of tcl and tk since we're working on porting those.

Revision 1318 - Directory Listing - [select for diffs]
Modified Wed Apr 4 16:00:22 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1314
Fix a couple comments.  (s/^.*#/#/)

Revision 1314 - Directory Listing - [select for diffs]
Modified Wed Apr 4 03:56:11 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1310
make install now creates the package that make package built.  This is the
first alpha version.

Revision 1310 - Directory Listing - [select for diffs]
Modified Tue Apr 3 21:10:44 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1309
A few minor cleanups.  PKGFILE is now ALWAYS in /usr/mports/Packages/All
(unless you're silly enough to override it of course...)

Revision 1309 - Directory Listing - [select for diffs]
Modified Tue Apr 3 20:59:13 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1302
reworked fake system. Somewhat similar to Open's now.  Most ports should
build correctly into their fake dirs now, though we'll have to check all the
ports...

make install is not yet up to speed with the changes, so users are still
advised to use bsd.port.mk.

Revision 1302 - Directory Listing - [select for diffs]
Modified Mon Apr 2 05:14:19 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 1281
add isc mirror

Revision 1281 - Directory Listing - [select for diffs]
Modified Sun Apr 1 19:41:21 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1280
Added new variable: NO_STACK_PROTECTOR.  If set then propolice stack
smashing protection is disabled.

Changed many of the TMPDIR names to FAKE so OpenBSD folks can pretend
to know what's going on.

Revision 1280 - Directory Listing - [select for diffs]
Modified Sun Apr 1 19:40:13 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1271
Added new variable: NO_STACK_PROTECTOR.  If set then propolice stack
smashing protection is disabled.

Revision 1271 - Directory Listing - [select for diffs]
Modified Fri Mar 30 19:11:35 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1267
Fixed a nasty bug that broke pkg_delete.  Our tmp prefix wasn't recognized
as one of the "standard" prefixes, so the packing list was setup to delete
the prefix.  Only problem is that the prefix for the package itself is the
default prefix, which is something like /usr/local or /usr/X11R6.

Revision 1267 - Directory Listing - [select for diffs]
Modified Fri Mar 30 17:27:54 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1266
package target now no longer installs the port onto the system.  Instead the
port is installed in $PORTDIR/$TMP_INSTALLDIR, and a package is made from
that.  Note that this code is probably not the final version, but care has
been taken to make the changes small, as to not reinvent the wheel.  New
wheels are so bugy.

All ports /must/ honor PREFIX for this to work.

Revision 1266 - Directory Listing - [select for diffs]
Modified Fri Mar 30 05:29:51 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1245
The very begining of bsd.mport.mk.  Right now there is very little
difference between this and bsd.port.mk.  There is a new target,
tmpdir-install, that instals the port in a temporary directly.  make package
depends on this now, but given that the package target hasn't been updated
to work with the tmp dir, make package is broken.  Also, TMP_INSTALLDIR
needs to be moved up to the top, with the rest of the vars.

The port makefile in general needs to be refactored.  It is close to 6000k
lines long, and real bitch to work with.

Revision 1245 - Directory Listing - [select for diffs]
Modified Sun Mar 25 01:45:47 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1220
Moved KDE stuff to /usr/local

Revision 1220 - Directory Listing - [select for diffs]
Modified Thu Mar 22 03:08:35 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1185
deXPREFIXized. BSD.gnome-x11.dist might still need tweaks.

Revision 1185 - Directory Listing - [select for diffs]
Modified Tue Mar 20 16:10:13 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1184
the gnome mtree is now under LOCALBASE.

Revision 1184 - Directory Listing - [select for diffs]
Modified Tue Mar 20 16:09:51 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1182
Changes for cleaning up /usr/X11R6.  USE_IMAKE no longer implies
USE_X_PREFIX.  USE_X_PREFIX no longer implies USE_XLIB.  Support for XFree86
has also been removed.

/use/X11R6 should only contain xorg,
everything else should be installed in /usr/local.  These changes make that
possible, but some ports will need twiddling.

The most common problem is that a port has set USE_X_PREFIX, this used to
mean the port got USE_XLIB for free.  99.9% of the time, changing
USE_X_PREFIX to USE_XLIB will fix the port.  USE_IMAKE usually will need
USE_XLIB to be added.


USE_XLIB now goes to extra steps to make sure that a port will see the
xlibs.

Revision 1182 - Directory Listing - [select for diffs]
Modified Tue Mar 20 04:07:42 2007 UTC (17 years, 1 month ago) by ctriv
Diff to previous 1165
Added MASTER_SITE_GNUSTEP_CH; which etoile-camaelon needs.

Revision 1165 - Directory Listing - [select for diffs]
Modified Sat Mar 17 04:09:45 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 1067
Fix configure target.

Revision 1067 - Directory Listing - [select for diffs]
Modified Tue Mar 13 03:53:23 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 992
Sync with changes in FreeBSD.  We want to get away from doing this but so many ports have been added to FreeBSD since December, its just easier to start with them.  This should allow us to get rid of some of the hacks we've done

Revision 992 - Directory Listing - [select for diffs]
Modified Sun Feb 25 23:34:06 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 893
Update bsd.gcc.mk to handle gfortran in newer releases.

Revision 893 - Directory Listing - [select for diffs]
Modified Sun Feb 18 03:16:40 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 892
change to ftp...

Revision 892 - Directory Listing - [select for diffs]
Modified Sun Feb 18 03:15:28 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 891
add gnustep mirror.

Revision 891 - Directory Listing - [select for diffs]
Modified Sun Feb 18 03:13:03 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 890
remove sites which have closed down.

Revision 890 - Directory Listing - [select for diffs]
Modified Sun Feb 18 03:11:32 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 889
remove ftp.xemacs.org which has broken passive mode.

Revision 889 - Directory Listing - [select for diffs]
Modified Sun Feb 18 03:10:07 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 888
Provide TCL_VER when USE_TK is defined.

Revision 888 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:59:07 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 887
add gnustep and ports-mgmt categories.

Revision 887 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:53:06 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 886
Remove ancient linux_base for redhat 7

Revision 886 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:50:02 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 885
Remove unneeded PARALLEL_PACKAGE_BUILD check.

Revision 885 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:46:29 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 884
*** empty log message ***

Revision 884 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:45:45 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 883
add || true to silence @unexec rmdir

Use set == instead of set for better robustness

Avoid :L modifier in ${USE_LDCONFIG} which could break /usr/X11R6 ports

Correct comments.

Revision 883 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:40:17 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 882
Force passive mode for FTP.  This is default in the login class anyway.

Revision 882 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:37:56 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 881
Add PKGVERSION and definition for USE_WX

Revision 881 - Directory Listing - [select for diffs]
Modified Sun Feb 18 02:31:09 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 848
add quotes in missing:

Revision 848 - Directory Listing - [select for diffs]
Modified Wed Feb 14 20:22:20 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 847
Add USE_GNUSTEP_MAKE to require GNUstep.sh for build and install.

Revision 847 - Directory Listing - [select for diffs]
Modified Wed Feb 14 20:07:24 2007 UTC (17 years, 2 months ago) by laffer1
Diff to previous 839
Update Python to 2.4.4

Revision 839 - Directory Listing - [select for diffs]
Modified Sat Feb 3 18:11:07 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 696
Make a few logical changes.

Revision 696 - Directory Listing - [select for diffs]
Modified Fri Jan 19 17:05:15 2007 UTC (17 years, 3 months ago) by laffer1
Diff to previous 678
make a default for the non x11 case.

Revision 678 - Directory Listing - [select for diffs]
Modified Thu Jan 11 20:52:14 2007 UTC (17 years, 4 months ago) by wintellect
Diff to previous 664
made ghostscript-gpl default gs version

Revision 664 - Directory Listing - [select for diffs]
Modified Wed Jan 3 22:51:20 2007 UTC (17 years, 4 months ago) by laffer1
Diff to previous 655
Add MidnightBSD ftp to master sites.

Revision 655 - Directory Listing - [select for diffs]
Modified Tue Jan 2 21:53:52 2007 UTC (17 years, 4 months ago) by wintellect
Diff to previous 535
added EASYSW entries for cups

Revision 535 - Directory Listing - [select for diffs]
Modified Fri Nov 17 22:31:54 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 483
Set default python version to 2.4

Revision 483 - Directory Listing - [select for diffs]
Modified Sat Nov 4 15:57:04 2006 UTC (17 years, 6 months ago) by wintellect
Diff to previous 445
set default python version to 2.1 in bsd.python.mk

Revision 445 - Directory Listing - [select for diffs]
Modified Tue Oct 31 11:58:41 2006 UTC (17 years, 6 months ago) by wintellect
Diff to previous 428
update pgsql version info in bsd.database.mk

Revision 428 - Directory Listing - [select for diffs]
Modified Thu Oct 26 03:58:00 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 427
Add WITH_DEBUG option for ports.  Now it is possible to add generic or specific flags to all ports to aid in debugging.

Revision 427 - Directory Listing - [select for diffs]
Modified Thu Oct 26 03:51:06 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 288
Fixed instances where ECHO_CMD was used instead of ECHO_MSG

Revision 288 - Directory Listing - [select for diffs]
Modified Sun Oct 1 18:51:35 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 287
change path to mports

Revision 287 - Directory Listing - [select for diffs]
Modified Sun Oct 1 18:06:50 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 14
fix ports directory

Revision 14 - Directory Listing - [select for diffs]
Modified Sun Sep 17 18:36:23 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 13
Update maintainer and $MidnightBSD$

Revision 13 - Directory Listing - [select for diffs]
Modified Sun Sep 17 18:32:20 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 12
Update maintainers and $MidnightBSD$

Revision 12 - Directory Listing - [select for diffs]
Modified Sun Sep 17 18:21:58 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 11
Fix maintainer email addresses.

Revision 11 - Directory Listing - [select for diffs]
Modified Sun Sep 17 15:10:33 2006 UTC (17 years, 7 months ago) by archite
Diff to previous 2
forcing freebsd6.0 in configure scripts to help with compatability

Revision 2 - Directory Listing - [select for diffs]
Added Sun Sep 17 03:34:01 2006 UTC (17 years, 7 months ago) by archite
Initial upload of MidnighBSD's mports

Convenience Links